codeigniter: unable to load model
Tech-Today

codeigniter: unable to load model


If you are getting the above error, just take note of the "file case" specially on linux servers.


$this->load->("MyModel");
$this->load->("myModel");
$this->load->("Mymodel");


Are three different things.

:-)




- Web Development
WordpressConfigure Custom Wordpress PermalinkZencartHow to add a customize product admin fields in zencart by editing/adding extra codesJoomlaHow to install/setup/configure joomla to run in a xampp setup. This avoids the technical detail of manually installing...

- Add A Jquery Datepicker On Jquery Dialog Box Via Load Method
Recently I've worked on a form that requires a jquery datepicker to be rendered inside jquery's dialog element. Where I encountered several problems like: 1.) datepicker() should be invoke inside dialog 2.) the dialog created (div) should be remove...

- How To Setup Elmah For Mvc3 .net 4.0
Tired of setting up your configuration to load elmah? You think you already configured everything even compiling the source code to build on .net 4.0 but still failed? Experience a routing error, or this persistent line: elmah Could not load file or assembly...

- Solving The Php Startup: Unable To Load Dynamic Library Bug
Okay first I'm no expert in apache or php but I guess writing about this bug might help someone. Yes I've installed perhaps tens of times apache php mysql, but everytime I did I encountered several errors, like the error defined above. Well first...

- Php Extension "curl" Must Be Loaded - Php Warning: Php Startup: Unable To Load Dynamic Library 'c:\\php-5.2.14\\ext\\php_curl.dll' - The Specified Mo
I've recently setup apache/php/mysql (separate installs) on a new laptop which is powered by Windows 7 and would like to setup magento. I encountered an old familiar problem which I forgot long time ago. So I'm blogging the solution now so next...



Tech-Today








.