Yii 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 ArticleCjuidatepicker With Time ?
Hi All I use CJuiDatePicker but I want to select both date and time (day month year hour minute and second) I can't find how CJuiDatePicker allow me to enter an extra string (the time) in textbox. (it...
View ArticleMethods In Modules
Hi to Everyone which is the best place to create static (or not)v methods in a custom module ? How call this methods inside on module or from other controllers/modules? Thanks Note: I have already set...
View ArticleDrop Down List Always Inserting 1 In Db
Here department is my table it contains only two fields id and department. My model name is also department. This is my form <?php echo $form->labelEx($model, 'department'); ?> <select...
View ArticleUrlmanager: Path + Get At The Same Time
Hi everybody. Have a little problem, finishing one of the projects. Configured UrlManager for SEF, but got troubles with AJAX. Our scripter used "get" url format, when he was writing scripts. I don't...
View ArticleBest Way To Deploy Yii Developed App
Can you please share your experience of the best way to deploy a Yii developed application? I have not been able to find any good documentation of how to package a Yii developed app, give it a version...
View ArticleConsole Can't Save Boolean [Solved]
I can't save my model with the console. If I copy the code to a controller it works. I also copied my main.php to console.php so I don't believe it is my settings. I am using PostgreSQL. Anyone have...
View ArticleCan't get past Gii login page
I am a newbie to Yii and have been trying to get through creating my first Yii application from the 'Getting Started' section. When I get to the section in regards to setting up and logging into Gii,...
View ArticleCtreeview Doesn't Use Htmloptions In Data
Simple way to reproduce When creating tree for a CTreeView I'm doing a for whit this insidee $outChildren[] = array('id' => $childData->companyChildId."_companyChildId", 'text' => $text,...
View ArticleRetorno Automático Pagseguro
Amigos, sei que existem tópicos sobre o assunto, porém vi que já são um poco antinguinhos e preciso muito de uma ajudinha. Eu criei o retorno automático, porém nos testes que realizei o status da...
View ArticleRedirect Issue
Hi, I have a Gridview with update ButtonColumn, actionUpdate: public function actionUpdate($id) { $model=$this->loadModel($id); if(isset($_POST['Category'])) {...
View ArticleCalendar Appointment
Misi gan, Mau nanya, kalo mau bikin calendar appointment yang sistemnya kaya di outlook gmn y ? Konsepnya gini gan...jadi ada kalender, kita klik tanggalnya muncul form untuk bikin appointment/agenda....
View ArticleWidget
Ciao a tutti, stò cercando di trasformare uno script (php/js) in un widget, per comodità e pulizia del codice. Lo script è formato da un file.js principale al cui interno effettua una serie di chiamate...
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 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 ArticleN-Ary Relationship With Cactiverecord
Hello, is it possible to model ternary relationship with CActiveRecord? I mean three tables and a relationship table with foreign keys into them. Regards, Jiri
View ArticleAccessrules()
hi this is my code: class UserManageController extends Controller { public function accessRules() { $staff = Rool::model()->find('sid=:i',array(':i'=>yii::app()->session['sid'])); $p =...
View ArticleBug With Index.php With Capital I Vs Index.php With Small I
When I do Switch Urlmanager to Path to be simple and easy. The big problem is when tried to access the link with Index.php (with capital I) it gaves you 404 error. If you just get it back to the...
View ArticleComplex Website With Yii
Hi I am a SAP developer with some Php experience. Yii is my first foray into any PHP framework/MVC model. We are trying to build a complex website like IMDB. (www.imdb.com) 1) Each page has multiple...
View ArticleGxc-Cms
Ciao a tutti, in questi giorni mi sono avvicinato al framework yii. Cercando nel web ho trovato degli sviluppatori che si sono cimentati nella creazione di un cms mediante il framework yii. Allego il...
View Article