[TYPO3-dev] Extend class in extension's creation
Wolfgang Klinger
wolfgang at stufenlos.net
Tue Sep 26 17:41:59 CEST 2006
*hiya!*
On Tue, 26 Sep 2006, Hraklis Karvasonis wrote the following:
> require_once(t3lib_extMgm::extPath('myextension').'class.myextension.php');
> in the new class i receive an error that it cannot find this class.
You probably want to do:
----
require_once(t3lib_extMgm::extPath('myextension').'pi1/class.myextension.php');
----
(as I understand it from the rest of your mail)
bye
Wolfgang
More information about the TYPO3-dev
mailing list