Web Application Framework for php Code
Status: Pre-Alpha
Brought to you by:
thts
File | Date | Author | Commit |
---|---|---|---|
classes | 2008-02-27 | thts | [r4] |
CHANGELOG | 2008-02-27 | thts | [r2] |
CONTENTS | 2008-02-27 | thts | [r2] |
INSTALL | 2008-02-27 | thts | [r2] |
LICENSE | 2008-02-27 | thts | [r2] |
README | 2008-02-27 | thts | [r2] |
classes.inc.php | 2008-02-27 | thts | [r1] |
db.sql | 2008-02-27 | thts | [r2] |
index.php | 2008-02-27 | thts | [r1] |
phpdb.dia | 2008-02-27 | thts | [r1] |
web application framework for php v. 0.1. the code contained in this release is just a quick and dirty test of the oop-features in php5. after realising the possibilities for php5 driven web applications i decided to completely rewrite it to clean code. this release will just show you what i intend to do with this peace of code. imagine, you want to have a very quick overview of the contents of a table, with nice formatting, pagination and sorting with clicking on the header on a column. this can be done with this code with just the used sql-query. wafp will do all the rest. as it uses php data objects (see http://www.php.net/pdo for more information) it is independent from which database you choose to use. the other feature already available is the possibility to edit a dataset identified by his primary key. this primary key is given as a function parameter, so simple forwarding from a report generated by this code is possible. in future versions, these features will be optimised on usability. i intend to be completely database-independent, so that a end-user with limited knowledge can install and use this software, so xml will be used as input format. these xml files could be typed by the end-user or could be made by an assistant included in the software see INSTALL and CONTENTS for more information aber how to use wafp