Yii使用心得技巧汇集
注:若发现需要改进的请留帖,在此多谢! Yii 如何制作多语言版 网站 CHtml::linkButton 和 CHtml::link怎么防止2次提交? 提交了一个 EClientScript 扩展 一个中文3个字节? 小技巧:页面缓存于动态缓存的使用 CGridView 分享ajax翻页优化技巧 NetBean IDE代码提示 Yii框架createcontroller分析 Yii...
View ArticleYii深入浅出
1、YII的别名管理与对象创建管理 2、CComponent——Yii的基础组件类 3、YII的异常处理过程 4、CStatePersister持久化组件 5、Url管理组件 6、Controller的run执行过程 7、数据库主从分离 8、Yii执行流程 9 、视图层渲染流程
View ArticleStay.com
Hi everyone, We recently launched the first version of a new and free online travel service on http://www.stay.com - all powered by the latest version of Yii Framework Hope you like it!
View ArticleTlbexcelview-Related Discussion, Questions, And Issues
Please use this thread for any issue related to the tlbExcelView widget
View ArticleOrdenar Coluna Personalizada Em Cgridview
Olá, tenho uma problema que não consigo resolver. Tenho um model chamado Cliente, ele possui os atributos tipo_cliente('required'), razao_social,nome_fantasia. Em meu formulário de cadastro eu defini:...
View ArticlePostpone Clientvalidation Until After Initial Submit
I not yet been able to find what I am hoping is a simple solution to my question. Here is the desired behavior. No validation is performed until user clicks submitOnce user clicks submit, the form is...
View Article[Risolto] Ckeditor To Pdf
Forse sono OT scusate ma non trovo ancora una soluzione valida, stò utilizzando una extension che mi permette l'utilizzo del famoso CkEditor ma non voglio stampare il contenuto ma bensì passarlo ad una...
View ArticleZurmo - Open Source CRM
Hello, We have been working on an Open Source CRM application that is written in PHP utilizing Yii, JQuery, and RedBeanPHP and relies heavily on test driven development. It might be one of the most...
View ArticleUsing sum in CDbCriteria
I need to sum a column as I pull it out of a database. My sql query works fine and is as follows: SELECT User.userName, sum(views) FROM Rant LEFT JOIN User ON Rant.userId = User.userId GROUP BY...
View ArticleYii-User, Yii-Rights E Login Con Email
Ciao, uso yii da diverso tempo ma è la prima volta che ho bisogno di autenticare gli utenti. Ho la mia applicazione già impostata e funzionante per permettere il login con email: per farlo ho usato yii...
View ArticleEchMultiSelect Widget
This is a simple Wrapper Widget for the jQuery UI MultiSelect Widget by Eric Hynds. Details about the widget can be found here. A Demo of the JQuery widget can be found here. Requirements Tested with...
View ArticleQuerying Instead Cache?
This is (shorter) table structure: - id - name - last_date This is code: $dependency = new CDbCacheDependency('SELECT MAX(last_date) FROM table WHERE id='.$id); $post= Post::model()->cache(3600,...
View ArticleRelational Db Issues
Hi, I have a website with a Builder model. The idea is that the Builder creates multiple subcontractors under their profile and then has them displayed to interact with. I wrote the code below and can...
View ArticleConsole Autoload Not Working Properly, Compared To Web Application
Background: I got a web application, and now I'm extending it with console access for cron jobs in the future. I'm using 2 separate config files, "main.php" for the Yii Web Application, "console.php"...
View ArticleWhy My Rules Doesn't Work?
I have this function in my controller : public function actionRequestTV() { $this->layout = '//layouts/column1'; $this->bodyclass = 'bodygrey_without_leftbg'; $model = new Reqtv(); if...
View ArticleSession_Regenerate_Id(): Session Object Destruction Failed
since i update to 1.1.12 i get this error in login session_regenerate_id(): Session object destruction failed i have separate module in my project, and every module have their login page. i learn from...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleDepending Ajax Combobox
Здравствуйте, помогите пожалуйста с проблемой. Не нашёл никакого решения в интернете: Столкнулся со следующей проблемой, требуется создать два зависимых комбобокса (Есть комбобок городов и при выборе...
View ArticleReturning To Page With Pagination
Hi, I am trying to redirect the update page to the admin management page with the correct pagination URL. So the work flow is like this. 1. index.php/image/admin?Image_page=9 2. Click on a record to...
View ArticleHow To Change The Color In Mbmenu
Hello there, I have downloaded the MBmenu from here http://www.yiiframework.com/extension/mbmenu/ which is working perfectly. All I wanted to change the color of the background and foreground on...
View Article