I found now that it can work!
To make my table access easy I was using var $scaffold.
I found that you have the define that on top of your class.
I used:
var $uses = array('History');
var $scaffold;
THIS DOES NOT WORK WITH BEFORE FILTER
var $scaffold
var $uses = array('History');
DOES WORK!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---