My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links
  • External links
  • Demo

Why EasyPhpApp

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)

Wiki

Changelog

http://code.google.com/p/easyphpapp/source/list

Demo page

Find 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

Powered by Google Project Hosting