Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 571 Bytes

Demo of JqGridBundle

JqGridBundle

Requirement: knp_paginator (included in deps)

  • Clone the repository
  • git submodule init
  • git submodule update
  • edit parameters.ini to define a mysql connection
  • ./bin/vendors install
  • ./app/console doctrine:datab:create
  • ./app/console doctrine:schema:create
  • ./app/console assets:install --symlink web

Now go to http://yourhost/app_dev.php/ to see the grid in action.

Everything is in the DefaultController