Rights For Menu
i have so many link in my top navigation, and i have 5 category of users, now what is your advise to handle the menu (Navigation) for specifics user, for example: for admin Role show all for Staff Role...
View ArticleWhere Is Sql ?
Hello, I am very confused with this framework. So far I was working with CodeIgniter, but now my colleagues want me to start using Yii. I am reading the documentation and some things doesn't get any...
View ArticleRestfullyii allow access from different domains.
Hello Everyone, I have setup a restful api with YII and extension Restfulyii. The problem I'm having is allowing access to the api from different domains. I wish to make my request from html wrapped in...
View ArticleBoolean formatter translation
I think the "boolean" type text should be on the locale, my application in portuguese is showing "Yes" for the boolean field instead of a localized text. I searched the source code, but found no way to...
View Article[ASK] Extension to retrieve RSS feeds and show on YiiBased WebApps
Hello everyone, I want to ask what is an extension for retrieving RSS feeds and show it on our YiiBased WebApps ? yii-feed-widget somehow not work for me.. thank you
View ArticleMulti Relation Problem
Hi everyone I have a strange issue in cgridview with sorting or searching a related AR model If the related field is first lever everything works fine for example...
View ArticleHow To Make Random Csrf Token Name?
How to make random CSRF token name? we can use php session, but I think it is not good, Can you have other good solutions?
View ArticlePaypal Integration With Yii Question
I have a website that list multiple items for sale. I would like to use paypal to sell stuff on it. The only problem is, when I have 1 item left, how can I avoid the clash if two people plan to buy it...
View ArticleDropdown List : Can Not Save And A Php Warning
greeting everyone. this is my first time using PHP and Yii. i just implement a dependant dropdown base on http://www.yiiframework.com/wiki/24/creating-a-dependent-dropdown/#c4447 example. the code...
View ArticleAutocomplete, Convert Space(%) To + In Link
Hiii I have an autocomplete script which search for merchants in my system, and sends the user to a new page.. View: <?php $this->widget('ext.myAutoComplete', array( 'name' => 'merchantName',...
View ArticleSet Empty Header In Cgridview
how can i set empty header array( 'type' => 'raw', 'name' => 'image', 'header' => ' ', 'label'=>'$data->estado_obra', 'value' =>...
View ArticleHelp On Update Model With Composite Key
Hi cannot update a model that have composite key. i'm using array('id_projeto+id_utilizador', 'application.extensions.uniqueMultiColumnValidator', 'message' => 'Utilizador já está associado a...
View Article灰显整个网站--------For雅安四川地震
不幸又发生在四川了 没办法 只能祈求这种天灾人祸少发生些!又有一些人为了出名捐钱捐物了 如果是出自真心最好 不然就老实呆着 不要帮倒忙 比如开着跑车到那里去送水 以为旅游呢 反而阻碍交通 yii开发的网站 如果用了布局继承 那么要灰显整个网站 只需要把主布局 改动下就好: html { filter:...
View ArticleCollecting Cactiveform Errors On Server-Side
Hello, I have a `CActiveForm` with this summary: . . . 'id'='email-form', 'enableAjaxValidation`=>true, 'clientOptions' => array('validateOnSubmit'=>true), . . . Now i intend collect form...
View ArticleModel Validation In Rules Function...
Hi everyone, I'm new here and this is my first crack at using yii. I have a form with 4 input fields: firstname, lastname, street and city_state. I also have set up a number of defaults in my model...
View ArticleGenerare Il Crud Per Un Sito Bilingue Utilizzando Cdbmessagesource
Salve a tutti, sono nuovo di Yii, e sto provando a creare un sito che dovra' fornire i contenuti in due lingue, italiano ed inglese. Per ora ho utilizzato la classe CDbMessageSource perche'...
View ArticleYii & Joomla Integration
Hi all, i am a Yii Framework Developer. Recently a client ask to me to develop 1 app in Yii and integrate this app with joomla, the "integration" part with joomla only is because the use of user...
View ArticleYii::createwebapplication
Sto studiando la documentazione ufficiale di Yii ma spesso mi imbatto in dubbi amletici come il seguente. Il file index.php è il file di ingresso per l'applicazione, l'unico richiamabile direttamente...
View ArticleCform And Ajax Validation, Errors Not Showing
Hello everyone. I am building a Form, using CActiveForm Builder. The form renders fine and when I click the ajax-submit button I get a response, but I can't make the errors show. This is the CForm...
View ArticleSimpleworflow Allstatuslistdata Helper Not Returning Any Data
I used the simpleworflow extension and follow the instructions to setup here. I got the other parts working aside from the allStatuslistData helper. It is expected to return the list of all status....
View Article