
|
|
|||
Chapter 27. Post-installation Scripts
The XML format for defining a post-install script in package.xml is documented here. This document describes the required elements for the PHP post-install script itself. Naming requirements for a post-install script PHP filePost-install script files can be named anything one desires, but the class within the file must be the same name as the file with all path separators replaced by underscores. In other words, this postinstall script: Path/To/Script.php Must contain a class named Path_To_Script. Due to casing differences between operating systems, it is recommended to always use lowercased file names. |
||||
| About the NetVisits, Inc Network | Advertise Developer Tutorials hosted by HostGator. Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |