hmvc
codeigniter HMVC extension model organization
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[详细]
2023-03-11 15:34 分类:问答Should I make this a Different Module in HMVC Codeigniter?
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[详细]
2023-03-11 13:45 分类:问答Modular Extensions CI anchors to assets
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[详细]
2023-03-11 02:01 分类:问答How do I preserve the value of a variable after an HMVC sub-request in Kohana 3.1?
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[详细]
2023-03-08 13:09 分类:问答Basic Codeigniter HMVC Installation
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[详细]
2023-03-04 14:11 分类:问答Problems with Codeigniter HMVC subfolders
I have encountered an issue using subfolders with Codeigniter + HMVC. /system/application/modules/welcome/controllers/staff/w开发者_StackOverflow社区elcome.php[详细]
2023-03-04 04:01 分类:问答I update kohana 3.0.5->3.1.1 error
I followed the example http://www.dealtaker.com/blog/2010/02/25/kohana-php-3-0-ko3-tutorial-part-5/ 开发者_开发技巧[详细]
2023-02-16 22:36 分类:问答Whats the convention on URL-structure in MVC/HMVC/PAC pattern?
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[详细]
2023-02-10 06:28 分类:问答Am I able jump to Kohana?
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. =][详细]
2023-02-10 01:13 分类:问答Loading views in codeigniter HMVC not working
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.[详细]
2023-02-04 10:50 分类:问答