B.H.

This framework is aimed to ease web application development in PHP5. It allows to split your application into separate "packages" with a possibility to manage a separate configuration for each package where user can override a default values supplied by the package code.

User application just "imports" the required packages, supplies a required config values, and the framework is responsible for loading the required classes using autoload techniques.

Contains a database abstraction layer classes, which i find VERY useful :-)

Currently, the framework contains HTML output object model, with a robust template file parser/renderer. Each HTML block contains a tree of "member" elements (nested html_block class instances or raw strings) which can be accessed by a "path" like syntax. HTML package also contains classes to manage 2-way data-binded form elements (Element values are loaded from the corresponding keys of "data" array, and the submitted values are stored back)

It is still in early stages of development, so many planned features are missing.

Best regards, Mordechay Kaganer

Journal Entries

No entries yet. Link your entries with 'pkgmanager' to include this project.

Ohloh Analysis Summary

Ohloh requires source code to create a report.

Where's the source code?


Ratings & Reviews

Community Rating
0.0/5.0

Based on 0 user ratings.

Your Rating

Click to rate this project.

Links

0 links submitted so far. Submit your own links.