Actualizar 2 Tablas Desde El Modulo De Actualizacion
Mi pregunta es para actualizar 2 o mas tablas desde el modulo de actualización porque ya lo hice insertando en 2 modelos (Tablas), en el modulo de inserción y también visualizo la información si hay...
View ArticleSesion Y Autologin
Hola, mi problema es un fallo al realizarse el autoLogin cuando se marca la casilla de "remember me" en el LoginForm. Mi aplicación guarda datos de el cliente que se loguea en una variable de sesión....
View ArticleHelp With Cactivedataprovider
Hi all I want use CActiveDataProvider with query below $sql = "SELECT SD.Ph_ID,SUM(SD.Sales_Quan), P.Ph_Name, P.Price, P.Image FROM `sales_detail` AS SD, Phones AS P WHERE SD.Ph_ID = P.Ph_ID GROUP BY...
View ArticleUwierzytelniony widzi jedynie swoje dane (posty, newsy, userów)
Witam. To mój pierwszy post na forum. Od kilku tygodni przyglądam się Yii i bardzo mi się spodobał. Przeszedłem przez lekturę 'Przewodnika' i 'zaimplementowałem' bloga ;-) W ramach dalszej nauki...
View ArticleFancybox Multiple Images
Hello all, I am a beginner programmer trying to learn how to use yii and it's extensions to make simple sites right now. I have downloaded the fancybox extension and it seems to work fine, here is the...
View ArticleRichieste Ajax Molto Lente
Ciao a tutti! Ho dei problemi di performance con Yii, quando faccio una richiesta Ajax ad un controller, anche solo per restituire un numero ci mette almeno 3 secondi, che se carico diverse richieste...
View ArticleInstall An Extension In Ctreeview
Hello, I am wondering if someone could help me. I have found an extension for CTreeView which I would like to use, but the extension did not come with instructions. I am new to this, so I am thinking...
View ArticleJson And Ajax Very Slow
Hi all, I got some issues with ajax requests performance. I wrote a script in a page which does a ajax request to a controller, this controller then generates a json answer which takes, wait for it,...
View ArticleProblema Com 2 Cjuidatepicker
Boa tarde. Tenho um form com 2 CJuiDatePicker, apenas um deles é inserido na bd, que poderá estar a causar isto? <?php $this->widget('zii.widgets.jui.CJuiDatePicker', array( 'model'=>'$model',...
View ArticleGii Not Generates Normal Mysql Decimal Rules
Hi, The gii generates for mysql Decimal types the rule array('length', 'max' => 'a number') (according of digits) in the Model instead of float type that adds array('merchant_price', 'type',...
View Article[Extension] Auth
Hey All, This is the thread for discussing my latest extension, Auth: http://www.yiiframework.com/extension/auth Feel free to post any questions you have regarding extension below.
View ArticleOverwhelmed - Yii Developer Needed
Hey there fellow Yii-ers, I'm developing a SaaS product (getmantis.com) and need help developing. This will likely be a medium to long term project after a period of mutual screening. We can't move...
View ArticleAccess Rule
Hello In controller i have a problem with access rules, In my useridentity class i have role variable i saved employer. if($user->role==2) {$role='joobseeker';} if($user->role==3)...
View ArticleIde Para Yii
Gente, vuelvo luego de un año, esta vez con un proyecto grande entre manos. Necesito que me recomienden alguna IDE para Windows en la cual pueda integrar Yii con autocompletado y demás cuestiones....
View ArticleActive Record Relations
Hi, Assuming the data structure provided in the attachment image, I can add the "permissions" relation to the "Usergroups" class like this: public function relations() { return array(...
View ArticleValidar Formularios Tabulados
Buenas Tardes. Estoy realizando una aplicación con el framework y necesito ayuda para validar datos tabulados. Lo que sucede es que estoy utilizando 3 veces el mismo modelo, y necesito validar cada...
View ArticleDynamic Yii Table Controller/modell
Hey, i have to create the following Application: A CRUD Design to dynamically create a whole Table / Controller Model. So that i can create a Profile with dynamic Fields ( For Example Name, Surname,...
View Article[EXTENSION] EMultiSelect
Extension: http://www.yiiframework.com/extension/emultiselect/
View ArticlePassage D'argument Avec Createurl
Bonjour je souhaiterai passer des arguments dans l'url avec createUrl je voudrai savoir comment? merci d'avance
View ArticleFancybox Inside Listview Fails On Second Page
Hi everyone, I have a ListView on my models index page which contains multiple fancybox galleries - one per model. Each model is a portfolio, which contains 1 through N photos. The photos get their own...
View Article