Wiki

Displaying 231-240 of 468 result(s).

Yii for beginners

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

Understanding the view rendering flow

Created about a year ago by dckurushinFAQs10 comments – viewed 67,866 times – ( +65 / -1 )
There is a lot of confusion surrounding what is happening behind the scenes when you render a view.

Adding search to Yii blog example (using Zend Lucene)

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

how to use github (un)official extension repo in your Yii project

Created about a year ago by RusAlexTips4 comments – viewed 5,286 times – ( +4 )
Using a git submodule command in your yii project

free PHP IDE CodeLobster supports Yii framework

Created about a year ago by clodTutorials0 comments – viewed 9,160 times – ( +5 )
This page is created to supply short directions and general tips for managing a Yii application in Codelobster PHP Edition.

How to translate and do the translations the easy way

Created about a year ago by Roman SolomatinHow-tos3 comments – viewed 24,136 times – ( +17 / -1 )
I wanted to keep all the I18N related translations in separate files, so that I would not need to modify the view files or the model files every time I need to update or fix the translations of application's source language.
tags: i18n

Yii registry, how to use it, does it exist at all?

Created about a year ago by dckurushinHow-tos2 comments – viewed 11,364 times – ( +6 )
From time to time people ask about registry...

Shrink Yii, help your IDE and speed up copying

Created about a year ago by dckurushinTips11 comments – viewed 6,185 times – ( +9 / -8 )
In this little tip, I will help you to cut Yii size for about half

Authenticating against phpass hashes with Yii

Created about a year ago by Da:SourcererHow-tos18 comments – viewed 15,721 times – ( +25 )
The Portable PHP password hashing framework allows advanced password hashing offering increased security over simple MD5- or SHA1-hashed passwords. phpass is already in use in some larger projects such as WordPress (since v2.5), Drupal 7 and phpBB 3.

Send asset folder path to a javascript of a widget

Created about a year ago by sensorarioTips4 comments – viewed 10,034 times – ( +4 )
When you develop a widget, you could need one image that is in the assets folder, you can use it simply within a css. You can load a css or javascript script doing this: