[TYPO3-core] RFC: #15094: Refactor of content objects of	tslib_content
    Steffen Kamper 
    info at sk-typo3.de
       
    Mon Jul 19 12:29:05 CEST 2010
    
    
  
Hi,
Dmitry Dulepov schrieb:
>>> tslib_content_CoaInt
>> see above - btw, what does Int means originally?
> 
> I always thought of it as of "Internal". Not sure it is correct though.
> 
you are right. INT = internal, EXT = external. It descibes the place 
where it's handled, INT as opposite of EXT. It is obvious in index_ts.php:
if ($TSFE->isEXTincScript())	{
    $TT->push('External PHP-script','');
thanks to Stucki for enlighten me ;)
vg Steffen
    
    
More information about the TYPO3-team-core
mailing list