в моем файле PHP я создал следующую строку: < /p>
Код: Выделить всё
$foo = $wke->template->notify()
->type("ERROR")
->errno("0x14")
->msg("You are not logged.")
->page("login.tpl");
< /code>
В конце мне нужна моя $ foo < /code> переменная вернет это: < /p>
$foo->type = "ERROR"
$foo->errno= "0x14"
$foo->msg= "You are not logged."
$foo->page= "login.tpl"
Подробнее здесь: https://stackoverflow.com/questions/115 ... -same-line
Мобильная версия