Welcome Guest, Not a member yet? Register   Sign In
Scaffolding deprecated? Options for CRUD?
#21

[eluser]runs.amock[/eluser]
SCAFFOLDING

After doing ruby on rails, you don't need scaffolding in CI. Just make some CRUD templates with your own css, copy and paste when needed, and basically just change the table names and add any special sql in the models. It is pretty easy, and you have complete control.

What CI does not have yet, is the ruby on rails gems. But then again, the gems get broken all the time when Rails gets an update, and the original geeks may not update the gem, leaving you stranded. Unless you are dying to do Gem coding.
#22

[eluser]runs.amock[/eluser]
DEMO's WITH ERRORS

I just been doing CI a few weeks, and, yes, the demo's have all kinds of small errors.
Many from being outdated. For example, some functions use CI_Model and some use Model.
And even __construction of a class changed.

I had to fix a lot of stuff in my code. But this is not that bad. Because,
the fixes are minor with a little research. At first it is a bit frustrating,
but after a few weeks of doing this, you will find out how easy this is. And
really speeds the basic learning of CI by fixing the small bugs in the demo.

Also, post the code here, and get a response back within an hour in most cases.

-Trent
#23

[eluser]Unknown[/eluser]
http://henrihnr.wordpress.com/2009/04/26...plication/




Theme © iAndrew 2016 - Forum software by © MyBB