Coutputcache & Header
Hello everyone, I'im using COutputCache and I just wonder how can I refresh cache when user is logged and when user clicks "Logout"? I think there is a better way instead of saving and removing users...
View ArticleComplex Sql + Pagination + Sort In Cgridview
Hey, I am having a query for a list of books where I would like to display the title in the best known language of a user available in the db. The following SQL (PostgreSQL) is only to demonstrate why...
View Article如果在产生Mysql Server Has Gone Away的时候想重新连接怎么办?@qiang.xue
首先感谢qiang给我们共享了一个这么受用的web框架。 在使用yii的过程中,我遇到了一个问题,大致概述如下: $user_list = fetch_user_from_db(); foreach($user_list as $user) { send_mail_to_user($user->id); update_db_user_mail_status($user->id); }...
View ArticleArchitecture Design For A Web Application
First of all, hope you familiar with the term SOA and read this book, or knowledge gap will prevent you from completing this job. Architecture Design for a web application Objective Architecture design...
View Article能否限定Urlmanager的使用范围
各位好, 我现在配了个urlManager,如下: 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName' => false, 'urlSuffix' => '.html', 'rules'=>array( //...
View ArticleBest Practices for making Web/Http Requests
Hi, I believe this is a very simple question. However, I have been searching for over an hour to little success. Within my application I need to make a web request to a URL. For example, I may want to...
View ArticleWhere's The Best Place For The Models
Hi guys! Happy New Year! I have the Admin module at my application and within in I have for now two another modules. Each of them have bunch of models ( Article module has 5 models and Shop module has...
View ArticleAccents In The Cdetailview
Hello, I have a display problem in view.php. Accents not displayed correctly: T�che. My file is saved as utf8 without BOM encodes. While in other pages, accents display correctly. Where is the problem....
View ArticleDataprovider Pagesize Problem With Related Models
Hi guys. In my model's search() function, I retrieve parent records and their related child records via "with" statements; and I also use "together = true". I display these records in a CListView. The...
View ArticleBoolean type with PostgreSQL
Simple Postgres table: CREATE TABLE public.test ( id INTEGER NOT NULL, val BOOLEAN NOT NULL, CONSTRAINT test_pkey PRIMARY KEY(id) ); Do this: Yii::app()->db->createCommand()->insert('test',...
View ArticleChtml::ajaxlink Not Working In Gridview After Yiigridview('update')
Hi all, I implemented a CGridView, the last column contains some links, e.g. a CHtml::ajaxLink(). These links work perfectly fine until I update the GridView via $('#grid-id').yiiGridView('update'); or...
View ArticleDependent Dropdown
Hello, I want to create a dependent dropdown using CForm. How to use ajax in CFormElement?? Thank You In advance
View ArticleLogout All Users Connected
Hi, I look for a way to logout all users connected to my website. I have some actions which could be required a user logout in order to avoid some errors when checking their session information. And to...
View ArticleError Of Casting Type With Boolean Set To False And Postgresql
Hi, first I would like to prevent that I'm aware of the problem of casting boolean variable when setting to false but I resolve this problem explain in...
View ArticleSelect Wird Bei Cdbcriteria Ignoriert (Join)
Hi, immer wenn ich with benutze dann wird mein select ignoriert. Yii liefert mir immer alle Felder, was zu totalen performance Einbrüchen führt $oCriteria = new CDbCriteria; $oCriteria->select =...
View ArticleCheckbox Localhost Vs. Server Problem
Hi everybody, I've been developing in Yii for a couple of days now, and my website is looking good for a January 28th release. The beta is ready and can be visited here: tasta.be/tasta (it's all sample...
View ArticleLes Accents Dans Cdetailview
Bonjour, J'ai un problème d'affichage dans view.php. Les accents ne s'affiche pas correctement: T�che. Le fichier est enregistré sous encode utf8 sans BOM. Alors que dans les autres pages, les accents...
View ArticleYii-Users User-Migration Missing
I am a newbie starting to use Yii. I looks very nice, but ... I added the extension Yii-user to the default gui demo and applied the changes in the config.files. I am stuck at the migration. When I...
View ArticleApproach To Web Servers Load Balancing
Hi everyone, I want to deploy my Yii application in two web servers. I just got an idea: resolve load balancing through the links. I want to know what do you think about this. I will configure two web...
View Article