Phpunit Test Fail
I try to test application, so I use: phpunit functional/SiteTest.php The Output show: PHPUnit 3.7.10 by Sebastian Bergmann. Configuration read from...
View ArticleAdd Column As Link In Cgridview
All I need to add link to my gridview so i wrote this code View : <?php $cmodel=new Courses; $user_id=intval($_GET['user_id']); $this->widget('zii.widgets.grid.CGridView', array(...
View ArticleImage Cannot Be Blank Problem
Hi, I am trying to upload multiple images in a form using Yii. But when submitting the form it is showing 'image cannot be blank' to all the file inputs. When debugging I can see the file data in the...
View ArticleCollecting Date Of Birth Using 3 Dropdown, Then Converting To Date Obj ?
In my database, I have a date of birth (dob) field that is of type date. When I create model from my table, it creates one attribute as dob for me. So when I generate my form from my model, it has one...
View ArticleLogging In
Good day, Dear Yii-programmers. I have a problem in my new project(Tennis club site) with logging in. I made table tbl_user which stores information about tennis players(username,password,....). This...
View ArticleWhere To Write Jquery,ajax Code In Custom Autocomplete Text Field
Hi all, I"m trying to write custom auto complete for text field. can anyone pls tell me where to write this jquery, ajax code for this textfield in yii.. <div id="output" class="row"> <?php...
View ArticleReading Excel Files And Loading Into The Database
Yesterday I spent most of the day reading everything I could find on the process of reading an excel file. I have worked with writing models out to excel from cgridview pages, it was pretty easy....
View ArticleMail extension
Hello All, I want to send email with attachement. Any body can explain which is the best mail extension ?That i use..... Thanks in advance
View ArticleLooking For Idea In Order To Make Easy The Selection Whit Plenty Of Choices
Hi everyone, I'm looking for some ideas in order make easy the selection than a user should do in a creation or update form. listBox is a good way to do it easily, however when there are a lot of...
View ArticleRights Assignment On User Creation
Hi everyone, i'm using yii-user + rights extensions. I would like to know if it would be possible to assign a role (keep using rights extension) for a user, during the user creation, with an yii-user...
View ArticlePhp Warning: Failed To Open Stream: Permission Denied
Hi, Downloaded Yii 1.1.13 created an app - helloworld Un commented Gii section in /helloworld/protected/config/main.php Navigated to 'Controller Generator' and entered the names for the controller and...
View ArticleAffichage Date Dans Le Formulaire De Mise À Jour Cjuidatepicker
Bonjour, J'ai un problème pour afficher correctement ma date dans le formulaire de mise à jour. Ma date est enregistré dans ma base de données sous forme d'entier. (J'utilise CDateTimeParser :: parse...
View ArticleSingle Sign On Dari Cookie Dari Web Lain
Para Yii master saya mau tanya... Jadi, saya ini udah bikin aplikasi pake Yii, aplikasi ini harus diintegrasikan dengan web aplikasi lain yang ngga dibuat pake Yii... jadi mesti dibikin single sign on...
View ArticleSingle Sign On Cookie Based From An External Service: Integration
Hello everybody. I'm dealing during these last two days with some nasty task for a project at the office. Here is the goal: integrate an external login/registration form (domain.com), not Yii based, to...
View ArticleYii::app()->User->Checkaccess('controller.action') Is Not Workig
hi all, iam using Yii-Rights and i want to hide all links on a page depending on authority of user on this links. for example : array('label'=>'Assign Tasks',...
View Article[Extension] Yii-Forum
THis is the support thread of Yii-forum, an easy to install, mostly self-contained forum module. Extension page
View ArticleМассив Возращаемый Accessrules() И Id Пользователя
Как можно сделать, так чтобы в массиве возвращаемом функцией accessRules() в контроллерах в параметр users указывать id пользователя? Сюда руководству '...users: позволяет указать пользователей. Для...
View Article[Ask] Crosstab Tampilan Cgridview
misi gan, ada yang bisa bantu?? gini, saya ad permasalahan, saya sudah nampilin data kya gini : saya pengen nampilin data kya gini : apakah ada pencerahan?? terimakasih. . .
View ArticleAllow Once Per Category
Hello guys, i'm currently involved in a project in which the user should be allowed to create a row in a table. The idea is that there are 14 different categories the user has to choose between when...
View ArticleЗагрузка Файла Проблема С Загрузкой Файла
Люди помогите разобраться с загрузкой файла на сервак, при загрузке в форму и отправке постоянно сообщается ошибка что форма с файлом пуста Вот что я написал Контроллер public function actionCreate() {...
View Article