
04-30-2009, 03:24 PM
|
|
|
Join Date: Nov 2008
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dismounted
Do not edit the XML file directly. Create and edit plugins/templates in the Admin CP, and when you're done, export the XML. This prevents structural errors.
The ".=" you are talking about is the concatenation operator (I dare you to say it!) in PHP. It is used to append content onto the end of a variable, etc.
As for eval(), anything in between its parentheses is executed as PHP code. See the PHP Manual.
|
Quote:
Originally Posted by EnIgMa1234
|
thanks I'll have a read.
|