![]() |
Overwriting methods - 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: Overwriting methods (/showthread.php?tid=44306) |
Overwriting methods - El Forum - 08-10-2011 [eluser]Philo01[/eluser] Hi all ![]() I'm looking for a way to overwrite methods in my own controllers. The idea behind this is basicly the same as CI uses to make modifications to the core without touching the core files. I would like to be able to overwrite my own methods etc without touching my the controllers files in application/controllers. Any suggestions? Thanks! |