Page 1 of 1

New OO framework for PHP Web Application coders

Posted: Fri Feb 13, 2004 9:20 am
by greenhorn666
The lilyFM is an OO php framework giving php website application programmers tools to apply the MVC architecture to their applications. It uses XSL Transformation of the XML representation of php objects to render HTML pages.

It can be found at http://lily.itresolved.org/

I would love to have feedback and, why not, developers to join in...

Posted: Sat Feb 14, 2004 10:34 pm
by Tanus
I've been considering doing something similar (convert all objects to xml then transforming for display) for my framework, but haven't had the time to go through and learn XSLT properly. I like the possibilities and flexibility it describes, but I'm still not sure if I wan't to add that extra layer of complexity. But I do like the idea a lot :).