Wiki

Sorted by ratingX
Displaying 361-370 of 470 result(s).

Publish yii webapp using Git push

Created 10 months ago by rootbearHow-tos6 comments – viewed 3,629 times – ( +2 )
I did not invent this instructions, I read it somewhere and re-organized in my way as I was trying and it works for me;
tags: git

Solution for session lose of Facebook iframe application in Internet Explorer .

Created 8 months ago by sirin kTips0 comments – viewed 2,865 times – ( +2 )
Facebook iframe app’s session is losing in Internet Explorer when doing a second redirection inside the facebook iframe app.The main reason is ,by default IE wont allow cookies in its priavacy settings If cookies not available means session is also not available for our Facebook iframe app in IE.

Using phpseclib with Yii

Created 7 months ago by nkdHow-tos6 comments – viewed 3,350 times – ( +2 )
I installed phpseclib because I needed to do some AES encryption in my project. After all the hassle of installing php lib, I found out that Yii already has a security module (securityManager). I finally decided to keep using phpseclib because it has one big advantage over Yii securityManager module, it does not requite mcrypt to be installed in the phpserver!
tags: security

caching controllers with filters()

Created 2 years ago by RusAlexHow-tos0 comments – viewed 6,729 times – ( +2 )
Hello, this article will describe some aspects about caching controllers with filters() method in your controller. And I will describe some problems I meet when using this approach for caching, the main problem was

Multilanguage Lorem Ipsum Text Generator

Created 5 months ago by yasenHow-tos0 comments – viewed 2,404 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...

Prevent asset publishing for CListView

Created 2 years ago by MikeHow-tos2 comments – viewed 5,376 times – ( +2 )
If you don't want to use any of the AJAX features of CListView and thus want to prevent that it publishes any of its asset files, you can extend it and create a sub class like this:
tags: CListView, Assets

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,388 times – ( +2 )

Send mail using YiiMail extension

Created 2 months ago by RKATutorials0 comments – viewed 4,194 times – ( +2 )
Let me show a simpe example to send mail using YiiMail extension in 5 steps. It also includes any template view if required along with the content.
tags: YiiMail

CjuiDatepicker

Created 2 months ago by hiral darjiTips0 comments – viewed 2,541 times – ( +2 )
If you have two datepicker in one form and you want that a date of from date shold be minimum date of todate then put following code in Cjuidatepicker widget options array: