In this tutorial you'll get an introdction to Codeigniter, creating a basic hello world webpage. This tutorial is aimed at web developers who are new to Codeigniter and will help you get up to speed with the basics of Codeigniter in no time.
What...
After a short holiday we're back with a quicktip on text expansion and code templating.
Not related to Codeigniter in any way whatsoever, I know. But I've had lots of questions as to what it is with 'all the automation going on' in the tutorials.
Layouts and partial view help you effiently organise your view code. You can write cleaner code with less repetitions, which makes your webapps better scalable.
And the good news is: you can create layouts and partials using the default features...