[Typo3-dev] Hooks and caching
Suman Debnath
suman at srijan.co.in
Wed Mar 2 06:12:16 CET 2005
Thanks! It works fine now.
--
Regards,
Suman Debnath
"Kraft Bernhard" <kraftb at gmx.net> wrote in message
news:mailman.1.1109711611.2058.typo3-dev at lists.netfielders.de...
> Suman Debnath wrote:
>> Edited ext_tables.php:
>> require_once("typo3conf/ext/password_test/class.tx_passwordtest_pchecker.php");
>
> Put this in ext_localconf.php:
> require_once(t3lib_extMgm::extPath('password_test').'class.tx_passwordtest_pchecker.php');
>
> it will switch between locally and global installed installations.
>
> and remember to use single quotes ' instead of "
> you should read the coding guidelines:
> http://typo3.org/documentation/document-library/doc_core_cgl/
> if you develop for typo3 more than once in a while and plan to
> release some code at any time.
>
> greets,
> Bernhard
> --
> ----------------------------------------------------------------------
> "Freiheit ist immer auch die Freiheit des Andersdenkenden"
> Rosa Luxemburg, 1871 - 1919
> ----------------------------------------------------------------------
More information about the TYPO3-dev
mailing list