![]() |
not a bug, but should be considered - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: not a bug, but should be considered (/showthread.php?tid=16672) |
not a bug, but should be considered - El Forum - 03-13-2009 [eluser]Mahmoud M. Abdel-Fattah[/eluser] It's a small thing, but confused me. I was just re-starting working with CI again, and I followed the comments on "autoload.php" @ Line 107, which is : | $autoload['model'] = array('model1', 'model2'); and I tried many times write my module name in small letetr as mentioned on the comments but failed. and finally I tried to make it Model and it works . So, I hope you can change these 'model1', 'model2' WITH 'Model1', 'Model2' It may be trivial, but at same time it may help others. |