Wicket like views in PHP. View templates are 100% valid XHTML documents. 20% faster than smarty templates on render and 100x faster on compile. Basic Log4J style logging with detailed log formatters. Basic internationalization support with tight view integration.
Simple Java style Collections (ArrayList, HashMap), Observers and reusable Constraint system.
MySQL DB support with detailed query profiling and local / distributed cache support. Very fast abstraction layer and easy to integrate on any project. Includes Network cache locking.
video tutorials:
http://www.youtube.com/user/foneyop/videos
Features
- Wicket like template system.
- Reusable Constraint system
- Log4J style logger
License
BSD License, GNU General Public License version 2.0 (GPLv2)Follow RoguePHP
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
RoguePHP is a great template engine for people who want to write clean XHTML views with minimal dependencies. It forces a hard separation between view and logic and you may end up putting more code in your controllers for the view tier than you are used to for some odd cases. This does have the nice effect that the views are very clean and can be read in without any modification and edited by tools like dreamweaver. This may be helpful for your designers.