Login or Register

RSS IconRecent posts in this topic

avatar
hualahyja on Jul 30. 2008. 12:17 pm
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
avatar
hualahyja on Jul 30. 2008. 12:24 pm
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';
avatar Staff
Ilija Studen on Jul 30. 2008. 2:48 pm
That library should not be used because it's not complete. It got in the package by mistake...
activeCollab Team Member
avatar
hualahyja on Jul 30. 2008. 2:56 pm
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.

RSS IconRecent posts in this topic