[TYPO3-english] typoscript about "page.includeLibs.some_random_id_string"

Jigal van Hemert jigal.van.hemert at typo3.org
Wed Jun 13 11:35:04 CEST 2012


Hi,

On 13-6-2012 4:50, typo3 study wrote:
> page.includeLibs.some_random_id_string = fileadmin/userfunctions.php
>
> What is the meaning of this code? what is the difference between this one
> and page.includeLibs = fileadmin/userfunctions.php ?

The first one gives the option to override the settings in the top level 
object 'includeLibs':

includeLibs.plaap = path/to/script.php
page {
	includeLibs.plaap = path/to/another/script.php
}

Now only path/to/another/script.php is included.

The purpose of includeLibs is to include PHP files which contain 
functions that you want to use for userFunc (and similar) properties.

-- 
Jigal van Hemert
TYPO3 Core Team member

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list