Wiki

Sorted by date (updated)X
Displaying 341-350 of 470 result(s).

How to use EzComponents in Yii

Updated about a year ago by samdarkHow-tos0 comments – viewed 5,733 times – ( +5 )
change your index.php

Configuring controller access rules to default-deny

Updated about a year ago by samdarkHow-tos1 comment – viewed 29,525 times – ( +10 )
Starting with the blog tutorial, Yii developers are familiar with the notion of access rules defined in the controller, where the actions are allowed or denied depending on the user's name or role.

Run Yiic directly from your app without a shell

Updated about a year ago by jacmoeHow-tos5 comments – viewed 11,175 times – ( +15 )
Sometimes it would be nice if we could run yiic from an action, for example a migrate database button in our admin panel. Or because you are on a host which doesn't have shell access. Or maybe you are not allowed run popen or exec.

an easy way to required multi columns(At least one cannot be blank)

Updated about a year ago by 1065227709Tips0 comments – viewed 3,513 times – ( +1 )
in model add the following code:
tags: rules

Using a CDbDataReader (sql query result) in a zii widget (such as CGridView or CListView)

Updated about a year ago by Revelis Luc BonninHow-tos1 comment – viewed 12,927 times – ( +9 / -1 )
If in your application you have to proceed to a complex SQL query that is not associated to a model, you will use CDbDataReader like it is described in the Yii documentation. An example could be

Yii CDBHttpSession数据库存储session性能优化实战

Updated about a year ago by Darwin WenTips0 comments – viewed 4,373 times – ( +1 / -1 )
上一篇 关于 Yii CHttpSession性能优化篇之源码流程分析 有详细分析CHttpSession执行流程,在了解CHttpSession的详细执行流程之后,我们就可以非常轻松的扩展Yii Session,来优化和符合自己的业务流程。

三步使用cronjobs自动化去执行Yii 控制台任务

Updated about a year ago by Darwin WenTutorials0 comments – viewed 4,450 times – ( +1 / -4 )
这篇文章将介绍使用Linux cronjobs去自动化执行Yii Console Application(控制台)任务,像每天晚上执行缓存清理,临时文件清理,发送邮件,网站备份等等,重复的工作都交给服务器后台去完成,Yii本身已经提供了强大的支持,我们所做的工作就很少,当使用yiic webapp 自动生成工程结构时,强大的Yii已经全部帮我们生成好,仅仅只需三步。

Moving project code outside of webroot (plus multiple project support)

Updated about a year ago by Steve FriedlHow-tos5 comments – viewed 24,299 times – ( +22 / -1 )
Yii's by-default directory organization works well enough, but there are several steps one can take that improve the security and serviceability of the system, especially in the context of multiple Yii projects on the same machine (including multiple versions of the same project).
tags: config, security

Update/delete model with CJuiDialog (works in CGridView)

Updated about a year ago by ifdatticTutorials6 comments – viewed 31,266 times – ( +14 )
This is based on this article.

adding class and links to Ctreeview node

Updated about a year ago by bingjie2680Tips2 comments – viewed 7,564 times – ( +4 )
This article will show you how to add links and class to each node in ctreeview. so you can attach events in js by obtaining handler on anchor or class.
tags: ctreeview, link, class