source: trunk/web/addons/job_monarch/lib/extjs-30/examples/image-organizer/readme.txt @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 788 bytes
Line 
1-------------------------------------------------------------------------------
21. This example utilizes SQLite.  You may need to enable these extensions in php.ini:
3
4extension=php_pdo.dll
5extension=php_sqlite.dll
6
7-------------------------------------------------------------------------------
82. Also make sure these are enabled for exif module:
9
10extension=php_mbstring.dll
11extension=php_exif.dll
12
13-------------------------------------------------------------------------------
14
153. Do not forget to restart your webserver if you made changes.
16
17-------------------------------------------------------------------------------
18
194. A sample database is included, to recreate the database navigate to this file in your browser:
20/examples/image-organizer/php/sql/setup.php
Note: See TracBrowser for help on using the repository browser.