noalyss Version-9
|
Class Package Core to install the core , if possible. More...
Public Member Functions | |
can_install () | |
check if it is possible to install Are the folder html and include writeable ? More... | |
install () | |
Unzip the file and overwrite current implementation, the databases and modele are not upgraded. More... | |
Public Member Functions inherited from Package_Noalyss | |
__construct ($name, $description, $full_path) | |
can_download () | |
check that NOALYSS_HOME exists and is writable More... | |
can_install () | |
download () | |
get_description () | |
get_file () | |
get_name () | |
get_path () | |
install () | |
set_description ($description) | |
set_file ($file) | |
set_name ($name) | |
set_path ($path) | |
Class Package Core to install the core , if possible.
Definition at line 31 of file package_core.class.php.
Package_Core::can_install | ( | ) |
check if it is possible to install Are the folder html and include writeable ?
Reimplemented from Package_Noalyss.
Definition at line 38 of file package_core.class.php.
Referenced by install().
Package_Core::install | ( | ) |
Unzip the file and overwrite current implementation, the databases and modele are not upgraded.
It must be done after. In this package the install is given and must be delete manually
Exception | 1 : cannot extract content of the zip , 2: cannot open zip file |
Reimplemented from Package_Noalyss.
Definition at line 55 of file package_core.class.php.
References can_install().