View Single Post
  #3 (permalink)  
Old 10-03-2007, 02:57 PM
ApAdrian ApAdrian is offline
Junior Member
 
Join Date: Sep 2007
Posts: 10
Default

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
Reply With Quote