New version is out. Pretty big changes. I have decided to drop PHP4 support. PHP5 has been out for ages now, so its time to start using it. Here is the changelog:
Overall Changes
- DROPPED SUPPORT FOR PHP4
- added a single-point-of-inclusion (meditation.php) so it is easier to use
- added a config file
- added exceptions
Lotus
- made lotus a better class (throws exceptions, proper encapsulation)
Lily
- changed includes to requries for the templates
- added configuration controls so lily will catch exceptions and/or errors, and display an internal server error
- added special template methods for above error/exception catchers
- removed isSkinned() method
- added redirect 3xx functions, more to come.
- better encapsulation