|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
pyramidSite | +--tv2Site
Abstract class for Tv2 sites
Change logs |
2003-07-27 added methods showXImage(), showXFile() and getImageUrl() |
Field Summary | |
private object | $fh A helper object for outputing files from Tv2 documents |
private object | $xdb Tv2 X database |
Constructor Summary | |
object | tv2Site() |
Method Summary | |
string | getDocUrl(string $ident) Takes document ident and returns an URL for it |
string | getImageUrl(string $ident) Takes image document ident and returns an URL for it |
private void | loadFileHelper() ATTENTION: method coppied from tv2Client::loadFileHelper |
private void | loadXdb() ATTENTION: method coppied from tv2Client::loadXdb |
string | showIndex() Shows index page of the site (shows static document /www/index) |
mixed | showXFile(mixed $file) Shows file from Xdb document |
mixed | showXImage(mixed $file) Shows image from Xdb image document |
string | staticPage(mixed $url) Shows a static page from /www/ |
Methods inherited from class pyramidSite and not overridden |
passthru , setMethod , show , showError , showPage |
Field Detail |
private object $fh
A helper object for outputing files from Tv2 documents
private object $xdb
Tv2 X database
Constructor Detail |
object tv2Site()
Method Detail |
string getDocUrl(string $ident)
Takes document ident and returns an URL for it
ident
- document identstring getImageUrl(string $ident)
Takes image document ident and returns an URL for it
ident
- image document identprivate void loadFileHelper()
ATTENTION: method coppied from tv2Client::loadFileHelper
private void loadXdb()
ATTENTION: method coppied from tv2Client::loadXdb
string showIndex()
Shows index page of the site (shows static document /www/index)
mixed showXFile(mixed $file)
Shows file from Xdb document
file
- url arraymixed showXImage(mixed $file)
Shows image from Xdb image document
file
- url arraystring staticPage(mixed $url)
Shows a static page from /www/
url
- URL string / array
|
Tv2 documentation | |||||
PREV NEXT | FRAMES NO FRAME | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This document was generated by phpdocgen 0.17-rc3.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)