Modal Div Appearing On Top?
I am using the YiiBooster widget described here. The issue I am having is that even when the modal window has not been clicked and is not visible, it is still covering up other elements on the page. I...
View ArticleSharding
I did temporarily give up on anti-together behaviour to study AR better. And took another task: sharding support. Result is attached as ZIP (several classes extending AR). Description following. Main...
View ArticleLoad Data Infile
I am importing csv file on database. But getting this error after submit Fatal error: Call to undefined method stdClass::getTempName() Controller public function actionImportCSV() { $model=new...
View ArticleScalability Of Yii
Hi everyone, I am new to Yii and to the forum. My question which I am having an issue in finding an answer to is not very simple at all but I would like to discuss it in more detail here instead of...
View ArticleCactiveform Simple Client Side Validation(Required) Does Not Work
I am new to Yii. I just want the client validation performed against some required fields:( user_name, password) My view looks like this: <?php $form = $this->beginWidget('CActiveForm', array(...
View ArticleCreate/update In Cgridview Include Upload Files?
I want make a lightbox/dialog to create and update the model data in CGridView. I have read some post in wiki. For example: http://www.yiiframework.com/wiki/145/cjuidialog-for-create-new-model It's...
View ArticleEvents How To?
dear friends pls help me to create and and attach events to the event handlers? because I wanted to implememt in my newly created class. thank you.
View ArticleDoes This Use Of Exceptions Smell Bad?
After posting a response in the RESTful API thread showing a pattern I use to handle updates, I got a bit self-conscious about my use of Exceptions for handling action execution. I typically use...
View ArticleProblem Updating Values Using Ajax
Hi!! This is my first ever post.... I'm working on a shopping website using Yii-Booster but I'm currently stumped! Basically what I'm trying to achieve is that when a user adds a product to the cart, a...
View ArticleCjiudialog 500 Internal Server Error
First of all, sorry for my English. in someview.php I have the following code, basically I create a link with a url to a controlerID / accionID, and that should open a modal CJuiDialog given widget in...
View ArticleYii Doesn't Find Pdo Mysql Driver
The yii requirements page says PDO extension + the mysql driver works, phpinfo() says that PDO and the MySQL driver is installed, I have configured the 'db' component in the main config file for my...
View ArticleEsiste Un Modo Per Unire I Risultati Di Due Search() ?
Ho un pezzo di codice che esegue due search, con due distinti criteri. Esiste il modo per unirne i risultati ? Ho provato array_merge, array_merge_recursive, etc.. ma non funzionano, perchè i risultati...
View ArticleCuploadedfile Help
Hi, this is one of my very first posts. I've made great use of the forum to learn the basics, I now have a problem I can't understand and can't solve, so some help would be appreciated. I have an...
View Articleapplication wide functions
note: an example function CDbExpression() to handle MS-SQL getdate() vs MySQL NOW() ; you can have whatever functions here which would be used application wide. add files in...
View Article[Module] Yii User Management Module
This is the forum thread for the Yii User Management Module In order to use this Module, please be sure to use the latest development Snapshot of yii or at least yii-1.1.1 (to be released). It will not...
View ArticleChive Error
Hi I have downloaded chive the web root and logged in using mysql root account as usual. all the databases are shown to the right and I can click on any database to view the tables inside, but when I...
View ArticleCara Simpan Di Gridview (Liat Dulu Baru Help Yah :) )
Quote echo CHtml::radioButtonList('status',2, array(1=>'Koordinator',2=>'Anggota'), array( 'separator'=>' ', 'template'=>'{input} {label}',...
View ArticlepageSize & Number of pagination Links
i am new to YII. migrated from zend to yii. i need to know how to change pageSize value i want to show 20 record instead of default 10. and i wana change ajax pagination links to 5 instead of 10...
View ArticleUrl Not Working
I have a url on index page which is not loading/rendring the page but on inner pages same url is working . please some one tell me what should i change in htaccess file my htaccess file is Options...
View ArticleOracle Date Field Issue With Yii Framework
Hello Everyone, i am using Oracle 11ig with Yii framework. I have configured everything perfectly to work with oracle for my this yii project.I have a table in which i am storing start date and end...
View Article