Using Angie classes in custom modules
Page: 1
I would like to use Drift.class.php from angie/classes in my module to retrieve emails via pop3.
Is the Drift active out-of-the box or does it need to be included somewhere?
Thanks
Is the Drift active out-of-the box or does it need to be included somewhere?
Thanks
Ok, i found it.
Each angie class has an init.php in it's folder.
To use some class, i should include this init.php (for example if I wanted icalendar class):
require_once ANGIE_PATH . '/classes/icalendar/init.php';
Each angie class has an init.php in it's folder.
To use some class, i should include this init.php (for example if I wanted icalendar class):
require_once ANGIE_PATH . '/classes/icalendar/init.php';



