Wiki

Displaying 401-410 of 469 result(s).

CJuiDialog and AjaxSubmitButton

Created 3 years ago by tydeas_drTutorials18 comments – viewed 59,993 times – ( +32 / -2 )
Hello ppl. Even though i have a small experience with yii I though of writing this to help people which want to do something similar.
tags: AJAX

How to install pdo_oci

Created 3 years ago by Horacio SeguraHow-tos1 comment – viewed 12,376 times – ( +1 )
From: http://lacot.org/ and me.
tags: pdo oci php

Display an AJAX tree from your DB using CTreeView

Created 3 years ago by François GannazTutorials9 comments – viewed 26,924 times – ( +20 )
This example uses a MySQL DB with a table named tree with the fields id, name, and parent_id. The parent_id will be NULL for root elements. The SQL is kept simple (no autoinc, no FK, etc).
tags: AJAX, CTreeView

Ordering Models by Weight with CJuiSortable

Created 3 years ago by Matt KelliherTutorials2 comments – viewed 7,240 times – ( +9 )
In this tutorial we will be setting up a content type to be ordered by weight using the JUI Sortable plugin.

Installing and configuring the Yii User Management Module under a fresh skeleton application generated by yiic

Created 3 years ago by thyseusTutorials3 comments – viewed 43,775 times – ( +12 / -2 )
p.s. latest version of this tutorial is always available unter the docs/ folder of the User Management Module.

XSS safe model content

Created 3 years ago by phirasTutorials2 comments – viewed 5,441 times – ( +4 )
In this post I am going to describe a solution to make your yii-based web application safe from illegal content injections.

i18n for your model in just 1 line

Created 3 years ago by mintaoTutorials0 comments – viewed 8,520 times – ( +12 )
A simple trick to get the localized version of a model field is to add this little method to your models.
tags: i18n

How to setup RBAC with a php file

Created 3 years ago by bettorHow-tos12 comments – viewed 38,336 times – ( +24 / -4 )
In this cookbook I will attempt to explain how to use the lightweight version of Role-Based Access Control using a php file. This version does not use database but a php file and is controlled by CPhpAuthManager class.

Performance - A Guide For Best Practice

Created 3 years ago by Y!!Tutorials3 comments – viewed 11,642 times – ( +8 / -5 )
In this guide I will explain best practise regarding performance in MySQL, PHP and of course our loved Yii Framework. Since this is a complex topic, I will start with some basics and then expand this guide from time to time. Since this wiki can become big, you may click on View history - there you can see what changes have been made, so you don't miss anything.
tags: performance

Organize directories for applications with front-end and back-end using WebApplicationEnd behavior

Created 3 years ago by andy_sTutorials18 comments – viewed 43,085 times – ( +25 )
Previously there was described a way to build an application with front-end and back-end. I would like to continue this theme and suggest another way to organize directories using WebApplicationEnd behavior.