Textfield Менять Цвет Фона
Добрый день. Только начал изучать yii (и суток не прошло ). Я хочу сделать так, что в форме обязательные поля подсвечиваются красной рамкой если данные в них не введины. Самый простой способ это тупо...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleWeb Application Development Using Yii And Php
Dear friends i am a newbie in yii and started learning the framework using the book Webapplication development using yii and PHP. the problem is with migration code given in the chapter 5 of the book....
View ArticleBuilt With Yii Framework
Hello everyone, Just launched simple showcase of Yii powered websites and applications. Bit a bit gonna grow up to interesting project laters... builtwithyii.com
View Articlejii-jcrop
Hi guys, I have been working on getting jii-crop to work in my design for while a week or two. Please help. I have now made it to the Save button. How am I suppose to save off the cropped image??...
View ArticleTbgridview And Render Customized/complex Datacolumns
Hi All, I am getting the following error: htmlspecialchars() expects parameter 1 to be string, array given when trying to do customized/complex datacolumns. I have the following code: <?php...
View ArticleSchool To Join
This is my first tryst with Yii (it is a fantastic web application framework). My first project was to develop a free portal for schools at http://www.schooltojoin.com In addition to finding your...
View ArticleError Sql Yii - Formulario Con Checkboxes
Saludos a Todos... 1) Tengo una TABLA llamada AdminUsuario que tiene tres campos ( username, contrasena y edad ), en la VISTA tengo un formulario, que despliega un listado con varios checkbox con un...
View ArticleTiny But Strong (TBS) template engine extension for Yii
I'm used to use TBS (TinyButStrong) template engine for web development. Now that I'm interested on using Yii for agile web development, I see it does not support TBS. I've looked for an extension to...
View ArticleHow To Automatically Log In On Main/subdomain?
I'm building a site that has several subdomains (sub.example.com, sub2.xample.com, etc.) Users are in the same table so I'm wondering how (if) it's possible to automatically log-in a user who logs in...
View ArticleHow To Display Image In Yii Framework From Database
hello everyone , i have learned how to upload image in the database in this wiki "http://www.yiiframework.com/wiki/2/". i have uploaded it in the in database successfully. but i dono how to display...
View ArticleRender View File From Another Model View
Hi I've encountered a bizarre problem referencing views from another model where in one version of the App it works fine and then in another it doesn't. The code is very basic, in the "view" view of...
View ArticleI Wasted 12 Hours
I wasted 12 hours debugging this ... $total = 0; foreach($model->rels as $rel); { $total += $rel->count; } echo $total; // wrong result!! Who in the hell wrote that wicked semicolon? Me? In the...
View ArticleCactiverecord Rules To Check If Data Already Exists
Dear all, I am creating new datasets but currently I don´t know how to check it data already exists in the database. I have read the the save() should automatically check the rules function. Is that...
View Articlevar_dump(Yii::app()->user);
Hi there, I am signed in under "test1@example.com". Why does var_dump(Yii::app()->user) keeps dumping this?: object(CWebUser)[16] public 'allowAutoLogin' => boolean true public 'guestName' =>...
View ArticleModel Scenario Problem
Hi, Im trying do make a ChangePassword Scenario using Users Model, but Im getting that error when trying to validade: [username] => Array ( [0] => Username "admin" already exists. ) At Change...
View ArticleOpinions: Sending Data Via Email
Hi, Im going to start sending reminders and data etc via email to users based on triggers, I was wondering if there's a native Yii way [I guess it uses php mail()] or if there's a tried and loved...
View ArticleAuthenticate Every Page
I've created an application in Yii where you can do a simple login. Once I am signed in, I am basically in as long as my session persist. However, I would like to do a status check on every page visit...
View ArticleBackbone.js and Yii
I am thinking of using backbone.js framework with Yii,specially for CRUD purposes.I don't want to lose all the benefits that the GridView or ListView provide,yet I am a little confused on how to use...
View Article[MODULE] HybridAuth
This is a forum page for the module Hybridauth (http://www.yiiframework.com/extension/hybridauth/) for social logins. I've just put up the first release. Comments/thoughts etc let me know! Thanks, Mark
View Article