| 7 | '''bloggie/updates/update_100_110/install/'''[[BR]] |
| 8 | Update installation directory, where all installation files are located, like SQL files and language files.[[BR]] |
| 9 | '''bloggie/updates/update_100_110/install/config.php'''[[BR]] |
| 10 | Update installation config file. We will take a closer look at this later.[[BR]] |
| 11 | '''bloggie/updates/update_100_110/install/installer.php'''[[BR]] |
| 12 | Update installer class. You can add some custom installation scripts and override default behaviour.[[BR]] |
| 13 | '''bloggie/updates/update_100_110/install/info'''[[BR]] |
| 14 | Installation information messages folder. If you need to display information messages upon update install, you will need to place files here - also special instructions are needed to point to in the install config file to display these messages properly.[[BR]] |
| 15 | '''bloggie/updates/update_100_110/install/langs'''[[BR]] |
| 16 | Update languages must be located in this dir. The language file must be a php file with the name of two letters of the language code. We will take a closer look at an example of the language file later.[[BR]] |
| 17 | '''bloggie/updates/update_100_110/install/langs/en.php'''[[BR]] |
| 18 | An update for default English language file.[[BR]] |
| 19 | '''bloggie/updates/update_100_110/install/sql'''[[BR]] |
| 20 | SQL script for update install is here.[[BR]] |
| 21 | '''bloggie/updates/update_100_110/install/sql/install.sql'''[[BR]] |
| 22 | Update installation SQL file.[[BR]] |
| 23 | '''bloggie/updates/update_100_110/source'''[[BR]] |
| 24 | A folder with files and folders which should be uploaded in module's folder. So, files and folders structure should match module's one. You may read more about module's file structure [http://www.boonex.com/trac/dolphin/wiki/DolphinTutorialMyFirstModule here].[[BR]] |
| 25 | |