Two Problems With Cjuidialog
Hello, I am facing two problems with CJuiDialog: 1. if I set modal => true, then all text field (CActiveForm) in the dialog are become disabled. 2. I have two CJuiDialog (A and in the view, both are...
View ArticleКак В Yiiactiveform Отключить Редирект После Валидации?
У меня есть форма с аякс валидацией. После отправки формы и удачного прохождения валидации происходит редирект и я не знаю как его отключить. Подскажите, в чем дело пожалуйста. Понял только то, что...
View ArticleStyling Column In Cgridview
Hi Community, I'm trying to add a css style to a column in a CGridView, but it doesn't work, here is part of the code: In admin.php (view folder): ..... <?php...
View ArticleClistview Beforeajaxreplace Option
In CListView (CGridView maybe also) It would be useful to set a callback similar to afterAjaxUpdate, but called immediately BEFORE the replace. Use cases: close popovers/tooltip immediately before...
View ArticleFormatação De Datas
Queria uma ajuda com os campos de data, formatação para o padrão brasileiro. Li o seguinte post: http://www.yiiframework.com/forum/index.php/topic/3238-problema-trabalhando-com-datas/ mas não...
View ArticleВалидация При Использовании Вложенных Форм
Добрый день! С yii только знакомлюсь, не серчайте, если что не так) Создаю вложенную форму, связанную с 2-мя моделями. $form = new CForm('application.modules.admin.views.clients.create');...
View ArticleUpdate Gridview After Request Call
Hello, I start work with yii framework a few days. My problem is with ajax request. In my view I have a textfield that call controller via ajax when user key press... in controller I make a new search...
View ArticleIs Ok To Use Coutputcache And Chttpcachefilter Together?
I am interested to speed up the pages for my application developed with Yii. I have been optimizing the DB queries, using yiilite.php, APC and now it is time to cache the pages. I have been...
View ArticleApplying Different Cache Logic For Different Actions
In addition to my previous question about how to use both cache methods COutputCache and CHttpCacheFilter in Yii, I have another question about if is it possible to apply different cache rules...
View ArticleМногоязычные Модули
Допустим у сайта настройка языка "ru" Есть 3 модуля У каждого модуля есть свои языковые файлы: en, ru, cz, ua Как сделать чтобы у всех были разные языки и между ними можно было переключаться У сайта...
View ArticleCgridview Filter Not Submitting
Hello All, I have a small problem with use of filter in cgriedview. Sort is working ok but filter not, i got error: Uncaught TypeError: Cannot read property 'loadingClass' of undefined...
View ArticleFilter By Custom Model Attributes
I have a custom attribute/variable in my model. I set the value for it in afterFind(). class Asd extends CActiveRecord { public $showInGridView = false; ... public function afterFind() {...
View Article[EXTENSION] EFeed Extension
Hi there, I had to make a RSS channel on my current project and didn't want to include any third party scripts that didn't have the advantages of Yii. This is why I created this Extension. Please refer...
View Article[EXTENSION] atthevip.com CMS Application
This is the support topic for atthevip.com CMS Application extension that can be found here: http://www.yiiframework.com/extension/atthevip-cms-application/
View ArticleProblem With Collecting Tabular Input.
I want to know why $item->attributes = $_POST['Member'][$i]; won't work.Any body please help me. In my controller. $items = $this->getItemsToUpdate($id); if (isset($_POST['Member'])) { foreach...
View ArticleSubmit Single Form Then Data Insert Into Two Tables
Hi, I am new to yii framework. i want to do when i submit a form then the data will be inserted into multiple tables. i tried many examples but not work for me. i have 2 tables 1. Organization (org_id,...
View ArticleUpload Image Issue
I'm trying to upload four images and it saves on the server but not in DB. Dont know why but the image attribute dont receive the value from variable. Controller action: if(isset($_POST['Noticias'])) {...
View ArticleReusing A Cgridview
I have create my initial application code by gii. So now I have the "admin" page, which shows an overview of the database table. Let's say it's about a car table here which stores some cars. Now I have...
View ArticleIn Tbgridview How To Show Multiple Model Fields
Hi I have two tables 1. student (studentId, name, student_rId) 2. registration (rId, regNumber) Student_rId and rId is an entity relation of one is to one nature I have used Crud to generate code I am...
View ArticleRelated Search Behavior
Hi. This is a thread for any discussion regarding the Related Search Behavior extension that are better placed a forum thread than in the comments of the extension.
View Article