Jasmine Wiki |
|
|
Navigation Wiki HomeInstalling Framework Configuring jasmine.php Database Module MySQL Mysqlix ODBC MSSQL Database Objects Datagrid Datasource Repeater SQLQuery Files Module File FileSystem FTP Attachment ExcelFile Graphics Module Color Image Graph Miscellaneous Classes: NumbWordter Poll Shield XMLParser Functions: General Functions HTML Functions Validation Functions TrackThisPage
|
Install Jasmine Framework Installation InstructionsThere is nothing to install, just include jasmine.php and all modules will be available for you The Application Framework Bundle A commonly used application framework (file structure) by programmers. This is the preset file structure which will let you place your scripts, images, and other files in defined folders. Note: This is not a MVC architecture application layout. Jasmine code library The core code library resides in the Application Framework under the folder jasmine. If the update has to be made to the core library in your application, just replace contents in the folder with this. Configuring Jasmine Framework on Apache and PHP Add this to .htaccess and place it in top most directory. No need to restart the server. php_value auto_prepend_file e.g. php_value auto_prepend_file /var/www/html/jasmine/jasmine.php Configuring Jasmine Framework on IIS - PHP As IIS does not support .htaccess file, you can include the jasmine.php in you application. If you want server-wide availability, set the value of auto_prepend_file to the absolute path of jasmine.php file and restart the server e.g. auto_prepend_file="C:\Inetpub\wwwroot\jasmine\jasmine.php" |
(c) 2008 Jasmine Framework. A Creation by Krishna Srikanth. |
|