Introduction
Buster is Model-View-Controller Engine for PHP5 based systems. If you would like to know more about MVC then there is more academic information.
Buster uses some other components:
Requirements
- php5 (>=5.0.5)
- libphp-adodb (>=4.67)
- libphp-smarty (>=2.6.10) (unofficial deb package)
- (optional) mysql-server-5 (>=5.0)
Features
- full object oriented,
- configuration management,
- session management,
- logging support,
- dispatcher and controller,
- fundamental dao objects,
- db based SecurityManager,
- Smarty based ViewController,
- Smarty extension for multilanguage support.
When Buster is usefull?
- When you need secured by login and password pages.
- When you need user and user's group permissins to access to content.
- When you need interaction with database.
- When you building multi-layouted web.
- When you building multilanguage web.
- When you need store user's information in session.
When you not need Buster?
- When you have unsecured static pages.
- When you have not interaction with database.
- When you have 5 different php pages without session control.
Any feedbacks or comments please send on buster@jetfish.net. Please give me an information if you have used Buster.
