Did you mean $page->insert($data); maybe? I haven't worked much with Zend_Db_Table yet but that looked like a possible reason why it was not giving the expected result.

Stuardo -StR- Rodríguez wrote:
I thought I could Just do something like:

$page = new BizMS_Model_Page();
$data = array ('title' => 'My title', 'content' => $content);
$page->insert($page);

Reply via email to