Wiki

Displaying 61-70 of 468 result(s).

How to use YiiBooster TbFileUpload widget

Created 5 months ago by Antonio RamirezHow-tos7 comments – viewed 9,061 times – ( +7 )
The following wiki is to explain how to make use of the TbFileUpload widget from YiiBooster. I have received a couple of requests and I thought was worth writing a wiki for it.

An Easy Solution for Dependent dropDownList Using AJAX

Created 5 months ago by mrsTips5 comments – viewed 13,264 times – ( +6 )
Sometimes new Yii guys face problem to manage dependent dropDownList using AJAX. I am going to discuss an easy solution about this issue.

Drills : Search by a HAS_MANY relation

Created 5 months ago by softarkTutorials9 comments – viewed 7,699 times – ( +20 )
Sometimes we get lost trying to search by a HAS_MANY relation using CActiveRecord or CActiveDataProvider. This article is a series of drills that try to describe the practical techniques of searching by a HAS_MANY relation.

Htaccess .. SEO Friendly Url

Created 5 months ago by manoj20Tutorials4 comments – viewed 5,251 times – ( +2 / -7 )
hello firend if u need a SEO friendly URL
tags: yii

Multilanguage Lorem Ipsum Text Generator

Created 5 months ago by yasenHow-tos0 comments – viewed 2,397 times – ( +2 )
Taking futher the idea from Piotr Masełkowski - http://www.yiiframework.com/extension/elipsum/ here's how to generate multilanguage Lorem Ipsum text. This example uses English and Bulgarian sample paragraphs. Create a class in /protected/components/LoremIpsum.php. Wall of text incoming wohoo...

Use crypt() for password storage

Created 5 months ago by fsbTutorials11 comments – viewed 15,143 times – ( +16 )
There Is Now A cpasswordhelper Class In system.utils at GitHub that provides an API to simplify the use of crypt() for password storage. While this wiki article remains valid, it will in due course be rewritten to refer to the new class as well as explain how it works.

How to use YiiBooster Bootstrap Gallery

Created 5 months ago by Antonio RamirezHow-tos1 comment – viewed 7,913 times – ( +4 )
Since version 1.0.4, Yii developers can make use of the image gallery provided by Sebastian Tshan, a great javascript developer that has created some true gems like the jquery file upload plugin.

Installing Yii Users and Rights to Newly Created Yii app

Created 5 months ago by Rajith RTutorials6 comments – viewed 11,016 times – ( +9 / -1 )
After creating an yii app . we need to implement permission, Authentication and Authorization .so the best way is to use the Yii users and Rights modules.

Syncing sessions between Yii and KCFinder

Created 6 months ago by Thanasis FotisHow-tos5 comments – viewed 2,628 times – ( +1 )
I have been trying to find information on how to sync the sessions between Yii and KCFinder so that the two applications can "communicate" with each other. I managed to find some bits and pieces on the correct approach to use, but not a definite guide or concrete code.

Create sitemap.xml file dynamically on root folder with one hit

Created 6 months ago by kiran sharmaHow-tos1 comment – viewed 3,928 times – ( +4 / -1 )
I had created one controller file which can create sitemap.xml file(which is used for seo, google crawler and many other puropse) dynamically with one run.
tags: SEO, SiteMap, XML