![]() |
CI 2.1.3 - ci_modular issue? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: CI 2.1.3 - ci_modular issue? (/showthread.php?tid=55536) |
CI 2.1.3 - ci_modular issue? - El Forum - 10-31-2012 [eluser]gabybob[/eluser] HI, Ouppsss a small anomaly crept at ci_modular it crashes the program loader view. another PB with the inclusion of models, although the patch I am inspired by the amendment proposed by Veneziano carlo 4548548 - Fix error rised in CI => 2.0.3 Fatal error: Call to undefined method MY_Lo... https://bitbucket.org/wanwizard/modular-ci Code: corrective module manager ci_modular whith CI=>2.13 Another problem with the loading of a class of type module-> model line 650 to 669 libraries/Module.php Code: // loves me some nesting! can not find the name of the class to disk because ucfirst function ($ class) forces a filename Department.php type and class name as Department. seen code ci_modular V1.0 class will never be charged. PB also with other libraries loader ... ??? to follow it's correct ? gabriel |