Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 170363 программиста и 3046 роботов. Сейчас ищут 1602 программиста ...
Naming the post-install script
Вернуться к: Post-installation Scripts
Post-install script files can be named anything one desires, but the class within the file must be the same name as the file with all path separators replaced by underscores plus "_postinstall". In other words, this postinstall script:
Path/To/Script.php
must contain a class named Path_To_Script_postinstall Due to casing differences between operating systems, it is recommended to always use lowercased file names.
Вернуться к: Post-installation Scripts