Skip to content

wftutorials/yiidemos

Repository files navigation

YII demos

A list of demos using the yii 1.1 framework.

Todo demos

todo

In this demo we create a task application.

  • create a task
  • set task as completed
  • view completed tasks
  • view overdue tasks
  • delete tasks

Files

Models - In this tutorial we worked with the ToDo.php model.

Controllers - In this tutorial we worked with the TodoController.php.

Views In this tutorial we created the following views in the toDo views directory

  • _form.php
  • completed.php
  • create.php
  • due.php
  • index.php

Event Manager Demo

events

In this demo we create an event manager application. This demo as the following features.

  • Create and edit events
  • Register attendees to events
  • Delete attendees from events
  • Search for events
  • Close Events
  • View closed events
  • View all attendees
  • View attendees for events

Files

The files used for this demo are

  • Controllers - Components/Controller.php, EventsController.php
  • Models - Events.php, EventAttendees.php
  • Views - The events folder
  • Layouts - The events.php layout in the layouts directory

File Manager Demo

files

In this demo we create a file manager application. This demo allows use to do the following

  • Upload files
  • Upload multiple Files
  • Organise files by folders
  • View uploaded files
  • Search for files
  • Trash files
  • Delete files permanently
  • Move files to diffrent folders

File

The files used for this demo re

Mini blog demo

blog

In this demo we create a mini blog application. This demo as alot of features like

  • Create posts
  • Upload featured images
  • Share blog posts via unique url
  • Comment on posts
  • Tag posts
  • Edit posts
  • Publish and unpublish posts
  • Like posts

About

Demos using the yii 1.1 framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published