Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?php
class Subdocument extends AppModel {
        public $primaryKey = '_id';
/*
        var $mongoSchema = array(
                        'title' => array('type'=>'string'),
                        'body'=>array('type'=>'string'),
                        'subdoc'=>array(
                                'name' => array('type'=>'string'),
                                'age' => array('type'=>'integer')
                        ),
                        'created'=>array('type'=>'datetime'),
                        'modified'=>array('type'=>'datetime'),
                        );
*/
}