![]() |
any open source project built on CI? - 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: any open source project built on CI? (/showthread.php?tid=7017) |
any open source project built on CI? - El Forum - 03-20-2008 [eluser]Tony W[/eluser] I want to find an open source project to learn coding in CI. Is there such kind of projects? any open source project built on CI? - El Forum - 03-20-2008 [eluser]Tom Glover[/eluser] [quote author="Tony W" date="1206050099"]I want to find an open source project to learn coding in CI. Is there such kind of projects?[/quote] Yes there are some out there including: * Blaze * CodeExtinguisher * Bamboo Invoice and many more search the forums. any open source project built on CI? - El Forum - 03-20-2008 [eluser]johnwbaxter[/eluser] Bamboo invoice gets my vote as the app to learn from. I started using it last week and i'm loving it! http://bambooinvoice.org any open source project built on CI? - El Forum - 03-20-2008 [eluser]John_Betong[/eluser] [quote author="Tony W" date="1206050099"]I want to find an open source project to learn coding in CI. Is there such kind of projects?[/quote] I have just updated my signature with the source code for a sub-domain application. You will need to download and integrate CodeIgniter 1.61. Let me know if you have any problems. any open source project built on CI? - El Forum - 03-21-2008 [eluser]wiredesignz[/eluser] John, that's hardly an open source application, its a single page using the Google Maps API, and it still contains hard coded references to your development server. Not recommended for people to learn from. any open source project built on CI? - El Forum - 03-21-2008 [eluser]John_Betong[/eluser] [quote author="wiredesignz" date="1206103088"]John, that's hardly an open source application, its a single page using the Google Maps API, and it still contains hard coded references to your development server. Not recommended for people to learn from.[/quote] I do not understand what is meant by open. It is source from an application that demonstrates how to use the GoogleApi library by using a CI library. I also agree it is a single page and that it has hard-coded references to the development server. The hard-coding is an essential feature of the GoogleApi since in their infinite wisdom they decided that every source requires a free unique key specific to a domain. Maybe it is not recommended for some people to learn which begs the question what is suitable for every person wisihng to learn. Maybe just a way to use the GoogleApi as a library and to alleviate the problems I had following the documentation. My debug report here. I am open to suggestions for a better explanation or even to remove the source completely if it is inappropriate. any open source project built on CI? - El Forum - 03-21-2008 [eluser]wiredesignz[/eluser] Here you go John. http://en.wikipedia.org/wiki/Open_source any open source project built on CI? - El Forum - 03-21-2008 [eluser]John_Betong[/eluser] [quote author="wiredesignz" date="1206112311"]Here you go John. http://en.wikipedia.org/wiki/Open_source[/quote] Many thanks for the link The zipped source code will possibly not conform to every one of The Open Source Ten Conditions so maybe it will be easier to let coders pirate the software at their own peril ![]() any open source project built on CI? - El Forum - 03-24-2008 [eluser]Chris Newton[/eluser] http://www.iheartrant.com/app.tar.gz has 'available source' I don't know if it's 'open' or not, but you can check it out at least. any open source project built on CI? - El Forum - 03-28-2008 [eluser]Unknown[/eluser] thanks guys |