Modular Extensions - HMVC version 5.3 |
[eluser]Ener1[/eluser]
Hi Wire, I´ve tryed but I was asking for something a litle more developed, I have to teach this to people starting their fist steps, If I can find something suitable could be great. Thanks a lot for your response and for you great work!!!!
[eluser]Developer13[/eluser]
Why do people keep trying to cred phil here? :question: Confusion abound, apparently...
[eluser]Ener1[/eluser]
sorry my mistake, I know wire is the one, but I know phill has help too anyway this is a hell of a job!!!!!
[eluser]Peccavio[/eluser]
[quote author="Developer13" date="1284287428"] Why do people keep trying to cred phil here? :question: [/quote] [quote author="Peccavio" date="1284063876"] Thanks wiredesignz & Phil ![]() CI 2.0 with HMVC has me excited, The two of you made it easy to get started. [/quote] I know who's who, wiredesignz authored this HMVC and Phil wrote the article that brought me back. Their dialog here has helped me get started.
[eluser]Peccavio[/eluser]
I thought Code: modules::run('login/is_logged_in'); I see in the wiki... Quote:modules::run() is now dedicated to returning view partials only But this does works... Code: $this->load->module('login'); My kingdom for a "Request Factory" Will at least have P_Controller extends MX_Controller Code: $this->request($controller, $action);
[eluser]Ener1[/eluser]
No wire once again thanks to you this is a great job and I think that is good for the comunity I hope I can help as much as you have. Is there any chance to add to the wiki a minimun (complete) example using the hmvc pattern? Thanks in advance
[eluser]wiredesignz[/eluser]
@Peccavio, an example base controller using $autoload for modules and also modules::run() Code: class Core_controller extends MX_Controller @Ener1, I'm not sure how a HMVC tutorial would help you. Basically learning to code using the MVC pattern with CodeIgniter applies to HMVC also.
[eluser]Peccavio[/eluser]
[quote author="wiredesignz" date="1284343026"] an example base controller using $autoload for modules and also modules::run() [/quote] Couldn't ask for much more of a start ... thanks ![]() Edit: Might I ask, what is your parser plugin ?
|
Welcome Guest, Not a member yet? Register Sign In |