- 1,233 categories
- 40,623 scripts
Updated: 01/16/2005
- 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.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Emanuel Indermuehle && Matthias Stuermer
- K PHP Develop is an integrated Web developement tool, something like MS Interdev. It was designed for team work. K PHP Develop contains three modules: Server, Server Setup, Client and plugins for accessing database servers supporting PostgresSQL, MyS...
- PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
- Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database.
- PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some situations. In this tutorial, you will learn how to access MySQL using PHP. Main topics include: Creat...
- Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...