Wiki

Articles tagged with "tutorial", sorted by ratingX
Displaying 1-10 of 20 result(s).

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 112,425 times – ( +75 )
Hi. This is first article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: Yii for beginners 2.

How-To: Create a REST API

Created 2 years ago by jwernerHow-tos38 comments – viewed 110,628 times – ( +87 / -1 )
This article will explain how to create a REST API with the Yii framework.

Actions code reuse with CAction

Created 2 years ago by Antonio RamirezHow-tos13 comments – viewed 18,084 times – ( +30 )
We all know how good 'gii' automates the code for us and we normally tend to be happy with what that tool offers at the beginning of our Yii learning curve. But as soon as you start working in larger and larger projects, you realize that its code is too repetitive to maintain and having a small pitfall in general actions means to go over and over through them to fix the issues.
tags: CAction, Tutorial

XUpload Workflow

Created 11 months ago by AsgarothTutorials18 comments – viewed 21,915 times – ( +28 )
This wiki describes a more complex workflow using the XUpload widget

Implementing a User Level Access System

Created 2 years ago by Antonio RamirezTutorials10 comments – viewed 27,376 times – ( +27 )
I would like to provide you a quick tip on how to implement user level access to your Yii applications.

Impersonate Users within Yii Framework

Created 2 years ago by WoilTutorials5 comments – viewed 9,247 times – ( +20 )
For some applications it can be advantageous for administration reasons to allow site administrators to login as other users. This is sometimes called user impersonation or "becoming that user".

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 38,930 times – ( +18 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

Adding search to Yii blog example (using Zend Lucene)

Created about a year ago by dckurushinTutorials15 comments – viewed 36,162 times – ( +28 / -2 )
For this tutorial I will add a search to the blog demo. The search would be based on Zend Lucene.

Avoiding duplicate script download when using Ajax calls to render different Views

Created about a year ago by Antonio RamirezTips4 comments – viewed 11,400 times – ( +10 )
I had to partially render two types of views, depending on user selection. Wanted to display a GRID or a LIST style with an event that AJAX'ed new contents and update a layer with them.
tags: tutorial, AJAX, views

MVC primer and 5 minute form walkthrough

Created about a year ago by rix.rix.Tutorials0 comments – viewed 11,950 times – ( +8 )
This tutorial assumes some basic knowledge of Yii and a functional development environment.
tags: Forms, tutorial, mvc