Wiki

Displaying 91-100 of 470 result(s).

Serial Numbers (item counts) in GridView

Created 7 months ago by PeRoChAkHow-tos2 comments – viewed 3,380 times – ( +1 )
Sometime we need to display numbers of items per page with their counting as a serial number.

A simple go back button widget

Created 7 months ago by CTalaHow-tos5 comments – viewed 6,909 times – ( +3 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).

[pt-br] O guia de estudos do Yii para iniciantes

Created 7 months ago by Rodrigo CoelhoTips0 comments – viewed 2,788 times – ( +1 )
You can find the english version of this wiki here: The complete beginner's study guide for the Yii Framework.

The complete beginner's study guide for the Yii Framework

Created 7 months ago by Rodrigo CoelhoTips2 comments – viewed 17,215 times – ( +18 )
Start studying the MVC pattern. You will understand the roles of the model, the view and the controller and know where goes each part of the code.

Using phpseclib with Yii

Created 7 months ago by nkdHow-tos6 comments – viewed 3,349 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

Additional form data with XUpload

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

Javascript and AJAX with Yii

Created 7 months ago by François GannazHow-tos2 comments – viewed 32,094 times – ( +27 )
This page intends to provide an exhaustive guide of how to use Javascript (JS) in Yii. It does not explain how to learn coding in JS, but how to deal with it "the Yii way".
tags: javascript, AJAX

CJuiTabs Content

Created 7 months ago by mbalaTips2 comments – viewed 5,164 times – ( +5 )
When I used CJuiTabs I did something. They are
tags: CJuiTabs

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 12,386 times – ( +19 )
Creating Yii applications with composer

Catching bounce messages (NDR) and piping them to a Yii command

Created 8 months ago by bennounaTutorials0 comments – viewed 3,230 times – ( +1 )
In order to avoid bounce messages and unsolicited registrations, most webapps send automatic activation emails upon user registration, and the account remain inactive as long as it is not activated. Better yet, you can periodically purge your data by removing accounts that have not yet been activated.