PHP Generator for MySQL NBA Live Demo setup

1. Unzip the archive to any folder.
2. Create a database on your MySQL server and execute the nba_demo_dump.sql SQL script against that database.
   To execute the script, use standard mysql utility or any DBA tool like PHPMyAdmin or the Script Runner tool from
   SQL Maestro for MySQL (http://www.sqlmaestro.com/products/mysql/maestro/).
3. Open the template file (nba_demo.pgtm) in PHP Generator for MySQL and change the connection properties.
4. Complete the wizard and generate the PHP files.
5. Copy nba_logo.png, favicon.ico, slider.js, markerclusterer.js files and the "nba_images" directory to the root directory of the generated application.
6. Copy the "custom_templates" directory to "components/templates".
7. Copy all files from the "themes" directory to "components/assets/css".
8. Upload all the files and folders to a directory at your webserver.
9. Make sure that the "templates_c" directory has write and execute permissions for everyone (767).
10. Enjoy the demo.
