Datepicker
Anyone has an Idea for the basic installation of datepicker in form fields? thanks
View ArticleEphpthumb Image
I already installed the ephpthumb extension. but im not sure if i place it correctly.. anybody know where to place my ephpthumb extensions. and how can i use it? I want to know how to upload and...
View ArticlePaging Size Of Cgridview
Searching in the forum i found a easy way to select paging size of Cgridview But actually need do it with a CArrayDataProvider not with CRUD auto generated code, trying this obtain the next error:...
View ArticleCgridview + Ccheckboxcolumn - Selecting More Rows On More Pages
Hello. I created CGridView that shows cca 50 items per page, but totally there are 1500 items. I need to check (select) for example 200 rows and print them to PDF. But how can I select items on more...
View ArticleRedirection Problem After Action Update
my page is not getting redirected after action update here is my redirection code $this->render('update',array(...
View ArticleForeach Readmore
Hi i have foreeach that list all row now i want it to have a button for readmore that slidedown below..
View ArticleHow To Change Text Field To Radiobutton List And Filter For Null Values
I'm using the text field in advanced search. Now, I need to convert the text field 'Reviewed Date' into 2 radio buttons 'Reviewed' and 'Not reviewed'. Reviewed button should present all the rows with...
View ArticleCreating Model Relation On Three Fields
Hello, I've a table with three fields which having reference on another table. I want to create a relation on all three fields. Table A: /** * Model class A for table A * * @property integer $id * and...
View ArticleRemember Password Not Working After Customizing
In my site, the default controller action is Site/login. My remember password is working fine if the url is directly specified the controller action (http://localhost/projectname/site/index). But we...
View ArticleHow To Add Read More Link To Yii Grid View In Columns
hi all i am using bootstrap.widgets.TbGridView, i want to add read more link to column plz help me array('name' => 'description', 'header' => 'Description'), this is the place i want to add it
View ArticleHow Do I Force Yii To Use A Specific Jquery Version
i had an issue when trying to incorporate multiple date picker which can be found here :http://multidatespickr.sourceforge.net/ The issue i had is explained in the following stackoverflow....
View Article[EXTENSION] EPhpThumb
Hi, EPhpThumb is a lightweight extension for the well known phpThumb library (PhpThumb). There are a lot of extensions out there providing more functionality but they can be total overkill for just...
View ArticleMulti-Server Authentication Failure with DB sessions
Hi there. This is not really a bug report but rather an esoteric behavior that I hope can help others save the time I spent debugging it. I am implementing a scalable multi-server deployment of a Yii...
View ArticleYii Booster Tbselect2 Populate Selected
my view: ... <?php echo CHtml::activeLabel($catForm,'suitable')?> <?php $form->widget('bootstrap.widgets.TbSelect2',array( 'model'=>$catForm, 'attribute'=>'suitable',...
View ArticleRendering A Module View In Main.php
i want to create dynamic menu in a module and then render a module view into main.php file in layout. so how should I do that??
View ArticleVery Easy 'jump To Page' Addition To Cgridview
I have been looking for a 'Jump to page' function in the pager, but couldn't find it in the docs. The only thing I found in the forum when searching for 'Jump to page' was a Spanish page. Since I came...
View ArticleComment Transformer Les Rows D'une Clistview En Liens
Bonjour tous le monde, je suis nouveau dans l'univers de yii, mais j'adore deja. dans mon modèle généré j'ai la liste des utilisateurs user/index.php par contre j'aimerai transformer cette CListView...
View ArticleTanya tentang ambil data
Kk semua, mao nanya nih...gmn caranya ngambil isi dari database, trus di masukan ke dalam value textField?? thx
View ArticleYii + Oracle
Bonjour à tous ! Premier topic pour moi, avec une question qui n'a pas l'air de revenir souvent (du moins de ce que j'ai pu en voir après une recherche poussée) : Yii et Oracle, est-ce que ça peut...
View ArticleDropdownlist() Value
Hi, I need to know when an option is selected in dropdownlist its corresponding value id need to be stored in database. I have two tables. Department dept_id dept_name Access acl_id dept_id I did...
View Article