Skip to content
/ phruts Public

PHP Implementation of Apache Struts 1.3, allowing PHP developers to utilise MVC features of Java Struts

Notifications You must be signed in to change notification settings

Aloi/phruts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The Phruts project is a PHP5 port of the popular Apache Struts MVC framework. This effort has been going over many years, dating back to earlier projects of PHPMVC. Please see the file headers for more information about the authors. Aloi has branched the development to continue implementation of the framework's features to get it to support Struts 1.3 features. 

Phruts provides an approach to MVC for Aloi. 

Notes:
- Phruts is an MVC framework. It is a configuration based framework and provides a fine grained configuration of controller behaviour through an XML file. This can be configured to control application flow and forwarding, controller action mapping, exception handling, form bean configuration, plug-ins, datasources and the like
- Phruts uses an inheritance approach in it's controllers. Future versions may remove this dependency completely and opt for a reflection method (preferred)


About

PHP Implementation of Apache Struts 1.3, allowing PHP developers to utilise MVC features of Java Struts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages