How To Deploy Yii App On Amzon Ec2
hello everyone we are developing a web application on yii which we want to host it on amazon Ec2 I did some research on how to deploy yii app in amazon ec2 but surprisingly I couldn't find any...
View ArticleYii For Newbie
Hello, I am completely new to frameworks. I am a student. I have been working with php for 3 months. I have come to know about frameworks through my brother recently. I was totally lost when learning...
View ArticleCdbcachedependency Logics
hi every one yii provide a cache dependency method "means that cache can be invalidated if dependency is not the same as in cache" one of these dependency method is CDbCacheDependency which execute...
View ArticleController Function Parameter Only $Id?
Hi All, I'm curious, why is it so, that in a controller's function (for example in actionAdmin()), a parameter is only allowed to be $id. I've tried to use $whatever, but I get Error 400 Your request...
View Article2 Post On Cactiveform
i have form <?php $form=$this->beginWidget('CActiveForm', array( 'id'=>'step3-form', 'enableClientValidation'=>false, "enableAjaxValidation"=>true, 'clientOptions'=>array(...
View ArticleReport Pdf Tcpdf
langsung saja ya gan ane mau pke tcpdf tapi dengan query sql caranya gmna ya gan, coding ane kaya gini public function actionDownloadPdf() { $session=new CHttpSession; $session->open();...
View ArticleProblem With Cuploadedfile And Android Http Request
Hi, i'm trying to upload a file named uploaded_file with an android http request. My environment is: MAMP 2.1.1 with PHP 5.4.4 and Mountain Lion 10.8.3, MySQL database UTF8 If i use move_uploaded_file,...
View ArticleChange Which Element Gets Error Class After Validation
Hi everyone, In my forms instead of: <div> <label> <input> ... </div> I use: <li> <label> <div> <input> ... </div> </li> When there's a...
View ArticleHow To Embed Pdf File In View
Heys guys, can anyone assist me on how to embed pdf files in the view. tried this but nothing <embed src="<?php echo Yii::app()->request->baseUrl; ?>/../uploads/admin_avatar.pdf"...
View ArticleCHtml::dropDownList() and name attribute
Why can't I pass a name attribute in $htmlOptions array of the CHtml::dropDownList() method? Looking through the source code of the dropDownList() method, I see that $htmlOptions['name'] gets...
View ArticleHow To Create Hierarchy Viewer Components In Yii
Hi , I have to show parent and child in yii project therefore i want to know is there any component which help me to do same. Thanks PK
View ArticleCdbexception Error Occuring After Sometime
Hi, My website is online and i am facing the below error from the last couple of months. CDbException The table "tbl_user" for active record class "User" cannot be found in the database The error comes...
View ArticleJasperreports, Yii , Бд
Всем доброго времени суток) Подскажите пожалуйста как сформировать отчет с помощью "JasperReports" имеется сайт на Yii который использует БД, и в котором я генерил странички с помощью gii. нужно...
View ArticleInsert Iframelink In Cmenu
Hi all Thanks to quickdlgs extension, I have buttons and links opening dialogs for view/create/update action. Now I need to insert these links (specifically EQuickDlgs::iframeLink) inside the operation...
View Article[EXTENSION] simpleWorkflow
Hi all, have you ever had to handle a 'status' attribute in one of your model ? And how many values this 'status' could have :2, 5, 42 ? The Yii blog Demo application uses 3 statuses for its Post...
View ArticleUkrainian Outsourcing
Hello every one! My name is Vladimir. I live in Ukraine. I am php programist.I plan to open a outsourcing company in Ukraine. I am looking for customers from abroad. Price of the 1st month of the...
View ArticleHow To Access Photos Under Yii Protected Directory?
I created a directory under my protected directory in yii and placed all my photos there. I don't want anyone be able to access those photos directly. How can I set the path to those photos in my htm...
View ArticleJquery File Upload (Blueimp)
Olá a todos, Acho que este problema ou pela estrutura do plugin, não permite enviar as imagens na submissão do formulário. No cenário update o plugin funciona normal, por que eu tenho um ID do Model,...
View ArticleJquery Append
I want call an php funtion and return a value. This value has to be appended to a div. I try a lot of things but nothing works. This is more far that i get: echo CHtml::ajaxSubmitButton('add one more',...
View ArticleCGridView + pagination + sorting problem
How to reproduce:Suppose we have a database table such as: CREATE TABLE [dbo].[tbl_device]( [id] [smallint] IDENTITY(1,1) NOT NULL, [name] [varchar](50) NOT NULL, [active] [bit] NULL ); Table contains...
View Article