ErrorException [ Error ]: Class 'Model_Group' not found
4 public function action_index() 5 { 6 $data['groups'] = Model_Group::find('all'); 7 $this->template->title = "Groups"; 8 $this->template->content = View::factory('groups/index', $data); 9 }
Gerben Jacobs wrote on Friday 17th of June 2011:But I scaffolded myself the table Groups with just a name:string. So it created the model, controllers and CRUD views for me..
It looks like you're new here. If you want to get involved, click one of these buttons!