Validation
how to check if checbox is not checked . i'm using public function validatecheckbox($attribute, $params) { if (!$this->valor_arrenda) { $ev = CValidator::createValidator('required', $this,...
View ArticleCuploadedfile::getinstance
Hi, I wanted use activeRecord filevalidation for upload file. I realise CUploadedFile::getInstance returns null. But same time i am checking my global variable $_FILES file uploaded then i tried...
View ArticleCode Bewerten
Hallo Zusammen Darf ich Euch fragen wie Ihr den Code findet? Mache ich das kompliziert, nicht korrekt oder ist das ok so? Danke für das Feedback. Controller public function actionProject() { $data =...
View ArticleCgridview E Cbuttoncolumn: Come Settare Gli Attributi Data Usando I Valori...
Ho una CGridView. In questa devo farmi un pulsante personalizzato. Questo deve aprire una modal popolata con alcuni dei dati della riga a cui appartiene. Vorrei usare gli attributi data perchè mi...
View ArticleA Helpful Suggestion For Postgres And Cgridview
Hi all, I just spent about 30 minutes trying to figure out a way around tons of coding work to either ILIKE everything or to LOWER() everything to be able to do case insensitive comparisons in Postgres...
View ArticleCompare And Addcondition Together
Hello, I try to filter and sort in my cgridview through relations. I did it with sucess with most of my models but in one of them I have a complex search function where i can not do it. Here is my...
View ArticleDatefield / Date Picker Issues
I'm using a date field with the usual code : <div class="row"> <?php echo $form->labelEx($model, 'entry_date'); ?> <?php echo $form->dateField($model, 'entry_date'); ?> <?php...
View ArticleWays To Support And Get Support For Yii?
I am building a company and I am basing it on Yii Framework to which I have developed four applications (one in Postgres). With that, support if vital to my success. I am looking to find out the...
View ArticleValidation Rule To Validate Against Different Model Attribute
Hi, I have a model 'Isshortlisted' which have attributes appoint_date and appoint_time. Also i have a model 'Job' which have attributes start_appoint_date, end_appoint_date, start_appoint_time,...
View ArticleYiibooster Html5Editorrow
Hi there! I have a simple question. I'm using html5EditorRow in some forms of one of my apps and it works great. The problem is when I try to use it in a form which is rendered by a partial and this...
View ArticleRandomess Extension
Hello guys. I am a Yii newbie and also stuck in some trouble. I tryed the documentation on how to use extensions but i just can't get "Randomness" to work. I've already unzipped it in...
View ArticleNot Logged In After Login
Hi, my website works pretty good on my computer (localhost), but since I uploaded it to a webhosting I am facing new and new problems. Most of them I have already solved, but there is one I do not know...
View ArticleAuto Completar Textarea
Galera, preciso de mais uma ajuda. Tenho um dropdown com lista de cursos cadastrados no banco de dados. Ao lado desta lista tem um botão "Incluir". O usuário poderá escolher um curso no dropdown e...
View ArticleWhich Approach Is Correct For Onbeginrequest
Assuming you want to do something about the Theme on the fly (which for example is passed as theme=value in the uri) - the standard approach that I've come across in this forum is as below: //...
View ArticleCgridview With An Image Column Doesn't Render
Hi guys, I have an image column in a CGridView widget, it partially works, the following code works: array('type'=>'html', 'value'=>'CHtml::tag("img", array("src" =>...
View ArticleConsole Can't Save Boolean
I can't save my model with the console. If I copy the code to a controller it works. I also copied my main.php to console.php so I don't believe it is my settings. I am using PostgreSQL. Anyone have...
View ArticleChange Cell Size (Cgridview)
Hi, I'm using CGridview to display all the values of a table, but I would like to change the size of each cell individually, say first column only 5px width, second 20px width, third 30px , etc. Is...
View ArticleYii User Managemnet E Facebook Login
Ciao a tutti, da poco sono venuto a conoscenza di Yii e lo sto utilizzando per un mio progetto. Dopo varie ricerche sul forum ho scelto come modulo per la gestione degli utenti Yii User Management tra...
View ArticleGroupgridview Search Function
hi i am using this extension http://www.yiiframework.com/extension/groupgridview as my gridview .... my question is how to put a search function ... maybe there's already an example/solution ... but i...
View Article