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...
New OO framework for PHP Web Application coders
Moderator: General Moderators
- greenhorn666
- Forum Commoner
- Posts: 87
- Joined: Thu Aug 14, 2003 7:14 am
- Location: Brussels, Belgium
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
.