Combobox
hi i want to have a combobox , by selecting a case of dropdown , the textfield be autocomplete According to selected case. But I don't know what should I do? plz help me thanks
View ArticleClass Reference search focus
Recently we removed the initial focus on the class reference page - http://yiiframework.com/doc/api/ Before on every page of the class reference the initial focus was on the search input field (Look up...
View ArticleCemaillogroute Dynamic Subject
Hi folks, I am trying to find out how to add some dynamic content to the subject of the email sent by CEmailLogRoute. For instance, if the Log is generated by a "CHttpException 404" I would like to add...
View ArticleМиграции Не Работают
v-1.1.13 структура каталогов следующая drwxr-xr-x 19 oops oops 4096 May 21 16:58 framework drwxr-xr-x 13 oops oops 4096 May 21 18:25 protected drwxr-xr-x 8 oops oops 4096 May 21 17:32 public находясь в...
View ArticleProcessing A Model Attribute Before Its Returned
I have a DB table with columns. This table has a model for it. Now, a certain column, I want that when I reference it, say with: $some_model->certain_attr I want to do something with the attribute...
View ArticleArrowchat/cruge With Yii
Hello fellas, i've been trying to make this thing work, sadly my skills in programming are severely lacking. I've got Crudge installed, well and working. It's a user management module. Also i've been...
View ArticleSQL 'select' query where parameter is NULL
Hi, is it possible to run a SELECT query where the parameter is NULL? I am trying the following but it does not work for me: $connection=Yii::app()->db; $sql = "SELECT id, categoryName FROM...
View ArticleDirectory Setup For Multi Client Yii Application
So I have my first Yii app ready in a few days from now. However, as a biz owner I see prospects of different clients wanting the same software but I do not want to have to maintain x copies of the...
View ArticleStopping Form Field From Clear On Focus
When I create a CActiveForm (for User model), when going to user/update the form textfields are cleared when I focus on them. Can I stop this from happening with a setting somehow? I really do not like...
View ArticleAuto-Guardar En Form
Buenas, mi nombre es Alberto y soy nuevo en el foro. Tengo un formulario para realizar una toma de datos, y me gustaría que cada vez que relleno un campo en el form, ese dato se guarde en la base de...
View ArticleHow To Call Ajax
Hi, i need to display my file in single page. In my application i've some options, when i click option i need to display anothe page in the same page only. Here i'm attaching my files. Here i've...
View ArticleHow To Merge Two Lists Of Data
I need to create a list of users and roles. I can get users with $users = User::model->findAll() or CHtml::listData(User::model()->findAll(), 'id', 'username'); and roles with $roles =...
View ArticleHow To Save Older Dates?
Hi, for my current project i want to save dates which are older than 1901(don't ask why ,e.g in german format: 12.05.1756). The database field format is datetime (mysql). The problem is that i can't...
View Article如何实现延迟加载
我从index页面的链接跳转到另一个view页面时,view加载数据给cgridview需要比较长的时间,这样导致view页面迟迟打不开,用户长时间停留在index页面,用户体验不好。 想问一下,如何让加载数据的行为延迟反生,从而实现cgridview的延迟显示
View ArticleHow To Search For A Logged In User And Access To His User Data?
Hi, how could i search for a particular logged in user and access to his user data. For example, user BOB has some value at Yii::app()->user->runtimedata. The data is only available after BOB...
View ArticleAjax Logout Redirect
Hi, i have one problem with my yii-application. I created ajax site where all actions loaded in uitabs and modal windows. Problem is when user is automaticly logout for timeout. In this case if he is...
View ArticleHas_Many
Hi How can I return the newest Post of the specific Author in Yii Blog Demo ?? in the User model we have /** * @return array relational rules. */ public function relations() { // NOTE: you may need to...
View ArticleМаска Номера Телефона
Нашел такой скрипт под названием "bootstrap-formhelpers-phone.js" Решил прикрутить к сайту, голову сломал, но не работает (( Проблема вот в чем - если открываю в новой вкладке создание записи, то...
View ArticleSome Questions About Gridview?
Hi, All. It's better to explain my questions using demo from yii. So I have demo of blog in yii. By the default all post shows like a list. I would like to see posts in this way: post1 | post2 | post3...
View ArticleBootstrap Dropdown With Modal
Hey - a Twitter Bootstrap dropdown button for a social network shall contain a function for defriending. To avoid doing that by mistake I want a modal to appear where the user has to confirm the...
View Article