MODx/Подключаемые плагины/PHx: различия между версиями

Содержимое удалено Содержимое добавлено
Строка 404:
:'''Пример использования модификатора:'''
<code>
* [+phx:if=`assets/images/path/to/your/file.jpg`:'''fileexists''':then=`Файл существует!`:else=`А был ли файл?`+]
* [+myimage:'''fileexists''':then=`Файл существует!`:else=`А был ли файл?`+]
 
* <img src="[+myimage:'''fileexists''':then=`Файл существует![+myimage:phpthumb=`w=200`+]`:else=`А был ли файл?[+phx:input=`path/to/blank/image.jpg`:phpthumb=`w=200`+]`]" />
 
<img src="[+myimage:'''fileexists''':then=`[+myimage:phpthumb=`w=200`+]`:else=`[+phx:input=`path/to/blank/image.jpg`:phpthumb=`w=200`+]`]" />
</code>