Wiki

Sorted by date (updated)X
Displaying 21-30 of 470 result(s).

Simple authorization system

Updated 28 days ago by GustavoHow-tos1 comment – viewed 15,345 times – ( +16 )
How to create a simple (non-RBAC) authorization system

Simple Share Widget for Facebook, twitter and google+

Updated 28 days ago by softarkHow-tos0 comments – viewed 9,668 times – ( +9 )
This widget will show a Facebook "like" button and "comments" box together with "tweet" button and "google plusone" button on your page.

How to set up Unicode

Updated 28 days ago by Roman SolomatinHow-tos9 comments – viewed 35,945 times – ( +16 )
To fix issues with display of special language characters once and for all there's a solution: use Unicode UTF-8 everywhere. If everything is set up to use Unicode, you can use mostly every language in your application.
tags: i18n, unicode

Client-side form validation using Twitter Bootstrap's Popovers

Updated 28 days ago by TrejderHow-tos0 comments – viewed 7,762 times – ( +3 )
This article explains how to easily turn standard text-line validation errors into beautifully and professionally looking Twitter Bootstrap's Popovers.

Yii Related Sites

Updated 29 days ago by ShahcheragheanOthers0 comments – viewed 31,454 times – ( +31 )
This is a list of blogs, off-site tutorials and other resources about Yii.

Alternative folder structure for a standard Yii app

Updated 29 days ago by TrejderHow-tos4 comments – viewed 2,313 times – ( +3 )
I found a standard Yii app's protected folder structure nearly perfect. With a few simple moves and a little bit change to the code, I managed to bring it to the level, which I found as fully perfect. I want to share my point of view, in case someone would like to use this structure as well.

Integrating HybridAuth directly into Yii without an extension

Updated 29 days ago by biz devHow-tos2 comments – viewed 3,909 times – ( +8 )
This article tries to explain the steps required in integrating the HybridAuth into Yii directly, without using an extension.

Ordering Models by Weight with CJuiSortable

Updated about a month ago by Phil LoaizaTutorials2 comments – viewed 7,256 times – ( +9 )
In this tutorial we will be setting up a content type to be ordered by weight using the JUI Sortable plugin.

Implementing menu items with progress (wait) dialog

Updated about a month ago by TrejderHow-tos0 comments – viewed 2,464 times – ( +1 )
This article shows one of possible ways to implement menu items (as well as links), which displays a progress / wait dialog and are redirecting browser to destination URL in the same time. This is especially useful, for links or routes that are know to be loaded for a prolonged period of time (i.e. getting a lot of data from database).

Using sub query for doubletts

Updated about a month ago by mbTips3 comments – viewed 3,790 times – ( +1 )
find doubletts by db fields. in this example i will check doublets for 3 tabelfields (col1,col2,col3). so i will get a subquery with the condition, select and grouping of the tablefields. the having with COUNT() > 1 means: find all records more then one result.