I need help
Page: 1
i'm just beginner in php language,
and i want to know how the variable $content_for_layout
is defined, and where is the class.
Thank you so much
and i want to know how the variable $content_for_layout
is defined, and where is the class.
Thank you so much
Ilija Studen
on Aug 1. 2006. 2:28 pm
$content_for_layout is set by the PageController class after the action is executed. You can find the class in:
/environment/classes/controller/PageController.class.php
Btw, if you don't have much of PHP experience I would not recomend you to manualy change the code. There is some crazy "magic" there ;)
/environment/classes/controller/PageController.class.php
Btw, if you don't have much of PHP experience I would not recomend you to manualy change the code. There is some crazy "magic" there ;)
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



