Skip to content

Commit

Permalink
added the Yii framework
Browse files Browse the repository at this point in the history
  • Loading branch information
brygiger committed Oct 25, 2013
1 parent 176c8cb commit bf8be03
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions content.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
{
"name": "php",
"description": "A server-side language for the web",
"$then": ["python", "node", "sql", "laravel", "symfony", "phpixie", "cakephp"],
"$then": ["python", "node", "sql", "laravel", "symfony","yii", "phpixie", "cakephp"],
"home": "http://php.net/",
"links": [
{
Expand All @@ -1034,7 +1034,7 @@
{
"name":"mvc",
"description": "Popular software architecture pattern",
"$then": ["codeigniter", "laravel", "symfony", "cakephp"],
"$then": ["codeigniter", "laravel", "symfony", "yii","cakephp"],
"home": "http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller",
"links": [
{
Expand Down Expand Up @@ -1107,6 +1107,34 @@
"url": "http://symfony.com/doc/current/book/index.html"
}
]
},
{
"name": "yii",
"description": "The Fast, Secure and Professional PHP Framework",
"$then": ["twig"],
"home": "http://yiiframework.com/",
"links": [
{
"name": "The Definitive Guide to Yii",
"level": 0,
"url": "http://www.yiiframework.com/doc/guide/"
},
{
"name": "Larry Ullman's Learning Yii Series",
"level": 0,
"url": "http://www.larryullman.com/series/learning-the-yii-framework/"
},
{
"name":"Yii Screencasts",
"level": 0,
"url": "http://www.yiiframework.com/screencasts/"
},
{
"name": "The Yii Blog Tutorial",
"level": 1,
"url": "http://www.yiiframework.com/doc/blog/1.1/en/prototype.auth"
}
]
},
{
"name": "twig",
Expand Down

0 comments on commit bf8be03

Please sign in to comment.