PRIAMOS is a featherweight web application development framework based on PHP-Fusion 6 (PHP-F6). This version provides a glimpse of the core which will serve as the new foundation for TWB and the applications we will be developing.Out of the box, PRIAMOS provides:
* security
* users, profile and preference management
* groups and access control
* administration area
* plug-in management
* templating system
NB: This version of PRIAMOS is suitable for developers familiar with PHP-F6 and is not intended to be a fully featured CMS. If that is what you are looking for: try PHP-Fusion.
Main Modifications
* Added Smarty Template Engine
* HTML to XHTML tag conversions in core files (front-end only - incomplete)
* English language only - other locales removed but very few changes (so far)
* Added template files to themes directory
* Introduced classes and objects
* Removed all root applications bar custom pages and member related apps
* Member related apps moved to members dir
* Error document handling
* Also see individual files
Main Features
* Greater separation of code from presentation
* Built in Smarty debugging for Super admin aids rapid developement
* OOP makes it easier to maintain modifications
* Extensive, multi-lingual, theming documentation available from http://smarty.php.net/docs.php
To Do List
* Eliminate bugs
* Release example infusions
* Developer documentation
* Open the official demo at Priamos.org
[ Download ]


