Hi,
I currently work with an in-house CMS which was developed long before I joined the company. It's full of procedural spaghetti code which mixes SQL, PHP and HTML altogether, often on the same line. As you can imagine, it can get very difficult to follow and understand.
I would like to integrate a mature framework in order to make repetitive tasks easier to manage, however I'm slightly overwhelmed by the choice available.
Ideally, I'm looking for something that will allow me to simply include a class library and use only the components I need (mostly - ORM, Forms, and Pagination)
Given the nature of the existing system, I think that moving over to a full MVC approach would be prohibitively complicated.
Can anyone recommend a suitable choice?
Any advice appreciated.
Thanks