|
Project Information
-
Project feeds
- Code license
-
GNU GPL v3
-
Labels
easy,
php,
framework,
CRUD,
form,
ZendFramework,
scaffold,
PRG,
xml,
GMap,
Geocoder,
Grid,
jQuery,
DatePicker,
Tabs
Featured
Links
|
Many times we need little PHP applications doing the same kind of job : searching, listing, editing records (CRUD = Create Read Update Delete). EasyPhpApp is an answer to help produce scaffold applications. EasyPhpApp is written on top of Zend Framework/PHP components and is designed to be easily used by non web developpers and easy to maintain. Main features- Clean but simple MVC approach : the framework uses structured url (routes) to target modules (your application classes) and actions (methods of the classes)
- Strong but simple security layer : build on top of Zend_Auth and Zend_Acl
- Can be HTML free : build your presentation only with layouts classes
- Form supports : submit callbacks, file upload, radio buttons, automatic inputs values storage, AJAX autocomplete input, etc
- Grid : generic table of records implementation
- PRG + CRUD
- Data model support : generate form and list from table or xml
- Google Map v3 layout
- Google Map Geocoder service support
- jQuery UI Tabs
- jQuery UI DatePicker
- Nice CSS dropdown menu with famfamfam sprites
- Google Search Parser Service allows you to use programmatic google search (ie. for SEO tools)
WikiChangeloghttp://code.google.com/p/easyphpapp/source/list Demo pageFind demos on forms, grid, Google Map, Geocoder, etc : http://phpcrud.net/easyphpapp/ (It is a working version of : http://code.google.com/p/easyphpapp/source/browse/trunk/easyphpapp/examples) Have fun ;p
|