I am developing a portal and using codeigniter with HMVC extension. I have an \"admin\" module and a \"yellowpages\" module. Both these modules have a common model eg: \"Category_model\", and I use it
I\'m just getting started using HMVC in Codeigniter. The main module is a news/blog site called \'blog\'. I want users to be able to log in to comment, so I have authentication files (tank auth actual
So, I\'m making a CMS at the mo, and using the modular extensions HMVC CI 2.0. It\'s lovely. I\'m wondering the correct method for keeping my assets (js, css, img) related to a module within the modul
I\'m having an issue with preserving the value of a variable after an HMVC sub-request in Kohana 3.1.3.1 and am wondering how best to approach/fix it.I thought that additional requests in Kohana were
I have a existing working installation of CI 2.02 that autoloads libraries and helpers. When I perform the HMVC installation by dropping the core and 3rd party files into their respective locations in
I have encountered an issue using subfolders with Codeigniter + HMVC. /system/application/modules/welcome/controllers/staff/w开发者_StackOverflow社区elcome.php
I followed the example http://www.dealtaker.com/blog/2010/02/25/kohana-php-3-0-ko3-tutorial-part-5/ 开发者_开发技巧
In MVC its like http://www.yourdomain.com/sampleController/sampleAction/ and if you call just /sampleController/ then /sampleController/indexAction/ and if you just call / then /indexController/indexA
I\'m web developer. I\'m using PHP! I don\'t know how many years of experience I have. Let\'s say - a few. x) I know object-oriented programming as well. So let me as you a question. =]
I am trying to load a view from a second controller\'s view within开发者_Go百科 my first controller but it gives the error that the view cannot be found, even though it is there.