Wiki

Sorted by commentsX
Displaying 441-450 of 469 result(s).

Twitter Bootstrap style Breadcrumbs

Created 3 months ago by junaidatariHow-tos0 comments – viewed 5,167 times – ( +3 / -1 )
1: Create breadcrumb in your view file.

Upload Files to Rackspace Cloud Files CDN

Created 3 months ago by StephenMiracleTutorials0 comments – viewed 2,809 times – ( +1 )
** I actually made this into an extension for easier use. You can view the extension: http://www.yiiframework.com/extension/rackspaceconnect/

[PT-BR] Proteção Contra Logout CSRF

Created 2 years ago by Rodrigo CoelhoTutorials0 comments – viewed 4,333 times – ( +2 / -1 )
CSRF é o acrônimo para Cross-site request forgery. CSRF é um ataque que forca o usuário a executar ações não desejadas numa aplicação Web na qual ele está autenticado.

PHPStorm & NetBeans autocomplete problem

Created 2 months ago by StagelineTips0 comments – viewed 2,976 times – ( +16 )
The problem: If you type Yii::app()->user<ctrl+space> code completion didn't work. This solve it.

How to use EzComponents in Yii

Created about a year ago by EhsanjsHow-tos0 comments – viewed 5,732 times – ( +5 )
change your index.php

Patching PHP code (used as a library) without changing the original code!

Created 2 months ago by le_topTips0 comments – viewed 1,756 times – ( +3 )
The article Fixing extensions without modifying their code reminded me of another patching technique that I used. My conviction and a hard look on the web had led me to an article Redefine PHP class methods or class giving me a head start to do what I wanted: patching third party code without touching the original to allow easy upgrades.
tags: patch, patching

BaseModuleAR class with MultiActiveRecord

Created about a year ago by dinhtrungTips0 comments – viewed 5,066 times – ( +2 )
MultiActiveRecord is an extension that add support for multiple database connection for your application.

Custom Login Error Messages

Created 2 months ago by whoopassTutorials0 comments – viewed 5,598 times – ( +7 )
The Yii Framework is very powerful and it provides a lot of functionality right from the pre-built webapp. One of the nice things that is already established for you as a developer is the Login authentication. While the default configuration simply sets it up to run against an array of hard coded usernames and passwords, the Yii Blog Tutorial provides a how to in connecting that login authentication method to a database so you can run your logins against the registered users. Talk about sweet deal.

Send mail using YiiMail extension

Created 2 months ago by RKATutorials0 comments – viewed 4,181 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

using jqbargraph to create beautiful graphs

Created 2 months ago by MAHESH.E.UTips0 comments – viewed 2,366 times – ( +5 )
If you are about to create a graph, the best option i would suggest is the jqbargraph.