Feature #6675
requiring class.tx_staticinfotables_pi1.php
| Status: | New | Start date: | 2010-03-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hi,
Another hint.
I read in other extensions, that if in this extension a second extension is required they do this in their scripts:
if(t3lib_extMgm::isLoaded('static_info_tables')) {
require_once(t3lib_extMgm::extPath('static_info_tables').'pi1/class.tx_staticinfotables_pi1.php');
}
I don't remember, if u set static_info_tables to an necessary extension during installation of your extension, but if not, it would be nice!
Regards
Janine