Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

echo $controller->html; ?

Status
Not open for further replies.

wolf73

Programmer
Feb 12, 2006
93
CA
//output the html that has been created by the application
echo $controller->html;

In the above code is html a variable of the object contoller, And all the HTML has been assigned to the variable html?
 
Sorry. Hit "submit" instead of "preview".

It would be difficult to say more precisely without knowing more about the definition of the class in question.


Want the best answers? Ask the best questions! TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top