I can satisfactorily say that 2 weeks since starting with code igniter, it has made php script writing more fun but it has also made me lazier.
When I look at some of my earlier code, I feel a very angry that the code igniter classes and helpers are not available to make my work easier. This is especially true for the database class.
I’ve been able to “de-codeigniterfy” the html,url & text helpers to ease my pain, but then I another sad realization hits me. “I am trying to put make-up on an old ugly beast”, that is, using the helpers does not yield the desired satisfaction if the underlying program structure is messed up.
Anyway, given that I am a relatively new php programmer, I know my small personal scripts that I have written this far cannot bring about as sad a realization as for those who discovered MVC-codeigniter with way bigger and uglier code under their belts.