I'm wondering if there are any plans to release a quick start tutorial similar to the Blog tutorial in Prado? It was very helpful getting me going with Prado.
The Yii documentation looks good, but there's nothing like a tutorial to help one get their mind around implementation techniques.
We do plan to write a tutorial like the one in Prado, but this won't be available until after 1.0 is released.
The quickstart section in the Guide should already be a very good start point because it presents the basic directory structure and implements the most commonly used CRUD.
a tutorial would indeed be helpful for those who are not familiar with Prado and may have problem figuring out how a complete webapp (e.g. a blog) should be written following good practises.
The documentation for Yii is very excellent, both the api section and the Definitive Guide, but I agree that a blog tutorial would be very helpful. May I recommend that the blog tutorial use a database user logon system?
Just an idea: How about using the PRADO blog tutorial as a commented example on how to convert a PRADO application to Yii? Not sure if the blog tutorial is the best example though. But something like this might be useful for a lot of Pradoers who are afraid of switching…
That's funny that you mention that. I am trying to write my first Yii site and keep going back to how I did it in Prado and how to do it in Yii. I think it would be helpful, but we can't forget the potential new users of Yii who have never used Prado.
Symfony's documentation is very nice. I think as our community grows, we will also have more high quality tutorials. I am currently working on the blog tutorial.
Symfony's documentation is very nice. I think as our community grows, we will also have more high quality tutorials. I am currently working on the blog tutorial.
Quickstart on prado is very helpful. That was the first thing i looked for when I had downloaded yii framework sources. But i couldn’t found one. I spent many times to read one by one articles and much topics on this forum, but I still confuse where i had to start. Then I got follow this Yii Blog Tutorial Movie link, and it answered my questions. Thank you so much to the Author. I do appreciate it.