Benutzer:Elkuku/Proyektz/EasyCreator/Component install scripts
Aus Joomla! Dokumentation
To build the install xml file for your component correctly, EasyCreator requires that you follow some simple guidelines if you want to use custom install PHP or SQL scripts.
Inhaltsverzeichnis |
EasyCreator 0.0.12
- The Name of your install script must start with install or uninstall. (e.g.
install.mycomponent.php or just
install.php)
- Place the install scripts in the admin section of your component. You can place them at your components "root" level. If you prefer a sub folder, this must be named
install
Note that as of Version 0.0.12 you may create any sub folders inside the
install folder .
Examples
|
|
OR |
OR |
EasyCreator 0.0.11
Same as 0.0.12 but..
EasyCreator 0.0.10 and below
Same as 0.0.12
