Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 41-50 of 172 result(s).

Beginner / Intro Tutorials (please add to / update this list)

Updated 8 months ago by Gerhard LiebenbergTutorials0 comments – viewed 28,930 times – ( +4 )
This is a central location to collect links to "Getting Started" documentation beyond the blog demo and Creating First Yii Application. Please help the community by adding general, introductory links and descriptions to this page.

Facebook DeAuthorize callback URL and its response data.

Updated 8 months ago by sirin kTutorials1 comment – viewed 3,298 times – ( +3 )
Facebook Deauthorize callback is used to getting notification to the app owner when a user uninstall our app from their fan page or profile.
tags: facebook

Create Yii Project In Cloud9

Updated 8 months ago by BenTutorials5 comments – viewed 7,672 times – ( +3 )
This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.

Simple RBAC

Updated 9 months ago by StagelineTutorials11 comments – viewed 32,034 times – ( +32 / -1 )
If you need simple Role based access control without the long RBAC process then this article is just for you. Lets jump to the point.

CButtonColumn: Use special variable $data for the 'id' in the 'options' of a button

Updated 9 months ago by bluezedTutorials5 comments – viewed 7,062 times – ( +6 )
In an application I had a CGridView with a CButtonColumn and for an Ajax-Request I needed to make sure that the IDs of the buttons would not change when the GridView was updated so in effect I wanted to link them to the $data->id. So I tried:

Our WebApp that will run without downtime during update/upgrade

Updated 9 months ago by Maurizio DombaTutorials3 comments – viewed 6,009 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial

Custom Number Formatting or Decimal Separators and i18n

Updated 9 months ago by c@cbaTutorials4 comments – viewed 9,796 times – ( +3 )
By default, the decimal separator in php (also in mysql) is a dot (.). So when we work with floats in Yii (in calculations, validation, sql statements etc.), the decimal separator has to be a dot. If we want to use for example a comma (,) as the decimal separator, that is if we want to display numbers and enable users to enter numbers with a comma before the decimals, we have to...

Simple way to use AutoComplete using different ID and Display Value

Updated 9 months ago by raheelk2kTutorials1 comment – viewed 9,203 times – ( +3 )
Usually when we use AutoComplete in a project, We need to show "title" or "name" in the list, while when the form is posted, we need some sort of integer ID referring to the selected value. Out of the Box, CJuiAutoComplete widget doesn't provides different display text and post values.

Using CAutoComplete to display one value and submit another

Updated 9 months ago by mohammad sharif ahrariTutorials5 comments – viewed 32,880 times – ( +7 / -3 )
Note: CAutoComplete is deprecated since Yii 1.1.3. Consider using CJuiAutoComplete.

Serve jQuery and jQuery-UI from Google's CDN

Updated 9 months ago by fadTutorials14 comments – viewed 12,553 times – ( +13 )
There are good reasons to use Google's Content Delivery Network (CDN) to serve jQuery and jQuery UI on your site: