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'));