![]() |
Gone Country 3 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Gone Country 3 (/showthread.php?tid=14800) |
Gone Country 3 - El Forum - 01-15-2009 [eluser]Sean Gates[/eluser] Hop on over to our latest CI work. 3 days of focused CI programming, and a couple weeks of design and dev for other things (like the video). http://gocountry.cmt.com Don't forget to make your boss Go Country. -- Sean Gone Country 3 - El Forum - 01-16-2009 [eluser]obiron2[/eluser] nice.. Can you get it added to the projects. What benefits did CI give you over other programming processes. Obiron Gone Country 3 - El Forum - 01-17-2009 [eluser]Sean Gates[/eluser] [quote author="obiron2" date="1232121734"]What benefits did CI give you over other programming processes.[/quote] There were several: • Database abstraction and connection • MVC for rapid prototyping • Security (user input filtering) • Easy form validation • Fast and light (very little processor overhead) Basically, the general stuff for any framework, but CI does it better. Now if we can only get a PHP 5-only version. -- Sean Gone Country 3 - El Forum - 01-19-2009 [eluser]simshaun[/eluser] Quote:Basically, the general stuff for any framework, but CI does it better. Now if we can only get a PHP 5-only version.As a few rude folk have managed to point out to me, that's not gonna happen anytime soon. Cool app though. |