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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.