Categories

Updated: 01/16/2005

Vida

Vida is a PHP5 MVC (Model View Controller) framework. It delivers 6 basic services for web applications using the new OO and XML features of PHP5: database encapsulation, permission management, form handling, container based GUI control using Smarty templates, action manager and internationalisation. The vision is to enable abstract and rapid development of sophisticated PHP applications in as few lines of code as possible. So how easy is it really to develop a new web application with Vida? First the data model is defined by configuring the database tables and their relations (1:1, 1:n or n:m) to other o nes. Secondly, the structure of the root view is customized in a single file with few lines of code to fit the needs. Thirdly, the basic web application is ready! If required, specific form field properties including labels and default values, validators with informative error messages, complex actions executed upon form submit, access rights for users and groups (as XML), the language file (as XML) and so o n can be programmed and configured to further customize the web application. And if the standard GUI components don''t fit, new o nes can easily be designed by changing the Smarty templates.
©2003-2019 jCay.com