Installing an includes folder I am new to Mambo programming but have done alot of php programming. I am writing a component that will allow the user to admin 3 different tables and I would like to create classes to handle the editing of these three different record structures. How can I have Mambo install my 'includes' directory in the Administrator area of my component? I've tried including <filename>includes/class.file.php</filename> in my xml but this doesn't seem to do it. |