Wiki

Sorted by ratingX
Displaying 401-410 of 483 result(s).

How To Connect With Twitter From Yii

Created 4 years ago by lucifuriousTutorials1 comment – viewed 14,954 times – ( +3 / -1 )
Here is a quick tutorial for connecting Yii with Twitter using the Pogostick Yii Extensions Library.
tags: twitter

Adding login form to each page

Created 3 years ago by pestaaTutorials6 comments – viewed 19,625 times – ( +3 / -1 )
After adding proper form to the main layout, like:

Cheat Sheet: Displaying Name instead of Numbers and Displaying Alphanumeric instead of numeric values

Created 7 months ago by skwordenHow-tos4 comments – viewed 6,080 times – ( +3 / -1 )
I keep a reference to some simple but painful task if you forget a common or something. I am new to Yii and this took awhile for me to figure out. Everything I read said do this or do that and not a single one worked for me. However, the following did.

Twitter Bootstrap style Breadcrumbs

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

Open Dialog from ajax content

Created 3 months ago by TouzasHow-tos1 comment – viewed 4,638 times – ( +3 / -1 )
This tutorial will show you how to create Ajax dialog. It's very simple code.

A simple go back button widget

Created 8 months ago by CTalaHow-tos5 comments – viewed 7,343 times – ( +4 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).

Ativando temas no Zii Widgets

Created 2 years ago by Ivan WilhelmTutorials3 comments – viewed 5,331 times – ( +4 / -2 )
Um aspecto do design da interface de usuário tem a ver com a coerência do design e da utilização das cores entre os diferentes componentes da interface do usuário utilizada.

Yii Security-extended guide

Created about a year ago by bingjie2680Tips11 comments – viewed 10,112 times – ( +6 / -6 )
This article is called extended guide is because there is already a security guide in the Yii tutorial security section. but that guide is not complete in the sense that it does not rise the developers' attention to some other commonly happening attacks: SQL injection and magic URL, which can be major vulnerabilities in your application without much caring.

How to hide `index` action from URL

Created 12 months ago by rootbearHow-tos2 comments – viewed 6,598 times – ( +3 / -2 )
Here is my experiment inspired by my own question and others from the forum.
tags: index