How to Properly Make use of Codeigniter’s HMVC
I have been having problems wrapping my brain around how to properly utilize the modular extension for Codeigniter. From what I understand, modules should be entirely independent of one another so I can work on one module and not have to worry about what module my teammate is working on. I am building a frontend and a backend to my site, and am having confusion about how I should structure my applications.
Performing user authentication in a CodeIgniter controller constructor?
In “The Clean Code Talks — Unit Testing”, Miško Hevery mentions that “as little work as possible should be done in constructors [to make classes more easily testable]’. It got me thinking about the way I have implemented my user authentication mechanism.
Fitting an established site into a CI framework
I manage a rather large, feature full nightmare of a site which has no end of feature creep settings/options/etc.
How can I profile database queries from PHP?
CodeIgniter has a very nice feature called a Profiler, which displays information at the foot of a page, information such as GET, Memory, POST data. It also shows database queries and how long they took to run which I find very useful.
PHP Framework for RESTful Web Service [closed]
Closed 10 years ago.
Codeigniter modular separation with Phing
I am thinking of managing a product source I am doing using Codeigniter + HMVC.
Codeigniter modular separation with Phing
I am thinking of managing a product source I am doing using Codeigniter + HMVC.
Codeigniter/MVC workflow
Bit of a workflow question.
How to achieve N-Tier type in Codeigniter MVC [closed]
Closed 11 years ago.
How to achieve N-Tier type in Codeigniter MVC [closed]
Closed 11 years ago.