• This repository has been archived on 25/Jun/2022
  • Stars
    star
    116
  • Rank 302,170 (Top 6 %)
  • Language
    JavaScript
  • Created almost 12 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Repository of the Yii Playground project

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