Benutzer:Elkuku/Proyektz/EasyCreator/Component install scripts

Aus Joomla! Dokumentation
Wechseln zu: Navigation, Suche

24px-Tip.png 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

[Bearbeiten] EasyCreator 0.0.12

  1. The Name of your install script must start with install or uninstall. (e.g. File php.png install.mycomponent.php or just File php.png install.php)
  1. 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 Folder blue.png install
    24px-Tip.png Note that as of Version 0.0.12 you may create any sub folders inside the Folder blue.png install folder .

[Bearbeiten] Examples


  • Folder blue.png administrator
    • Folder blue.png components
      • Folder blue.png YOURCOMPONENT
        • File php.png install.php
        • File php.png uninstall.php
        • File sql.png install.sql
        • File sql.png uninstall.sql

OR

  • Folder blue.png administrator
    • Folder blue.png components
      • Folder blue.png YOURCOMPONENT
        • Folder blue.png install
          • File php.png install.php
          • File php.png uninstall.php
          • File sql.png install.sql
          • File sql.png uninstall.sql

OR

  • Folder blue.png administrator
    • Folder blue.png components
      • Folder blue.png YOURCOMPONENT
        • Folder blue.png install
          • File php.png install.php
          • File php.png uninstall.php
          • Folder blue.png sql
            • File sql.png install.sql
            • File sql.png uninstall.sql

[Bearbeiten] EasyCreator 0.0.11

Same as 0.0.12 but..

  • Due to a bug SQL files are only included correctly if they are in a Folder blue.png sql subfolder - sry =;)

[Bearbeiten] EasyCreator 0.0.10 and below

Same as 0.0.12

Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Sonstiges
Team Navigation
Werkzeuge