using modules in front end
Hi,
my compliments for fuelcms, it's really an interesting framework.
My question is:
Is there a way to use the base_module features outside the admin area ?
I need to register some people and give them permission for a reserved area.
In that reserved area they should manage a classic crud on some tables.
Is that possible with fuelcms ?
Thanks
Comments
Thanks for the prompt answer.
The crud management is really useful, may be i'll use the base_module class as i need to have user authenticated.
What i need is to have a separate area where the users can access and manage the data.
Is it possible to have a different theme layout for that users ? i would like to have the layout very similar to the fronted.
thanks again