Hi khelo.
Thanks for finally answering.
I've tried using a plugin several times. The problem is when i try to use the DB inside a plugin.
For example if i try this:
public function postDispatch(Zend_Controller_Request_Abstract $request)
{
$categories = new Categories();
}
Then the whole page goes BLANK and I can't seem to find the problem.
Thanks,
Adrian
|