Baby Steps to Great Software
Posted on: Wednesday, January 23rd, 2008 in: PHP, ProgrammingWithout given too much away…
I recently inherited a website written in PHP that uses the CodeIgniter Framework (Which I like). The problem is that the people who used it to develop the website didn’t appreciate the MVC pattern.
Let me boil it down for you. The project consists of:
1 Controller
0 Model classes
30 view files in the […]