[Typo3-dev] Use T3 Database records for external applications
Mathias Schreiber [wmdb]
mathias.schreiber at wmdb.de
Fri Oct 7 08:39:32 CEST 2005
Stefan Beylen wrote:
> Hello list,
>
> I want to use some tables filled with records from my T3 installation in
> an external PHP application (non-t3)
>
> Problem that I have is that t3 uses special tags such as 4ex <LINK
> instead of <a href ... Is there some kind of "standalone parser"?
take a look as tslib_pibase->getPageLink
From there follow the path to (I think) tslib_cobj->typolink and check
out what Agent K did there.
--
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
$this->fresseHalten = 1;
}
More information about the TYPO3-dev
mailing list