Wiki

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

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 105,749 times – ( +74 )
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 103,762 times – ( +86 / -1 )
This article will explain how to create a REST API with the Yii framework.

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 37,133 times – ( +16 )
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 33,435 times – ( +28 / -2 )
For this tutorial I will add a search to the blog demo. The search would be based on Zend Lucene.

Implementing a User Level Access System

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

Custom Autocomplete Display and Value Submission

Created about a year ago by Antonio RamirezHow-tos5 comments – viewed 21,367 times – ( +12 / -1 )
How many of us has wondered how to create an autocomplete that will display the names of a related models but do require the id of that selected name to be submitted for model creation/update?

XUpload Workflow

Created 10 months ago by AsgarothTutorials18 comments – viewed 20,052 times – ( +27 )
This wiki describes a more complex workflow using the XUpload widget

Actions code reuse with CAction

Created 2 years ago by Antonio RamirezHow-tos13 comments – viewed 17,232 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

Windows Web Development With AMPPS, NetBeans and XDebug

Created about a year ago by macinvilleTutorials1 comment – viewed 12,184 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

MVC primer and 5 minute form walkthrough

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