Is There A Better Way To Do This (Model-User Relations)
Hello and thanks in advance for reading this topic. I am an experienced PHP dev but pretty new to Yii and MVC frameworks in general. I have gone through several tutorials and made a few small apps...
View ArticleRecommended/nicest way for multiple attributes in listData/DropDownList
Hi, Presume a very basic form with a list part like this: <?php echo CHtml::activeDropDownList($model, 'customer_id', CHtml::encodeArray(CHtml::listData(Customer::model()->findAll(), 'id',...
View ArticleAdd Attributes After Finall Function In Model
Hi Friends, I am calling the findall method and i am getting 4 fields.I now want to add one more field named $owned. SO that means after i get the record form the table, the resultant datarecord should...
View ArticleYii Booster Tbactiveform Issue
I'm new in Yii, I'm trying to load a partial view with the model param but when I load the form like this: <?php /** @var BootActiveForm $form */ $form =...
View ArticleQuitar Campo De Filtro En Gridview
Hola amigos, les escribo por lo siguiente, quiero saber si puedo eliminar el input de filtro que viene en un gridview, por ejemplo, creo mi gridview comun y corriente, pero en una de las columnas no...
View ArticleYiiboilerplate - Yiic Functionality And Issue
Hello, I have setup YiiBoilerplate but I'm have some issues with yiic on the command line. Currently the way I'm using it is by specifying the application's main.php config file. Not sure if this is...
View Article[EXTENSION] simpleWorkflow
Hi all, have you ever had to handle a 'status' attribute in one of your model ? And how many values this 'status' could have :2, 5, 42 ? The Yii blog Demo application uses 3 statuses for its Post...
View ArticleRender A Form In A Static Page
Hello ! I have a big issue trying to call a partialRender of a form in a static page in views/site/page/register.php $model=User::model();...
View ArticleUrl Rules Based On Language
My site has english and spanish content. If the user chooses to read the spanish content, then the urls are like www.exampleweb.com/es/contenido, and if the user chooses to read the english content,...
View ArticleHelp With Filters Please My Cgridview Does Not Filter
Hi All Can some one please help me with my filters, they do not seem to be getting data from the database. View $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'user-grid',...
View ArticleMany ERR_EMPTY_RESPONSE in Yii
Hi, I was getting ERR_EMPTY_RESPONSE errors now and then of my local machine while developing in Yii and I thought it's a Mac/Apache local issue but I got the message several time on the official...
View ArticleDocumentation For Wizard-Behavior
It seems the site for the documentation for the wizard-behavior extension is down. The link to documentation returns error. The forum won't allow me to post a direct link at this point. Does anyone...
View ArticleA Couple Questions About Dynamic Content And Ajax
I want to show some dynamic content to the user, so use a dropdown like so: <?php $form->dropdownListRow($model, 'type', array_merge(array(''=>'---'),ProfileFieldRule::itemAlias('type')) ,...
View ArticleGenerate Yii Translation Message Files
hi every body i need how can i generate all messages into function translate ie( Yii("app","Hello World"); to file "messages/en/app.php" ); can you help me for this
View ArticleHow To Add Dynamic Attributes To Model And Get Them In Findall() Database Query
Hi, I want to add dynamic attributes to a model. Say my table has 3 fields(id,groupname,ownerId).I have added one more property to the model named isOwner.This property is not in th model table. After...
View ArticleLooking For An Expierenced Yii Developer For Steady Part-Time Work.
I'm looking for an experienced Yii developer that can work M-F 2pm - 6pm EST. We have a strong team that is constantly working on new in house projects (and sometimes client work). Our ideal candidate...
View ArticleUnable To Install Bootstrap
I have installed the bootstrap extension as mentioned in the installation instructions. http://www.cniska.net/yii-bootstrap/setup.html. my directory structure is same as mentioned in the installation...
View Article[Solved] How to create dependent DropDown Lists
After playing with Yii for few days, it is time to do some series business. The first requirement is to prepare dependent dorpdown lists. I have three table: tbl_productcategory, tbl_productsubcategory...
View ArticleJavascript При Выполнении Действия В Модели
Господа, подскажите как реализовать вызов JavaScript кода при наступлении определённого события в модели, например onCreate. Хочу показать пользователю всплывающее окошко об удачном/неудачном...
View ArticleValidating Data On A "previous" Button
I've been using the great "Yii Wizard Behaviors" extension and had a question. I've noticed that when moving backward through a form (i.e. clicking on a previous button), the form state doesn't save....
View Article