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