[eluser]Tottys Design[/eluser]
[quote author="Dewos" date="1258489172"][quote author="Tottys Design" date="1258484224"]
How can I load a model in MY_Router?
Thanks[/quote]
Hi Tottys. Codeigniter runs Router (and MY_Router) before Load->Plugins. So you can't load a model in MY_Router without Core Hacking. Sorry [/quote]
Thanks. I was looking for a way to load models in the router, but i really can't do it. I know models are loaded after the router...