Kohana 3, problem with m2m data adding
- by Marek
Hello
I posted this on official forum but with no result.
I am getting :Undefined index: enrollment error when trying to save data.
My pivot model:
class Model_Enrollment extends ORM {
protected $_belongs_to = array('page' => array(), 'menugroup' => array());
}
Model_Page
protected $_has_many =…