array('type' => 'integer', 'key' => 'primary'), 'uuid' => array('type' => 'string', 'null' => false, 'length' => 36), 'name' => array('type' => 'string', 'null' => false), 'description' => array('type' => 'string', 'null' => false), 'created' => 'datetime', 'updated' => 'datetime' ); var $records = array( array ('id' => 1, 'uuid' => '758372bc-6fd4-102a-ae1c-00065becda85', 'name' => 'First record', 'description' => 'First record', 'created' => '2007-03-18 10:39:23', 'updated' => '2007-03-18 10:41:31') ); } ?>