Is It Possible To Have Two Databases, One For Reading, One For Writing?
Hi, is there any way to?: 1) Have 2 database components declared for my application, one pointing to a master database, for writing, and one (or many, ideally) read only replicating databases, for...
View ArticleHow Add Admin User To The User Table
Hi, I did the Yii blog tutorial, but in the tutorial I don't find any informations or examples about, how I can add the admin to the user table. I didthis description., and I found sql command in the...
View ArticleВопрос По Улучшайзингу
у меня есть таблица Stream, которая в себе агрегирует посты с соц. сетей. Есть так же свои собственные сущности типа новости/аудио/видео/фото постов которые представлены в виде отдельных таблиц, но с...
View ArticleHow To Override Bootstrap In Boilerplate
i need to use flatstrap in back-end of my applicaiton and it need to override bootstrap css files in extensions/bootstrap/assets/css , but i need simple bootstrap in my front-end without flatstrap ,...
View ArticleImage Upload & Ajax Validation!
Hi, My article form works fine, saving data into the DB, and upload the images, but the file upload is not works with ajax validation, any idea how get file upload & ajax validation, any example ?...
View ArticleGetting Problems In Validating Date
I am using array('user_authen_info_bday','type','type'=>'date','dateFormat' => 'd-M-yyyy'), this to validate a date in 1-1-2014 format but it is not working .. rules checks that date is blank or...
View ArticleHelp Understanding Basic Relation
Hi, I have a problem understanding relations. I have these tables: Modules - name (pk) - status_id (fk references status(id)) Status - id (pk) - name So in Module I declare relations: public function...
View ArticleCdbcriteria Problem - Doesn't Know The Condition Method
Hi, I implemented this code: $criteria = new CDbCriteria(); $criteria->condition('turn='.$turn->attributes['current_turn']); $criteria->order('value'); $dataProvider=new...
View ArticleMultiple Model Form Validation Problem
Hi, after reading this: http://www.yiiframework.com/wiki/19/ and searching in the forum I not found any solution for my problem. I created a _form like this: <?php...
View ArticleHow Does To Config Layout Folder
Hi, created module but layout folder didn't generate ,so i tried to create layout folder manually but layout folder didn't apply to module.next i tried following steps 1. Copy the 'layouts' folder into...
View Article[EXTENSION] Rights
Rights utilizes Yii's built-in database auth manager (CDbAuthManager) to provide a solid web interface for extensive access control. Features: User interface optimized for usabilityRole, task and...
View ArticleUpdate Profile Picture But Not Updating -Cache
Hi , i did upload user picture in yii framework. Each when i update the profile-picture the picture its not showing the recently updated picture even though the filename its updated in database. i need...
View ArticleForgot Password - Login Authentication
hi, got any example of link how to do click forgot password and then reset password from that received link. how about security issue on this matters. i found few link its not fully working source...
View ArticleUsing Ar Or Querybuilder With Ibm Db2 Functions
Short version: I'm trying to figure out if it's possible to use AR or QueryBuilder using ibm db2 functions. Confused? Here's the long version: We use an IBM iSeries machine (as/400) and run Zend server...
View ArticleModyfikacja {Summary} W Template Cgridview
Witam serdecznie. Mam taki oto problem. Chciałbym zmodyfikować {summary} w template CGridView - domyślnie {summary} wyświetla dane w takich sposób: {start} - {end} z {count}. Mam przykładową bazę...
View ArticleTrabalhando Com Tbgridview
Ola pessoal, Estou montando um gridview e estou com um problema que creio ser simples, mas já tentei de tudo e não está dando certo. Se alguém tiver alguma ideia agradeço bastante. Preciso criar no...
View ArticleGetting On Desired Page
Hello Everyone, I have Cgridview, which display 10 records per page. I have total 12 records currently. If I create a new user, at that time on successfull creation it will redirected to the again...
View ArticleChanges In Base Csecuritymanager.php
Beware some changes in Yii 1.1.14 if you want to upgrade your system. http://static.yiiframework.com/files/CHANGELOG-1.1.14.txt So far what I used and liked is new function generateRandomBytes and...
View ArticleYiistrap - How To Render Whdatetimepicker Inside Tbactiveform
Hi, I am playing with yiistrap and yiiwheels. I want to use WhDateTimePicker inside of TbActiveForm. I want to render also its label and validation errors, so I used method...
View ArticleCgridview Ajax Question
I've been searching around, and I can't find any posts or examples where my particular scenario applies. Maybe that's because what I'm trying to do is inefficient, or there's a better way to do it....
View Article