PHP Classes

File: INSTALL

Recommend this page to a friend!
  Classes of none   Raw AJAX Wrapper   INSTALL   Download  
File: INSTALL
Role: Documentation
Content type: text/plain
Description: Install file
Class: Raw AJAX Wrapper
Generate JavaScript to send AJAX requests
Author: By
Last change: Added "Simple PHP form package" dependency
Date: 10 years ago
Size: 942 bytes
 

Contents

Class file image Download
1-Create mysql database using complex-example/model/build/sql/schema.sql file 2-Set correctly database parameters in complex-example/view/include/define.inc.php 3- install Propel ORM in complex-example/model/vendor/propel directory 4- Install source classes of "Simple PHP form package" in complex-example/controller/ 4-Create virtualhost entry in your apache2 server: <VirtualHost *:80> ServerAdmin albecamp@gmail.com ServerName address-book.local DocumentRoot [your/path]/ajax-wrapper/complex-example/view # if not specified, the global error log is used ErrorLog /var/log/apache2/address-book.local_error.log CustomLog /var/log/apache2/address-book.local_access.log combined <Directory "[your/path]/ajax-wrapper/complex-example/view"> Options All AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost>