opnsense-ports/www/phpwebapp/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
600 B
Text

phpWebApp is an application framework which makes easy and simple the task of
building PHP web applications based on relational databases. It separates the
task of designing and changing the layout of the application from the task of
implementing the logic of the application, by using XML templates that are an
extension of XHTML. It also simplifies the task of implementing the logic of
the application by offering an event based programming model. In addition,
phpWebApp tries to offer modularity and code reusability to the community of
webApp developers.
WWW: http://phpwebapp.sourceforge.net/