-
Notifications
You must be signed in to change notification settings - Fork 2
Home
gplanchat edited this page Apr 13, 2011
·
7 revisions
One.Platform is a development platform for web sites and web applications written in PHP and using the Zend Framework.
It is bundled with the following functionnalities :
- Generic data access layers which can read and write data from various places including databases, files, memcache and sessions
- A secured user account access : access is granted using a private salt algorithm : neither the site admin nor somebody listening to the network connection could know the password.
- An advanced page layout management : add multiple page blocks in your layout without changing your template files.
- Everything is configuration : extend core modules with your own modules and make the entire application use your class in place of the released ones.
- An administration panel engine following xml rules to build grids and forms, simply build your application administration on the fly and extend it as your needs evolve.
- A simple but efficient CMS engine : build your content simply.