Page 1 of 1
Best of open source projects
#1
Posted 07 January 2011 - 11:17 AM
Can anyone indicate good open source projects to study the framework?
It could be a pinned topic with such content, a sample of projects that are in good programming reference.
It could be a pinned topic with such content, a sample of projects that are in good programming reference.
Thanks Google Translator to helping me write the posts :)
#2
Posted 07 January 2011 - 12:18 PM
It’s done, the great act of creation.
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii Themes at http://yiithemes.mehesz.net
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii Themes at http://yiithemes.mehesz.net
#3
Posted 07 January 2011 - 02:14 PM
http://www.chive.com/ — Open Source MySQL web manager. Alternative to PhpMyAdmin.
#4
Posted 07 January 2011 - 10:38 PM
samdark, on 07 January 2011 - 02:14 PM, said:
http://www.chive.com/ — Open Source MySQL web manager. Alternative to PhpMyAdmin.
I think this is the correct link for that project
--iM
It’s done, the great act of creation.
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii Themes at http://yiithemes.mehesz.net
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii Themes at http://yiithemes.mehesz.net
#5
Posted 07 January 2011 - 10:48 PM
Haven't reviewed code of these, so can't say they are good:
http://code.google.com/p/51pm/ — Project management app.
http://www.yiiframew...ource-pastebin/ — Pastebin.
http://yiiup.sourceforge.net/ — File hosting.
imehesz
Yes, that's correct. Thanks.
http://code.google.com/p/51pm/ — Project management app.
http://www.yiiframew...ource-pastebin/ — Pastebin.
http://yiiup.sourceforge.net/ — File hosting.
imehesz
Yes, that's correct. Thanks.
#6
Posted 08 January 2011 - 12:28 PM
go to code.google.com and type yii in the search box
php:
foreach(array('cat', 'dog', 'cow') as $animal) echo $animal."\n";
python:
[(animal, print(animal)) for animal in ['cat', 'dog', 'cow']]
ruby:
['cat', 'dog', 'cow'].each {|animal| puts animal}
You say Tomato, I say Tomato.
#7
Posted 08 January 2011 - 01:13 PM
Ok jayrulez, but the proposal is to indicate which projects can be considered good programming reference and a source of study for beginners.
Bad projects are everywhere.
Bad projects are everywhere.
Thanks Google Translator to helping me write the posts :)
#8
Posted 08 January 2011 - 03:00 PM
thimt8-yii, on 08 January 2011 - 01:13 PM, said:
Ok jayrulez, but the proposal is to indicate which projects can be considered good programming reference and a source of study for beginners.
Bad projects are everywhere.
Bad projects are everywhere.
Yes, it's up to you to pick out the better ones to study.
php:
foreach(array('cat', 'dog', 'cow') as $animal) echo $animal."\n";
python:
[(animal, print(animal)) for animal in ['cat', 'dog', 'cow']]
ruby:
['cat', 'dog', 'cow'].each {|animal| puts animal}
You say Tomato, I say Tomato.
#10
Posted 17 June 2012 - 02:34 PM
I am not sure why people don't consider the blog demo as a good starting point. It helped me get started as it is a very basic application.
Share this topic:
Page 1 of 1

Help














