Wiki

Sorted by viewsX
Displaying 381-390 of 470 result(s).

YiiBooster: How to implement files and images upload on TbRedactor Widget

Created 2 months ago by Antonio RamirezHow-tos2 comments – viewed 4,706 times – ( +10 )
I have been requested to provide a tutorial on how to use the file upload feature of the TbRedactor widget, and even though I am no longer supporting the library due that the work belongs to Clevertech, I feel that I owe that to the Yii developers. So, here is the  tutorial.

How to add an analogue clock widget on your skeleton application

Created 2 years ago by mocapapaTutorials0 comments – viewed 4,675 times – ( +1 )
Followings are the simple steps to put an analogue clock widget on your skeleton application that is just generated by yiic.

Syntax check

Created 2 years ago by Russell EnglandTips2 comments – viewed 4,490 times – ( +4 )
So I've been busy making lots of modifications to my views/models/controllers - came to test the app and got a blank screen. Nothing in the application.log file so must be a syntax error somewhere... But which file?
tags: php, syntax

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

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

Using SQLite and CDbMessageSource as a module

Created 11 months ago by pheadeauxHow-tos4 comments – viewed 4,443 times – ( +4 )
There are scenarios when you work with DVCS (like Mercurial or Git) and CDbMessageSource. To my experience keeping the development database and production database in sync can be very time consuming. Plus, when working in a team, you never know when the database was updated.

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,408 times – ( +2 )

simple CSV export

Created 7 months ago by bluyellHow-tos3 comments – viewed 4,402 times – ( +1 )
tags: csv, excel, export

Rendering a view file in a console application

Created about a year ago by TompiHow-tos1 comment – viewed 4,391 times – ( +2 )
When someone want to send formatted HTML mails from a console application she/he will probably come across the problem of rendering view files.

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

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

[PT-BR] Proteção Contra Logout CSRF

Created 2 years ago by Rodrigo CoelhoTutorials0 comments – viewed 4,339 times – ( +2 / -1 )
CSRF é o acrônimo para Cross-site request forgery. CSRF é um ataque que forca o usuário a executar ações não desejadas numa aplicação Web na qual ele está autenticado.