How To Call Controller/action In Console Command
I had create an action in controller and wish to reuse it by calling it in console command. my action in controller work fine in web but can't call in command console. Please help. class...
View ArticleHow To Put Line Break In Cgridview Columns?
I am trying to combine few data fields in one single column in cgridview. I manage to combine them but when I try to put <br/> between the data, it didn't show any line break. Please help....
View ArticleOrdering Cactivedataprovider From Second Join
Hi I have the following code: public function actionIndex($id) { $dataProvider=new CActiveDataProvider('Item', array( 'criteria' => array( 'with' =>'Area', 'condition' => 't.Area_id=:id',...
View ArticleYiistorm
Hi! I wrote plugin for all who work with Yii in PHPStorm IDE. Plugin provide navigation: from controller (and view) to view throuth render("viewname") or render("//fullpath/viewname") and etc + support...
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 ArticleNetbeans (6.8), PHPunit and Yii
How to create PHPunit tests cases in Netbeans 6.8 for an Yii web application Ref.: http://www.yiiframework.com/forum/index.php?app=forums&module=forums§ion=findpost&pid=6301...
View ArticleImprimir E Exportar Informações Do Grid
Olá Pessoal, Estou desenvolvendo um projeto onde tem um botão que tem as seguintes opções: Imprimir, Salvar em PDF e Exportar para Excel as informações de um $dataprovider. Alguém saberia uma extensão...
View ArticlePlease, Advises About A Dynamic User Menu
Hi all, I have been thinking about how to create a dynamic user menu and I'm not really sure about what approach is better, I will try to explain myself... Once the user is logged in, I redirect to his...
View ArticleYii Prorammer With Api And Ecommerce Experience
We are looking for a Senior Yii developer to work with a small team on our API and e-commerce solution. Full benefits 100k+ salary, beautiful office and work environment Contact me on skype at my yii...
View ArticleStagemanager E Thawtetimestampingca Cosa Sono?
A volte nei log dell'errore 404 mi trovo questo: 2013/04/13 19:50:34 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'Unable to resolve the request...
View ArticlePersonalizar A Mensagem De Confirmação De Delete Do Grid
Estou tentando personalizar a mensagem de confirmação do botão delete criando um modalbox, so que estou tendo um problema em passar o id do registro corrente para a função ajax. Como pode ver crio um...
View ArticleKeeping Getting Application Runtime Path Is Not Valid Error On Windows Server
I keep getting an "Application runtime path "D:\Hosting\9434915\html\yii\protected\runtime" is not valid. Please make sure it is a directory writable by the Web server process." I made sure the runtime...
View ArticleYii Masonry Style [ Like Pinterest ] Extension
Yii Masonry Style v1.0 beta [ Yii Extension ] Hello guys, Yii Masonry Style it's new extension for yii to view posts or photos like pinterest.. It's my first extension for yii so please try it and give...
View ArticleGenerate BaseController and BaseModel in gii
I just started learning Yii. The gii is very cool. It is very useful for quick prototyping. But I am wondering why it does not generate a BaseController and a BaseModel, and then derive actual...
View ArticleMissing Argument 1 For Mycontroller::loadmodel()
Hello. I have problem with passing $id to function loadModel($id), which is executed inside my own filter "filterViewOwn". I have error: Missing argument 1 for PostController::loadModel(). Does anyone...
View ArticleCombine Cgridview With Cjuiaccordion?
Hi guys, I'm using CGridView (rather TbExtendedGridView) to show pretty complex data. What I want to achieve is, showing further content for each row in a hidden (onclick sliding open) div e.g. My...
View ArticlePossible fix for CHtml::checkBoxList
I was not sure where the best topic is to post this message so I decided to post under bug reports. When rendering checkBoxList CHtml uses a template "{input} {label}". This results in a form line like...
View ArticleGii Model Generator
Hello I've searched the forum but didnt find a solution so here my question. I got yii on Uniform Server. Mysql db (name=mynewdb) . I checked requirements and i got mysql pdo eanbled. I want to use...
View ArticleIs It Possible To Have Component And Model With Same Name?
Hi, just a quick question, is it possible to have ADUserIdentity component and ADUserIdentity Model? How will Yii handle it? Thanks!
View ArticleWhat is your experience with MySQL workbench?
For some years now i give MySQL workbench a try from time to time - and everytime i do, i'm very disappointed. This seems like the most unstable software i've ever seen. It's crashing so often, you...
View Article