Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

giovdk21/yiiplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71fa198 · May 25, 2015

History

22 Commits
Oct 25, 2012
Jan 26, 2014
Oct 13, 2012
Oct 23, 2012
Jan 26, 2014
May 25, 2015
Feb 16, 2014
May 25, 2015
May 25, 2015
Oct 13, 2012
May 25, 2015
Oct 13, 2012
Oct 13, 2012

Repository files navigation

yiiplayground

Yii Playground is a demo application that uses the PHP Yii Framework to show some features of the framework starting from basic examples. It doesn't do nothing useful but it is great to play with as you learn how things works downloading and editing the code.

Live demo: http://www.yiiplayground.com
Live demo (Yii 2 version): http://www.yiiplayground.com/yii2

Intro video: http://www.youtube.com/watch?v=ZG-1779KABs

Features:

  • modular, with small examples for each topic
  • write the code once and then it will be showed, live from the source, on your demo page (so if you update the source you don't have to update the documentation too / each time)
  • community oriented: just join, request write access, and commit your snippet
  • "wiki style" shared project using git

Goals:

  • always compatible with the last stable Yii version: all examples will have to be current and working
  • easy to understand examples
  • examples should follow "best practices" and should show the best or one of the best ways of doing that particular thing; more experienced users can supervise on this