admin-page in a module
Posted: Fri Mar 11, 2005 5:35 pm
I would like to know the way to add an admin-page for the CMS Adminsystem into a module.
I looked at TinyMCE.module.php and tried it almost the same way in my own module.
It then appears in the 'module'-list on the CMS Adminsystem.
But when I click on my module I get this error:
Did I left something out?
I looked at TinyMCE.module.php and tried it almost the same way in my own module.
It then appears in the 'module'-list on the CMS Adminsystem.
But when I click on my module I get this error:
I added the "hasAdmin"-function, a case 'defaultadmin' and of course a function to display in the Adminsystem.Fatal error: Cannot redeclare class config in c:\programme\apachefriends\xampp\php\pear\Config.php on line 43
Did I left something out?