Wiki

Displaying 31-40 of 480 result(s).

Using Google Maps in Yii Applications via Jquery

Created 2 months ago by bluyellHow-tos0 comments – viewed 2,808 times – ( +2 )

Implementing a Flat User Access System

Created 2 months ago by TrejderHow-tos0 comments – viewed 2,323 times – ( +7 )
This article shows a quick and easy way to implement flat user access control system. Flat means, that user access is controlled by level only, which is solution exactly opposite to complex RBAC access systems.

How to use the official Yii installer for Composer (**DEPRECATED**)

Created 2 months ago by br0skHow-tos9 comments – viewed 3,792 times – ( +3 )
This wiki shall be considered deprecated since the Yii installer for composer has been discontinued.

YiiBooster: How to implement files and images upload on TbRedactor Widget

Created 2 months ago by Antonio RamirezHow-tos2 comments – viewed 5,832 times – ( +11 )
I have been requested to provide a tutorial on how to use the file upload feature of the TbRedactor widget, and even though I am no longer supporting the library due that the work belongs to Clevertech, I feel that I owe that to the Yii developers. So, here is the  tutorial.

CjuiDatepicker

Created 2 months ago by hiral darjiTips0 comments – viewed 2,806 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:

using jqbargraph to create beautiful graphs

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

Send mail using YiiMail extension

Created 3 months ago by RKATutorials1 comment – viewed 6,046 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 Grunt for deploying client scripts

Created 3 months ago by Chris83How-tos8 comments – viewed 3,737 times – ( +6 )
For a long time I have struggled to find a suitable tool for doing server tasks such as compiling LESS files, concatenating and minifying of JavaScript files and copying the minified JavaScript files. While most of these tasks can be done with Yii extensions I would still not recommend using them because it requires you to include these extensions in your project, and therefore also deploying them in your production environment.

A simple way to get Yii client-side form validation run when submitting by ajax

Created 3 months ago by nlacTutorials2 comments – viewed 4,809 times – ( +5 )
A time ago i've met the issue that Yii doesn't run any client-side form validation when submitting the form by CHtml::ajaxSubmitButton. The small javascript below helps to fix it.