Changes
Title
changed
Beginner / Intro Tutorials (please add to this wiki collection/ update this list)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
This is a central location to collect links to "Getting Started" documentation beyond the [blog demo](http://www.yiiframework.com/doc/blog/) and [Creating First Yii Application](http://www.yiiframework.com/doc/guide/quickstart.first-app). Please help the community by adding general, introductory links and descriptions to this page.
Never worked with a framework?
T[Larry's Yii Tutorials](http://blog.dmcinsights.com/series/learning-the-yii-framework/) are a great place to start, and the [whoopass tutorial](http://www.sterlingsavvy.com/tutorials/index.php?t=1&l=1)
- andis worth a perusal, as is its forum thread
-: [Where to Start with Yii](http://www.yiiframework.com/forum/index.php?/topic/2417-where-to-start-with-yii/)
have some useful perspective. Note that this tutorial simplifies(?) things by using forms instead of database access.
Kevin Korb's [Yii Framework + MySQL](http://www.kevinkorb.com/post/21) tutorial is clear and concise.[...]
The [Tips, Snippets and Tutorials](http://www.yiiframework.com/forum/index.php?/forum/12-tips-snippets-and-tutorials/) forum, help ranging from introductory to advanced topics.
[Dynamic Parent-Child GridViews](http://www.yiiframework.com/wiki/323/dynamic-parent-and-child-cgridciew-on-single-view-using-ajax-to-update-child-gridview-via-controller-after-row-in-parent-gridview-was-clicked/)
This wiki is a must-read for any Yii beginner (even if you don't use dynamic gridviews). It explains a lot about what is going on in models, views, controllers, relations, ajax functions, some sql, CGridview sorting/filtering on default and related models, extracting data from GridView rows and columns, sort dropdownlist, sending dropdownlist selected rows to the controller, etc. It also includes some cool tips and features.
This is just the tip of the iceberg that I've happened across, please help make this a valuable resource for beginning Yii fans and add your favorite intro website.