[Typo3-dev] render the whole content of a page in extension

Tim Kleigrewe x27 at e27.com
Thu Jan 27 12:13:51 CET 2005


hi all

i need to display the whole content of a page column like typo3 would do 
in my php fe extension. Is there a way to "render all cObjects
form page = xy" and return it as formated html?

At the moment i use TS:

###################
[globalVar=GP:firstaid=5]

temp.firstaid.get = CONTENT
temp.firstaid.get {
table = tt_content
select.orderBy = sorting
select.where = colPos=0 and pid=5
select.pidInList = 5
}
page.20.marks.CONTENT=CONTENT
page.20.marks.CONTENT < temp.firstaid.get

[end]
##################

That works, but i need a lot of conditions (permissions etc) and really 
would prefer a php solution.


thanks a lot

tim




More information about the TYPO3-dev mailing list