Displaying 1 result from an estimated 1 matches for "filter_before".
2006 Aug 11
0
single app? product generator? sharing models?
...for views etc.
But I feel like I am losing a level here....
http://app/infoportal/index - shows me my portal index page.
http://app/infoportal/index - shows me my magazine index page.
But - authentication gets a little tricky... as far as i can tell this
is normally done at class level with the filter_before goodies. So I
cannot really have authentication for separate pages - as they are done
using methods....
Cannot do separate apps, they share too much info. I have a user table,
with roles to define access - all my apps needs access to the models.
As per subject - I have looked at product gener...