|
موقع اللعبة لوحة الدعم فريق العمل قوانين المنتدى مبادئ السلوك |
يرجى الانتباه أن أعمال صيانة الخادم الأسبوعية تبدأ كل ثلاثاء في الساعة 9 بتوقيت غرينيتش، 12 ظهرا بتوقيت مكة. بعد الانتهاء من أعمال الصيانة سيكون الخادم متوفراً للاستعمال من جديد، وذلك حوالي الساعة 11 بتوقيت غرينيتش، 2 بعد الظهر بتوقيت مكة كأقصى حد. كن جزءا من فريقنا |
[code=Starting line number]Code[/code]
If you want to display source code of a script or application you can use the code bbcode. The source code will keep the format. Additionally the line numbers will be shown. Enter the starting number of lines as a parameter. If you want to use syntax highlighting take one of the following keywords instead of code:
[php=364]/**
* Initialises the template engine.
*/
protected function initTPL() {
self::$tplObj = new Template(self::getLanguage()->getLanguageID());
$this->assignDefaultTemplateVariables();
}[/php]
|
|
PHP Source code |
364 365 366 367 368 369 370 |
/**
* Initialises the template engine.
*/
protected function initTPL() {
self::$tplObj = new Template(self::getLanguage()->getLanguageID());
$this->assignDefaultTemplateVariables();
}
|