Wiki

Displaying 51-60 of 482 result(s).

Email function at Contact page

Created 3 months ago by sarthakTutorials1 comment – viewed 2,645 times – ( +1 / -3 )
***note : only for linux users.
tags: email, contact, ssmtp

Limit a CGridView field to some preset length.

Created 3 months ago by le_topHow-tos1 comment – viewed 2,706 times – ( +9 )
Sometimes text inside a gridview column is just too long. That's why I figured out a way to make the column smaller while still providing the information.

PHPStorm & NetBeans autocomplete problem

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

Extending an ActiveRecord model

Created 4 months ago by BogseyHow-tos3 comments – viewed 4,124 times – ( +2 / -3 )
Introduction

Upload Files to Rackspace Cloud Files CDN

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

Twitter Bootstrap style Breadcrumbs

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

Assigning dynamic roles to a user Using yii Rights module at the time of user creation and using some special advanced features of yii rights

Created 4 months ago by Rajith RTips0 comments – viewed 6,513 times – ( +6 )
After Installing Yii Users and Rights to Newly Created Yii app we have to assign dynamic roles to a user at the time of user creation .

Using Bootstrap with LESS

Created 4 months ago by Chris83How-tos1 comment – viewed 12,460 times – ( +14 )
I discovered Twitter Bootstrap almost two years ago. After trying it out for a while I fell in love with it. It didn't take long before I realized that it would be great to write an extension that allowed developers to start using Bootstrap in their Yii projects. One night I sat down and started writing what later became my now popular bootstrap extension. Now that the extension is quite widely used in the community I felt that it was time to write about how to use Bootstrap to its full potential. If you use the Bootstrap CSS files you're really missing out on some great features. After reading this article you'll be able to take full advantage of Bootstrap using LESS.

Kickstart development with Yii-App

Created 4 months ago by Chris83How-tos20 comments – viewed 10,469 times – ( +17 )
I recently created a project called Yii-App on GitHub to kickstart my development of smaller Yii applications. The main goal of the project is to provide a ready-to-use application template that includes my bootstrap extension and many other useful extensions. After reading this article you will be able to use this project as a starting point for all of your Yii projects.

Turn Web HTML Into Newsletter

Created 4 months ago by yasenHow-tos0 comments – viewed 4,123 times – ( +7 )
These newsletters have always been hard to create as regular web HTML is not properly read by web email interfaces and email clients. I thought that the simplest solution would be to use a web page that would serve as a web version of the newsletter and turn it somehow into newsletter HTML.