Wiki

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

How to Setting Layouts in Yii

Updated 4 days ago by ruderbytesHow-tos2 comments – viewed 3,767 times – ( +2 / -3 )
usually someone confused to make layouts in yii.

Creating a Simple CRUD App With Yii2

Updated 19 days ago by Charles R. Portwood IITutorials11 comments – viewed 6,426 times – ( +5 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

How to learn Yii?!

Updated about a month ago by yJeroenTutorials7 comments – viewed 37,440 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.

Yii for beginners

Updated 2 months ago by rackyczTutorials11 comments – viewed 106,917 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.

Adding search to Yii blog example (using Zend Lucene)

Updated 4 months ago by klammeraffeTutorials15 comments – viewed 34,149 times – ( +28 / -2 )
For this tutorial I will add a search to the blog demo. The search would be based on Zend Lucene.

Additional form data with XUpload

Updated 4 months ago by AsgarothHow-tos5 comments – viewed 10,189 times – ( +5 )
In this article you'll learn how to send additional form data when uploading files using XUpload widget

XUpload Workflow

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

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

Updated 7 months ago by Antonio RamirezTips4 comments – viewed 10,958 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

Create Yii Project In Cloud9

Updated 9 months ago by BenTutorials5 comments – viewed 7,726 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.

Our WebApp that will run without downtime during update/upgrade

Updated 9 months ago by Maurizio DombaTutorials3 comments – viewed 6,035 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial