Wiki

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

How-To: Create a REST API

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

XUpload Workflow

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

Adding search to Yii blog example (using Zend Lucene)

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

Actions code reuse with CAction

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

Creating a Simple CRUD App With Yii2

Created about a month ago by Charles R. Portwood IITutorials12 comments – viewed 8,475 times – ( +6 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Yii Security-extended guide

Created about a year ago by bingjie2680Tips11 comments – viewed 10,112 times – ( +6 / -6 )
This article is called extended guide is because there is already a security guide in the Yii tutorial security section. but that guide is not complete in the sense that it does not rise the developers' attention to some other commonly happening attacks: SQL injection and magic URL, which can be major vulnerabilities in your application without much caring.

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 112,479 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.

Implementing a User Level Access System

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

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 38,943 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.

Create Yii Project In Cloud9

Created 9 months ago by BenTutorials5 comments – viewed 8,198 times – ( +3 )
This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.