1 -------------------------------------------------------------------------------
2 1. This example utilizes SQLite. You may need to enable these extensions in php.ini:
5 extension=php_sqlite.dll
7 -------------------------------------------------------------------------------
8 2. Also make sure these are enabled for exif module:
10 extension=php_mbstring.dll
11 extension=php_exif.dll
13 -------------------------------------------------------------------------------
15 3. Do not forget to restart your webserver if you made changes.
17 -------------------------------------------------------------------------------
19 4. A sample database is included, to recreate the database navigate to this file in your browser:
20 /examples/image-organizer/php/sql/setup.php