Definition in file install.php.
Go to the source code of this file.
Enumerations | |
| enum | XMLINST |
| enum | INSTMAINSEC |
Functions | |
| embient_search ($dir, $name, $sig) | |
| scan the directory for an index.php with signature inside | |
| embient_append ($filename, $content) | |
| Append the installation string to the target file. | |
| embient_create ($filename, $content) | |
| Create a new file with content. | |
| embient_load_install () | |
| Load installation script from XML installation file. | |
Variables | |
| $docroot = $_SERVER['DOCUMENT_ROOT'] | |
| $embient_dir = dirname(__FILE__) | |
| $script = embient_load_install() | |
|
|
For internal use only. Root node in the configuration file Definition at line 41 of file install.php. |
|
|
For internal use only. Embient configuration file name Definition at line 38 of file install.php. |
|
||||||||||||
|
Append the installation string to the target file. Append the installation string to the end of target file, but before the PHP end tag. If file is not existing, it will be created using "embient_create($filename, $str)" function.
Definition at line 157 of file install.php. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Create a new file with content. Create a new file with content in $str. The PHP's open and and close tags are automatically applied to the begin and end of the file. If the file is already existing, it will be overwritten.
Definition at line 214 of file install.php. |
|
|
Load installation script from XML installation file.
Definition at line 229 of file install.php. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
scan the directory for an index.php with signature inside
Definition at line 99 of file install.php. |
|
|
Definition at line 48 of file install.php. |
|
|
Definition at line 51 of file install.php. |
|
|
Definition at line 54 of file install.php. |
1.4.6-NO