500 Internal Server Error
Hi I downloaded Yii app from one server and uploaded it to another server (both Unix'es). On first it runs OK. On second server I chmod'ed myapp/protected/runtime to 777: But still cannot open default...
View ArticleSingle Sign-On (Sso)
Hello, I wanted to implement single sign-on (SSO) on my projects which share same parent domain. I found this and implemented:...
View ArticleCgridview Custom Filed
hi. how can i add custom columns to CGridView, i want to get data from model by ActiveDataProvider and add one or more Columns to the dataProvider Array. i do somthing like that :...
View ArticleAlias "gii.GiiModule" is invalid. Make sure it points to an existing...
I am new to Yii and working with yii bootstrap. I extracted the files to my protected/extension directory and included the code in the protected/config/main.php as described here...
View ArticleWhen To Use Active Record And When Not.
How slow really is AR. I want to know when to use AR and when not. what is the right approach. Also if my model extends CActiveRecord does it mean it is using active record or even if i just intend to...
View ArticleCgridview -> Sort By Virtual Attribute
Well, this is my "Users" model: public $fullname; {other code here - not really important for this problem} public function search() { $sort = new CSort(); $sort->attributes = array('*',...
View Article[Solved]Is it possible to get old value in beforeSave()
in the CActiveRecord class, I create a beforeSave() function. In here I want to get the old value of the model. Is there any way to do it? thanks before
View ArticleLook for Yii Part-time job which can work remotely
Hi guys, I'm looking for a part-time job as a Yii developer. Which I need to be able to work remotely. My objective why I look for a job. - Improve myself in developing in Yii with professional team (I...
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 ArticleCode Review
This is my first Yii project and so wanted someone to do a code review. Any suggestion welcome Controller <?php class VerifyUsersController extends Controller { /** * @param string $param key to be...
View ArticleMysql Statements With Priority
Hello, does somebody know if there is any possibilities to stablish a PRIORITY on INSERTS and SELECTS statements keeping the functionality of ActiveRecords? We want to low the priority for INSERTS on...
View Articleunderscore and camelCase interchangeable in Yii?
Hi, I'm really new to Yii. I was just wondering if using this_style and thisStyle really matters to Yii when referring to AR attributes. For example, how come I can write: $newProject=new Project;...
View ArticleUpdate query
Hi alll, Can anybody tell me how to write an updte query using DAO. Its not explained in the documentation. My code is as follows: $connection=Yii::app()->db; $jc_id=$_GET['id'];...
View ArticleCannot modify header information
Good Day! I'm trying to saving the contents of my form, I'm using CJuiDialog and CActiveForm at the same time. There's is no problem in the form, the problem occurs when hitting the save button. Here...
View ArticlePagination Not Working.
Hi, On a forum app I need to select the topics with its last post and the topics have to be ordered by its last post created date. I'm using: $topicsDP = new CActiveDataProvider('Topic', array(...
View ArticleYii-Redactor
Hi! Anyone got the imageUpload from the Yii-Redactor-extension to work? I have a few questions regarding it, first off: What is the 'attribute'=>$attribute supposed to be? I just dont understand...
View ArticleReturn True/false From Cfilter And Get That Value In Another Filter
Hey Guys, I've set up an rest API that is super predictable. /x /x/y /x/y/z /x/y/z/& X can be any controller, Y any ID, Z any action, and & any $id2 Because of this predictable nature, and my...
View ArticleRating And Down Votes
The rating of wiki articles and extensions are calculated from user votes. But the calculation logic seems to honor the down votes unbelievably high over up votes. This is one of the "sorted by rating"...
View ArticleHow To Use Phpword With Yii?
Hello, I've problem with exporting records from model into MS Word document. Records contain strings and images, and should be exported to .doc file, with each record on separate page. I'm able to pass...
View ArticleFor What Inputs Should I Define Rules In Model Class ?
Should I define rules for all of input elements in a model class? For example the model form has 2 input type element and a textarea. Can I just define rules for those two input type and not for...
View Article