creating more than one extension to a core library class |
[eluser]doehoe[/eluser]
I'm a bit of a newbie to CI , so please excuse any ignorance ![]() I understand that it is possible to extend the core classes (according to http://ellislab.com/codeigniter/user-gui...asses.html). However, what if you want to create more than one extension to the same class? As far as I see it, if we are using the Input class for example, since the subclass has to be named MY_Input we have no way of creating two different subclasses of Input. Is there a way around this, or is there a proper way of creating two or more subclasses of a core library class? |
Messages In This Thread |
creating more than one extension to a core library class - by El Forum - 10-25-2008, 03:29 PM
creating more than one extension to a core library class - by El Forum - 10-25-2008, 06:14 PM
creating more than one extension to a core library class - by El Forum - 10-27-2008, 04:08 AM
creating more than one extension to a core library class - by El Forum - 10-27-2008, 04:58 AM
creating more than one extension to a core library class - by El Forum - 10-27-2008, 03:04 PM
|