Hi,

I am considering refactoring a "messy" company intranet (written in
plain PHP) using a web framework, and as you guessed, CakePHP caught
my eye.

My constraint is that I cannot rewrite it completely from scratch
(hard to convince a manager on that), so I am thinking to gradually
replace existing plain PHP pages with requests going through the MVC
workflow (routing, controller, rendering a view).
Of course, I can only replace independent/isolated parts of the
intranet with framework-based equivalents (wherever possible).

So my question is:
Is it viable to mix plain PHP with CakePHP? The whole "convention over
configuration" thing might be a problem (dealing with legacy database,
URLs,
Any comment/recommendation on this project?

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to