View Single Post
Old 05-17-2009, 02:35 PM   #1 (permalink)
ioan1k
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default Unus PHP Framework

Hello,

Download Link
----------------------------
https://sourceforge.net/projects/unusframework/

Unus is a PHP framework that uses the Zend Framework as a library to create a rapid php development application, which aims to developers complete control over their applications.
Unus comes packed with features that are simple to use, but very powerful to start the list this is brief and only what is used in the Beta

Unus Core - The heart of the framework and provides a link for interaction for all sections of an application from the Controller, Models, Views and Plugins.

Unus Session - A advanced session handling system based on namespacing that gives developers the ability to store concurrent session information on the filesystem; tightening security given the user no access to their session information.

Unus User - User system that is built barebone to provide a structure for more advanced functionality based on developers needs;

Unus View - A intelligent view system that uses a theme based architecture

Unus Plugins - Plugin system which can dispatches plugins to modify/perform logic within any section of a application

Unus Model - A barebone database model that extends Zend_Db that allows developers to intelligently load database information and handle it / pass it to plugins, controllers or views
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote