[Typo3-dev] Hooks and caching

Kraft Bernhard kraftb at gmx.net
Tue Mar 1 22:09:26 CET 2005


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