Wiki

Articles in category "tutorials"X
Displaying 51-60 of 172 result(s).

Front-end developer's guide

Created about a year ago by jonahTutorials5 comments – viewed 15,409 times – ( +10 )
This wiki is a work in progress.

Secure password hash storage and a Yii helper extension

Created about a year ago by fsbTutorials5 comments – viewed 16,842 times – ( +14 )
This article was rewritten as the README of the Randomness GitHub repo

Searching and sorting by related model in CGridView

Created about a year ago by redguyTutorials49 comments – viewed 59,072 times – ( +77 )
Lets say we have two models and relation between them:

How to use Flash, Zend AMF and Yii Framework

Created about a year ago by janistoTutorials0 comments – viewed 6,224 times – ( +3 )
This is a simple demo how to use Zend_AMF with Yii.
tags: flash, zend, Zend_AMF, AMF

How to learn Yii?!

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

Understanding Scenarios

Created about a year ago by Luke JurgsTutorials9 comments – viewed 35,040 times – ( +20 )
Scenarios are an extremely useful tool for separating validation tasks on any class you use derived from CModel. In this tutorial we will use CActiveRecord.

Autocomplete in console command

Created about a year ago by StammTutorials1 comment – viewed 5,281 times – ( +3 )
Missed of autocomplete in bash console commands yii make me sad.

Functional Testing in Yii using Goutte and PHPUnit

Created about a year ago by puteraTutorials2 comments – viewed 10,864 times – ( +5 )
Functional Testing in Yii using Goutte and PHPUnit

TDD with PHPUnit_Story and Yii

Created about a year ago by sidewinderTutorials1 comment – viewed 9,223 times – ( +7 )
Unfortunately Sebastian Bergmann decided to remove PHPUnit_Story from future PHPUnit versions. Thanks to elvan for pointing me to the relevant comment. As an alternative Behat has been suggested but it seems too bloated for me TBH. There is also PHPSpec but it's non flexible enough for me and tightly bound with English language (What's the purpose of using DSL if customers can't speak English). Since both frameworks are quite young I think I'll just stick to PHPUnit and see what's going on on the BDD frameworks arena. Even PHPUnit_Story parts of this entry are going to be deprecated soon, rest is still valid! When doing TDD, please write tests with design and behaviour of application in mind instead of testing single functions.

Serve jQuery and jQuery-UI from Google's CDN

Created about a year ago by YetiTutorials14 comments – viewed 12,546 times – ( +13 )
There are good reasons to use Google's Content Delivery Network (CDN) to serve jQuery and jQuery UI on your site: