Datepicker In Cgridview Filter Format
Hi, I have problem with DatePickers in CGridView filter. There are 3 columns with DatePicker filter. I want it bo be in Polish language and it is. I also need it to have format: yy-mm-dd....
View ArticleFacet Search, Advance Search, Advanced Filters, Ebay Filter Style?
I have seen Drupal’s very useful facetapi/searchapi. Their idea is to index all the content in the database that is searchable and then you can create facet blocks for the content in view. I would like...
View ArticleYii Same Theme With Multiple Color Option
Can anyone have idea for How to provide option for users to set theme color for there pages.
View ArticleHelp With Cgridview
how to remove the message showing thenumber of results in cgridview. I've tried 'summaryText'=>'' but it return "CGridView.summaryText " is not defined
View ArticleConot Insert Multiple Records To Db
PLEASE HELP Insert Only Last Row In purchase item array such as Array ( [0] => Array ( [itemid] => 4 [uomid] => 1 [rate] => 30 [quantity] => 122 [typid] => 1 ) [1] => Array (...
View ArticlePercorso Modulo
Salve, qualcuno sà dirmi come posso puntare ad una sottocartella presente in un modulo ? Dovrei caricare alcune immagini presente dentro /protected/modules/img/* thanks
View ArticleAiuto Con Url Tags Del Blog
Sono partito a costruire il mio blog usando alcune cose presenti nel blog di esempio. Ora però ho un problema e non capisco il perchè succeda... Nei tag dei vari post possono esserci tag formati da una...
View ArticleEreditarietà Per Restrizione
Buonasera a tutti, vorrei chiedere un parere su un dubbio riguardo l'ereditarietà tra due classi. Vi spiego la situazione: Ho un model User ed il suo relativo UserController, che come potete intuire...
View Article1.12 Gii Not Allowing Login
Tested in bare webapp one with 1.11 and one with 1.12. Worked in 1.11, doesn't work in 1.12 Problem: Entering password does not log into gii Set gii password in config/main.php 'modules' => array(...
View ArticleWorkshop Gratuito Su Yii
Ciao a tutti, vorrei segnalare a quanti fossero interessati che il prossimo 30 Maggio (Giovedì) si terrà a Milano il primo workshop gratuito in Itala su Yii Framework a cura di Simone Gentili (iscritto...
View ArticleHow To Use Included Jquery In A View?
Dear all, I've a question about the included Jquery. That means when I use a zii.widget.CGridView, then there is jquery included in my HTML. How can I enable a view to inlude also the <script>...
View ArticleHow To Remove The P Tags In View Pages
Hello my admin.php page code is like this... <?php $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'content-grid', 'dataProvider'=>$model->search(), 'filter'=>$model,...
View ArticleClinkcolumn - Calling Javascript Function And Passing Php Values
I'm new to YII framework, I wanted to create a link column having a image. Clicking image should call a Javascript function, PHP values need to be passed to that javascript function. here is the code,...
View ArticleDependent Dropdown In Filter Admin Page
Hello everyone, How can i used dependent dropdown in filter in admin page?
View Article[Module] Ycm - Yii Content Management Module
http://www.yiiframework.com/extension/ycm/ Post questions here.
View ArticleVorgehen Bei Entwicklung
Hallo Zusammen Wie geht Ihr bei einer Entwicklung vor? Ich habe jetzt mal die Anforderungen per Text erfasst. Daraus habe ich ein ERD abgeleitet und aus jeder Tabelle ein Model erstellt. Nun benötige...
View ArticleUser->Setstate Vs Session
Hi All I want to reserve data among the user requests (like a shopping card does) What is the difference between Yii::app()->session['data1']='value1' and Yii::app()->user->setState('data1',...
View ArticleWidget Fai Da Te: Come Pubblicare Gli Stili ?
Sto realizzando per la prima volta un widget 'in casa', questo perchè è un 'pezzo di pagina' con javascript, animazioni e tante altre cose, e quindi sta bene 'isolato', e poi deve essere riusabile....
View ArticleMake New Filter For Cgridview?
In my database, User has many Skill, when I list all the skills with CGridView, it has filter for only user_id as integer. But I want to change it from SKill->user_id to User->name and able to...
View Article