Blame | Last modification | View Log | RSS feed
<?phpclass 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'),);*/}