views:

376

answers:

3

I'm new to codeigniter framework. Trying to get over the framework's learning curve. I've followed the nice video tutorial by codeigniter and understood the basics.

Currently, I am looking for open source projects written using codeigniter so I can read some real world production code.

A good one I found so far is bambooinvoice. Any other open source app out there? Something small and compact for a beginner would be great.

+2  A: 

try looking at Phil Sturgeon's PyroCMS, it will give you a real world look at how a great CI dev codes

http://github.com/philsturgeon/pyrocms

Tom Schlick
I don't think this is something for him to learn from. Too complicated for someone just learning the framework basics.
Thorpe Obazee
he asked for real world production code. there isnt anything more real world that is open source. phil uses a lot of advanced stuff but it wouldn't be hard to learn the basics from it either.
Tom Schlick
This project is not well commented... at all...
Christopher W. Allen-Poole
+2  A: 

This is another example you might want to check out:

http://codeigniter.com/forums/viewthread/129017/

I can't speak to the quality of the code but it's another look into someone else's CI project.

someoneinomaha
+2  A: 

You are probably safe with studying bambooinvoice.org and myclientbase since they are very basic CodeIgniter applications.

I wouldn't recommended reading PyroCMS code 'yet'. PyroCMS is very very good but if you need basic applications, go with my recommendations.

Thorpe Obazee