scoumbourdis / grocery-crud

Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.
http://www.grocerycrud.com
GNU General Public License v3.0
1.01k stars 472 forks source link

One file need to rename in Codeigniter v3.0 #314

Closed sonicwong closed 9 years ago

sonicwong commented 9 years ago

For Codeigniter v3.0

File in folder "application/models" "grocery_crud_model.php" need to rename as "Grocery_crud_model.php"

scoumbourdis commented 9 years ago

Hello @sonicwong, sorry for the delay. You are right. I did that change and I will prepare a release for that ASAP.

Thanks again.