hualahyja
on Jul 30. 2008. 7:17 am
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
hualahyja
on Jul 30. 2008. 7:24 am
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';
Ilija Studen
on Jul 30. 2008. 9:48 am
That library should not be used because it's not complete. It got in the package by mistake...
activeCollab team member |
LinkedIn
hualahyja
on Jul 30. 2008. 9:56 am
True, it didn't work for me. Had no clue if it's not complete, but it relies on IMAP extension to php, which I have not installed.
Instead, after some experiments with set_for_autoload function I wrote init.php for ezComponents, which works fine.