Вопрос По Ajax
Всем добрый вечер, домучал почти AjaxLink, но есть одна проблема, после отправки данных всплывает окно модальное. В этом собственно и проблема, если всплывает окно, данные не отправляются, если убрать...
View ArticlePhpexcel Times Out
Hi, I am using PHPExcel for exporting data from oracle db... i have these options of date range to choose from for selecting which datas to export. the problem is, when I export let's say 1 month of...
View ArticleCustom Rule
Salve qualcuno ha idea di come possa realizzare una regola, che mi evita l'inserimento di nuovi record con la medesima "data_di_inizio" ? grazie
View ArticleHow To Build Relations To Display Columns Of 4 Tables In Cgridview Of Admin.php
I'm a newbie. Now I have a requirement where I need to build the relations between more than 3 tables. I have 4 tables namely, Message, Flat, Person, Mapping tables. Now, below tables have the...
View ArticleStrange Difference In Beforefind Between Dev And Prod
I've hit a problem which has me stumped on deploying a project; I have a LEFT JOIN which is applied to all queries in a certain context (see bottom of post) it works perfectly in my dev environment...
View Article'allowempty' => False Not Working
Hi I have a file upload that is required as part of a form. I have the following rules array('file', 'file', 'on' => 'insert', 'allowEmpty' => false, 'safe'=>true, 'maxSize'=> 512000,...
View ArticleНе Могу Переопределить Cmodel::getattributes()
Собственно как и говорится в названии не могу переопределить CModel::getAttributes() у себя в модели. Declaration of ContactForm::getAttributes() should be compatible with CModel::getAttributes($names...
View ArticleAjax Checkbox Toggle
echo CHtml::checkbox('my_checkbox', false, array( 'value'=>'on', 'ajax' => array( 'type'=>'POST', 'url'=>'index.php?r=realestate/default/checkboxUpdate', 'data'=>"shafi" // { // var...
View ArticleQuero Comprar O Link Dos Países Português.
Olá senhor ou senhora, Nossa empresa quer comprar artigos patrocinados nos países português, onde se colocar os links para nosso site. E os critérios para os sites devem ser os segunties: 1,Sites ou...
View ArticleYii-User Login Widget
Hallo !! I'd like to create a login widget for module Yii-User. I made under module/user/components file called UserLoginWidget.php with code: <?php class UserLoginWidget extends CWidget { public...
View ArticleŚrodowisko Dev Na Virtualbox
Witam wszystkich, chciałem się Was poradzić bo temat mnie męczy od dłuższego czasu. Obecnie pracuję tak: - Laptop z Windows 7 a na nim PhpStorm - VirtualBox z Debianem a w nim LAMP+Samba+DNS Server -...
View ArticleDos Dudas Sobre La Extensión Select2
Hola a todos! He estado usando esta excelente extensión de esta manera: <?php $this->widget('ext.select2.ESelect2',array( 'data'=>CHtml::listData(ModeloEjemplo::model()->findAll(), 'id',...
View ArticleGuia o Manual de Yii
Este es un sencillo manual de usuario para saber las funcionalidades básicas y que se usan con mas frecuencia en Yii Contenido: 01 YII Framework en Español PHP INSTALACION 02 YII Framework en Español...
View ArticleReturn Object In Component, Override Magic Setter/getter
This is hard to explain for me but I'll do my best. I am starting to write a CApplicationComponent to get config params from DB. <?php class parameters extends CApplicationComponent { public...
View ArticleCSqlDataProvider, CGridView, CComponent.evaluateExpression()
I have just started to use the new CSqlDataProvider class to do a more complicated query to prepare data for a CGridView. There is an issue with doing it this way. The normal way you code for a...
View ArticleSqldataprovider Wirth Listview Problems
I've been fighting this all day. I give up. I'm trying to use SQLDataProvider with a cListView but it's not working. I'm getting this error: CDbCommand failed to execute the SQL statement:...
View ArticleHow To Change Yiic Webapp Before It's Generated?
Another developer and I are using the Netbeans plugin to generate our Yii apps, however, for each application we have to modify the default configurations to add a theme, enable gii and setup a...
View ArticleYii Autentication With Mysql
Simple Authentication with the Yii Framework Most sites use some form of authentication. Maybe users have to login to post questions, to read content, or to administer the site. Whatever the case, a...
View ArticleCHtml::activeTextField
Can i put a where condition in an CHtml::activeTextField?? I need the value of a textfield is equal to another previously inserted
View ArticleJust learned: CGridView and HAS_MANY Relation with Through
It took me a good bit to figure out how to display a relation that goes through a table. I'll try to document everything I did to get this to work with examples. The tutorials were helpful, but I felt...
View Article