-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Akujin edited this page Jul 17, 2011
·
3 revisions
#Home
##Emergence
An advanced web application development platform built in PHP.
##Features
- Virtual Filesystem
- Automatic Source Code Versioning
- Site inheritance
- Webdav publishing
- Include-less development
- Model View Controller
- Write custom SEO friendly URLs in code
- Extjs Model Adapter
- Dwoo template engine
- Quick Links
##Quick Links
- Documentation http://emr.ge/docs/
- How Emergence Works http://emr.ge/how
##Important Classes
- ActiveRecord - Model
- RequestHandler - Manual Controller (Maps URLs to code / templates)
- RecordsRequestHandler - Automated Controller (Maps URLs to code / templates with default settings)
- VersionedRecord - Versioned Model