Menu

What I can do with Osezno PHP Framework? Log in to Edit

José Ignacio Gutiérrez Guzmán

Osezno PHP Framework allows you to:

Define Html templates with areas of work that can be replaced with content, for example; Tabs (Grouping two or more views on a same module), forms, dynamic lists (Show the result from a sql query, sort, filter and export their content).

Apply programming trends and technologies such as Active Record (abstracts your database to objects in the PHP programming language), Ajax (We use a plugin called xajax) all on a software pattern called MVC (Model View Controller) where user events such as clicks on buttons are driven by their own administrator of views (Html templates).

Enjoy the code demos here, analyzes the code and you'll set how easy it is to create very useful things.