CodeIgniter Forums
Looking for good CodeIgniter-code. - 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: Looking for good CodeIgniter-code. (/showthread.php?tid=31738)



Looking for good CodeIgniter-code. - El Forum - 06-29-2010

[eluser]proximityfuse[/eluser]
I have started to code in the fantastic CodeIgniter-framework recently. I'm looking for good codesamples to read so that I can improve my Codeigniter-coding skills. Is there any chance that you more experienced codeigniters could post some good codesamples or could give me a link to download codeigniter code for minor applicications etc..?

Thank you for any help


Looking for good CodeIgniter-code. - El Forum - 06-30-2010

[eluser]WanWizard[/eluser]
I wouldn't like to claim we write 'good' code, but the source of ExiteCMS is publicly available.


Looking for good CodeIgniter-code. - El Forum - 06-30-2010

[eluser]rajeshkumar[/eluser]
For Learning CodeIgniter with Good Examples, You can find in this Tutorial
http://www.phpeveryday.com/articles/CodeIgniter-Framework-Basic-Tutorial-P841.html


Looking for good CodeIgniter-code. - El Forum - 06-30-2010

[eluser]Simian Studios[/eluser]
A good resource to check would be the [url="http://ellislab.com/codeigniter/user-guide/general/styleguide.html"]CodeIgniter Style Guide[/url].

While it may not help you write "good" code in the sense of it being the best code ever written (&tradeWink, it will help you write clean and understandable code. Clean and understandable code is easier to refactor, so it will help you to write better code in the long run.


Looking for good CodeIgniter-code. - El Forum - 06-30-2010

[eluser]dimis[/eluser]
It will be good for you to read some books like Head First Design Patterns and Head First Object-Oriented Analysis and Design.
it use Java but it is useful
http://www.headfirstlabs.com/books/hfooad/