Hello,
In my Database, i have a Table witch have no primary key. It only refer to others Tables. When i do a render(), they said there is an error in my request SQL. My code:
public function test()
{
$crud = new grocery_CRUD();
$crud->set_table('film_actor');
$crud->columns('actor_id','film_id','priority');
$output = $crud->render();
$this->_example_output($output);
}
Can you help me ?
Thanks a lot for a reply