[TYPO3-ect] Reminder: where to put fh_library?

Steffen Kamper steffen at sk-typo3.de
Sat Jul 28 14:39:14 CEST 2007


Hi Franz,

"Franz Holzinger" <franz at fholzinger.com> schrieb im Newsbeitrag 
news:mailman.1.1185625529.30901.typo3-team-extension-coordination at lists.netfielders.de...
> Hello Steffen,
>
>> fh_library is an extension of the pibase.
>> With lib/div there is no need of pibase anymore.
>>
>> So can you please make a list of functions, that you really need from
>> fh_library and compare it to methods of lib ?
>> I don't use fh_library, but a short view inside shows me that most
>> functionality is given with lib as well.
>
> I need all these functions:
>
> - getSetupOrFFvalue
> - pi_loadLL
> - sL
> - loadTcaAdditions --> has already been inserted into div, but a new
> bugfix now
> - getExtensionInfo
> - displayHelpPage
>
> Some of them need the $pibase object because it modifies the
> $LOCAL_LANG. This could be changed at a later time when it is possible
> to execute an extension without it.
>
> Or describe me in which way I shall modify the code.
>
> - Franz
>

pi_loadLL is a pibase-function. Have a look at 
lib/class.tx_lib_translator.php for a substitute.
getSetupOrFFvalue -> this is really simple by getting a value from a given 
array
sL - also very simple extraction of a string ...

i will have a look with more time, but these are not "essential" functions 
and could replaced very easy.

vg  Steffen




More information about the TYPO3-team-extension-coordination mailing list