IVY Framework

IVY Framework is a full stack, MVC style web application framework written in PHP and released with a BSD lisence.

Objectives
The primary reason for IVY's creation is to make developing web application easier. It does this by implementing a solid code base of common standards and best practises with a uniform API capable of treating any data the same, no matter what the source.
As such IVY is capable of connecting to many different datasources ranging from relational databases to Active Directory and XML based sources.

Features
* Compatible with PHP5
* Templating engine with the ability to use a custom layer (XSLT, Smarty etc)
* Simple modular based approach
* ORM layer
* Follows the approach
* Template caching
* Query caching
* Built in data validation
* Session management
* Fully integrates to many data sources
 
< Prev   Next >