Strict Comparison Cdbcriteria. How ?
Hi. I'm using "many to many" relations, and i'm trying to write search based on strict comparison for some properties of model, which is "many to many" relationship. If i writing IN condition (by...
View ArticleConfused About Jquery And Script Inclusion Handling
I am totally confused about Yii's handling of jquery and other javascript file inclusion. This was working: <script type="text/javascript"> jQuery(document).ready(function() {...
View ArticleGii and Tbl_ Relations
Hello, I'm putting myself through the beginning paces with Yii. I've noticed that Gii's been having some trouble defining model relations if my tables are prefixed with tbl_. I've three tables,...
View ArticleInternet explorer login error CHttpSession.php(182)
Hi all, I am getting the error CHttpSession.php(182) in internet explorer only somtime when loggin in. I have updated to the latest yii framework 1.1.12 today as i saw in the changelog that this was...
View ArticleMajor Bug In Cactiverecord::findall With Join And Limit
This will be a way to reproduce it, I didn't have time to see how to solve it: 1. create two tables in mysql: - table1: (id - pk autoincrement) - table2: (id - pk autoincrement, table1_id - fk) 2....
View ArticleMatching Multiple Values In Cdbcriteria
So we have a text entry for our model where the user enters a city. $model->city We then have a search. We want the user to be able to search for multiple cities (e.g. comma separated list). This...
View ArticleLooking For Great Yii Developer
Dear you, I am looking for yii developer to help me with one project, $15/h. The project will last about one or two month. You must have developed more than 370k lines of yii/php code in the past 3...
View ArticleYii Ecommerce Expert Wanted
Looking for a Yii expert that has heavy experience with custom ECommerce solutions, particularly with recurring billing. Work is remote, contractual, 1-3 months, 30-40 hours per week, excellent pay....
View ArticleHow To Display An Array Of Data From A Related Table In Cgridview
I have a model of person and group_membership Person (id ,name ... ); Group (id ,name ... ); Group_Membership (id ,person_id ,group_id ); If I want to allow a user to see the groups in the CGridView of...
View ArticleCcomponent Error
Hallow guys, am new in Yii framework, i started with following the book Agile webdevelopment, but i get stack at chapter six, where we want to authenticate login details using the value stored in...
View ArticleForm Using 2 Models -> Skip The Validation On One
Hello, I have one form using to different models. I want to be able to create a new Person and eventually a new User, to give this person an account. A person doens't need to have a User related (could...
View ArticleNoisey.com
Hey guys just wanted to share with you a new online music/video site we developed that is powered by Yii (1.1.7). www.noisey.com Love this framework, and we've got several more high traffic sites...
View ArticleStoring State Vs Session Data
What is the difference between the following two functions: Yii::app()->user->setState('key', value); and Yii::app()->session['key']->value; Are they functionally equivalent? Is there a...
View ArticleYii Meetup In London
Hi guys, In line with the brilliant initiative from the guys across the pond (NY), I am organising a Yii meetup group in London. I am sure there are some keen londoners aching to exchange ideas and...
View ArticleRedactor Upload Image
Hi, I would like to know anyone know how to use redactor image upload?Is there any example?
View Article[EXTENSION] Bootstrap
Hello, This is the discussion thread for my latest extension, Bootstrap. What is Bootstrap? Bootstrap is a toolkit to kickstart development of web applications. It includes base CSS and HTML for...
View ArticleHow To Exclude Model Attributes From Being Saved
I'm looking for an elegant way of ignoring table columns in the CActiveRecord model. More precisely, the underlying database is MySql and the table "user" uses a timestamp column like this: CREATE...
View ArticleUpdating Model From Index View
Hi, I love how easy it is to update records in yii, but I was hoping to do it a bit differently then the default updating one record at a time, I would like to do as you see in the image (see...
View ArticleAutofill Textfield With The Application Data
i have integrated fb-connect with my yii application. i want user to register via fb-connect and store their information in our database. so, after the fb permission is granted i want new user to be...
View ArticleI18N Automatic Locale Formats With Gridview Setting Column Type
Hi, I was wondering if I set language and sourceLanguage on application configuration the formats will be applied automatically. Showing the codes bellow I can explain better. config.php ... array(...
View Article