New OO framework for PHP Web Application coders

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
greenhorn666
Forum Commoner
Posts: 87
Joined: Thu Aug 14, 2003 7:14 am
Location: Brussels, Belgium

New OO framework for PHP Web Application coders

Post 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...
Tanus
Forum Newbie
Posts: 7
Joined: Wed Feb 11, 2004 8:48 am
Contact:

Post 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 :).
Post Reply