Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 339 Bytes

extjs-zend

Sample application showing integration of Zend Framework 1 and Ext JS 4

  1. bower, composer, subversion are needed to be installed globally
  2. go to root directory
  3. composer install
  4. cd public
  5. bower install
  6. use router.php with built-in PHP webserver (5.4+) : cd public && php -S localhost:8080 router.php