Data Migrations

From screencasts, You can use the Model class.

Just like follows:

Ak::import('post');
$Post =& new Post;
$Post->create(array('title' => 'Hello Spain'));
$Post->create(array('title' => 'Hello USA'));
 
data-migrations.txt · Last modified: 2008/08/13 17:07 by 121.103.228.250