Use Yii::t() Or Google Website Translator?
Hi everyone, I'm more after your thoughts on this one. I'm about 80% through a very large web application, and right from the start, I have been coding all of my UI messages and view text using Yii's...
View ArticleYii Sessions
I am trying to set the session id like this when logging in: Quote $this->setState('role', $user->role); $this->setState('sessionId', Yii::app()->getSessionId()); However the second row...
View ArticleCdbcriteria Compare With Value Of 0.
Hello, I am trying to use CDbCriteria()->compare attribute to filter out data. Here is an example of a dropdown, one of my filters use with the name 'numbers'. 0 => "Zero", 1 => "One", 2 =>...
View ArticleUnable To Submit Date Using Cjuidatepicker
I'm trying to use the CJuiDatePicket widget to submit a date, but it keeps telling me the field doesn't have a default value. When I go to update fields it fills the field with the correct date, but it...
View ArticleManage Model Relations On Three Tables
I have 3 tabels with this kind of structure: user: id pk username password type type_a|type_b other data... type_a: user_id data for type_a type_b: user_id data for type_b when I will generate Model...
View ArticleBizrules And Accessrules Doubt
Hi everyone, I've generated this without bizrules: $auth=Yii::app()->authManager; $auth->createOperation('editar','Es una op...'); $task=$auth->createTask('tarea_edicion','Es una tare...');...
View Article$Model->Attributes=$_Post['newsletter'] Ignora I Valori Non Db
Ho un model 'Newsletter' che oltre ai campi di db contiene una proprietà pubblica 'rcpt_address_list', che è poi solo una stringa Ho verificato che sull'azione post il campo viene spedito come...
View ArticleBum
BUM module aims to offer a basic and simple way to manage users. It offers: - signUp page with email confirmation link and resend email confirmation; - logIn page; - My Profile page with: view profile,...
View ArticleYii Extension Suggestions
Hi, I'm looking cms extensions for build wordpress like cms. can you tell me your suggestions here. main features: media (file) management image uploading & resizing page/post/comment management...
View ArticleURL and .htaccess
I want clear url for SEO point of view. i have changed and added the following .htaccess code and configuration in main.php //.htaccess: ====================== IndexIgnore */* RewriteEngine on...
View Article.htaccess help
I need for requests to: mywebsite.com to actually hit: mywebsite.com/project I don't want it to be transparent to the browser. The user should still see mywebsite.com even though they are hitting...
View ArticleComparing Yii on Google Trends with other frameworks
I was playing with Google Trends on the weekend and was very pleased and a little surprised to see Yii overtake CakePHP and Symfony in 2012. Yii is the youngest of the bunch and it is very nice to see...
View ArticleYii Codeception Module
I cant find yii module or something else for the codeception, so is there any module, or i need to write it by myself( ?
View ArticleCreating A Cjuidialog With Disabled Buttons
So this is an example I copied from YiiPlayground showing how to use a dialog with callback. Would there be an easy way to modify this so that "select" is disabled until a field in the dialog is filled...
View ArticleUrlmanager Breaks The Website?
For some reason, since I've enabled the urlManager, not I can't see to get /site/logout/ or /logout/ to work. Do I need more coffee or is there something awry here? Here's all pertinent info: .htaccess...
View ArticleVICE.com
Hey guys, wanted to share our latest Yii app, which we are more than stoked on. VICE.com This took almost a year to build, but now that its done, we have it running on Yii 1.1.8, using some of the new...
View ArticleDate Range Approach
Hi all of you, i have a problem trying to get a date range in a CActiveDataProvider, is like a bithday reminder, i've an entry date eg. 2010-04-06, and I want that when eg. 2013-03-31, (7 days before...
View ArticleAdd Srbac Module Into Admin Module
I want to add srbac module into my admin module. I know nested modules can be created in YII. I tried to add that module inside admin module(Admin module is just a module created by me) but failed....
View ArticleYii-Booster
Ciao a tutti, dopo ver installato yii-bootstrap ed essere riuscito a far andare tutto (componente + tema) adesso ho la necessità di utilizzare un widget (select2) che però non è compreso nel pacchetto...
View Article