Welcome Guest, Not a member yet? Register   Sign In
No scaffolding?
#1

[eluser]kbkb[/eluser]
http://ellislab.com/codeigniter/user-gui...lding.html

Is there really no way to use scaffolding? I think it is really a nice and cool feature.
I think it is even more cool and nice when its a code-generating feature like in rails.

But is there at the moment a possibility to use scaffolding in codeigniter thats not deprecated?

Greetings
#2

[eluser]Enorog[/eluser]
It's not very safe, that's why no one recommends it on live sites.

If you do use it, at least restrict user access (with an authorization library for instance) for the controller that has scaffolding enabled.

You should examine DataMapper OverZealous Edition (http://www.overzealous.com/dmz/pages/toc.html) if you choose to do your own scaffolding, it really can save you heaps of time.
#3

[eluser]Veektore[/eluser]
I agree about scaffolding's drawbacks. However, quick scaffolding question for my initial tests: do you know of a way to alter the scaffolding code so that you can read a different database per controller?




Theme © iAndrew 2016 - Forum software by © MyBB