Login   Register  
PHP Classes
elePHPant
Icontem

File: myEngine/INSTALL

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tereshchenko Andrey  >  myEngine  >  myEngine/INSTALL  >  Download  
File: myEngine/INSTALL
Role: Documentation
Content type: text/plain
Description: Installation notes
Class: myEngine
Illustration of use XML/XSLT technology with PHP.
Author: By
Last change: -
Date: 2003-08-13 11:50
Size: 500 bytes
 

Contents

Class file image Download
REQUIREMENTS:
See README file.

INSTALLATION:
* Unpack the zip-file to a directory that is in your PHP include_path, or set the
  include_path in your script.

* Disable short_open_tag in your php.ini file.

* A good working example is included to get you started.

* TECHNICAL NOTE: If you do not have access to the php.ini file, you can change
  non-server settings (such as your include_path) with the ini_set() command.
  example: ini_set("include_path",".:/usr/local/lib/myEngine");