Welcome Guest, Not a member yet? Register   Sign In
Scaffolding/CMS
#1

[eluser]drewsmiff[/eluser]
Is there really no security available when scaffolding?

It seems to me that this limit would be a linchpin to CI since scaffolding the CRUD operations provides a excellent method of content management.

Also, can you only scaffold one table at a time? Having the "secret" word is very limiting in contrast to Rails or something like CakePHP.

I chose CI for an upcoming PHP project and I guess I assumed I could automate the content management by scaffolding the necessary tables and creating an interface to manage each section. I'd prefer not to manually create the pages needed to insert data, so can someone point to another method?

Thanks.
#2

[eluser]m4rw3r[/eluser]
The scaffolding have no type of authorization, and it is very limited, use it only when you develop an app.
If you don't want to build your own admin interface from scratch look at these two:

Backend Pro
Code Exstinguisher
#3

[eluser]drewsmiff[/eluser]
Thanks for the links. I guess I shouldn't demand so much, or expect CI to be like Rails.




Theme © iAndrew 2016 - Forum software by © MyBB