CodeIgniter 2.1.3
+ GroceryCrud 1.3.2
Setup database connection in CI. And added simple:
public function show()
{
$crud = new grocery_CRUD();
}
and it does not work. I get info:(I use WAMP for Win7)
[color=#000000][font='Times New Roman'][size=1][b][background=rgb(245, 121, 0)]Fatal error: Class 'grocery_CRUD' not found in[/background][/b][/size][/font][/color]
Could you help me?