Praise Or Bash
We created the Praise Or Bash platform to allow people to quickly express how they feel about a high profile person, place, or thing. We hope to capture people’s emotions in real time in order to...
View ArticleEmail Template
Hi Friends. I create the Email Template extnsion please see the link http://www.yiiframework.com/extension/emailtemplate/ if you have anu query please let me know.. Best Regards, Ankit Modi
View ArticleYii 2 Public Preview Available
We are very pleased to announce that Yii 2 is now available for public preview at GitHub. This is a major milestone during the Yii 2 development which was started more than two years ago and has since...
View ArticleBinding Urls With Action
Hi all, I am trying to create CRUD operations to a table with composite keys, In my controller i have overridden the conventional set of functions to accept two parameters. The create action gets...
View ArticleRandom Transaction Error
Im starting the transaction like this $transaction=Yii::app()->db->beginTransaction(); and doing many "$model->save" in actionCreate and in the end if save/validate fails i rollback , But...
View ArticleProblem Downloading File With Curl
I am using Curl to get json data, that works well. I have a need to download a file using Curl. The API requires me to do a GET and pass an ID for the document. I am uncertain how to deal with the file...
View ArticleAppending tabular inputs and validating the form with ajax
Hi, I have a tough question -I have a CActiveFrom with tabular inputs, configured with 'enableAjaxValidation' => true -My goal is to dynamically add inputs when pressing on a 'Add button'. This is...
View ArticleUrl Parameters On Module
I'm fairly new on Yii and this is my first serious project using it. I'm having some issues setting up the url manage for my register user module. I've set the urlManager with these default values...
View Article$Record->_Attributes Is Null Occasionally
Hey there. I am getting trouble with the initialization of an ActiveRecord class. Today I started getting errors of the form: Cannot use a scalar value as an array...
View ArticleFragen Zu Cactiveform, Jquery().load + Chtml::ajaxsubmitbutton
Moin die Herren (und die Damen?), Kurzbeschreibung: für mein neuestes Projekt wollte ich einen globalen Login im Header der Seite einbauen. Bei Klick auf den Button "Login" wird der Inhalt des...
View ArticleCgridview
Após adicionar uma coluna que faz parte do relacionamento - ex: 'idReuniao.descricao' a coluna dessa informação não exibi mais o campo de busca no topo da tabela nem tem mais a opção de clicar no...
View ArticleTrouble With Createcommand And Now()
hello forum! i want to execute this query $query = 'INSERT INTO Pedidos (OrdenCompra, Cliente, Fecha, Anulado) VALUES (' . (int)$id . ', ' . Yii::app()->user->id . ', NOW(), 0)'; $query =...
View ArticleCreate Yii Based Site Using Format Of Current Drupal Site
I would like a Yii app made that has the same format as my current drupal site. www.serviidb.com
View ArticleCreating An Extension
Hi, everyone. I want to develop an extension.Can I use the Jquery of other person and implement it in my extension as YII extension?? Do I need Copyright? What If I used his JS? Please suggest me.Thanks
View ArticleMy First Form
Hi everyone, I am just starting to use Yii and so far I am very impressed. However since my programming skills are very basic I am looking for tutorials that describe step by step what I need to do....
View Article请问Yii的Modules怎么复用的。
比如说我在A项目用了一个modules假如叫admin,我在又要开发一个B项目,因为B项目也要用到这个admin我怎么复用这个modules呢? 我现在想到的是直接拷贝到B项目的modules目录下。但是我的项目都部署在一个服务器上,我想能共用怎么办? 谢谢。
View ArticlePasar Variable Js A Php Con Ajax
Muy Buenas, quiero recuperar una variable js en php para hacer una consulta pero no hay manera... tengo lo siguiente: Esta funcion me abre una ventana modal donde puedo mandar un mensaje y quiero...
View ArticleProblem With Showing Images
in my app when a user adds a post he also upload an image to this directory: /uploads/images/ads in time of showing these images i write this code: <img class="adpic" src="<?php echo...
View ArticleLogowanie Użytkownika - 2 Możliwości
Witam, jestem mooocno początkujący w Yii stąd też moje pytanie. Otóż potrzebuję zrealizować co następuje : - użytkownicy posiadający login / hasło ( grupa A ) : logowanie przy pomocy hasła -> dostęp...
View Article