On Mon, Jul 13, 2009 at 1:12 AM, Sake<[email protected]> wrote: > > Yes, but I'm talking about the case where you're using someone else's > code, be it a sub-contractor who's chopped up the image into html or a > pre-made template. This seems to me a nice solution, no?
Isn't this what CakePHP themes are for? Build out your CakePHP based on the header/footer/wrapper markup in your purchased theme. The Form Helper can accept arguments for classes, ids, "before" tag, "after" tag, etc. so between that and your themed views, I don't see what else cannot be achieved through CSS. It's a bit of work, obviously, but integrating any 3rd-party HTML/CSS template in any framework/forum/CMS/etc. is going to take some work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
