Getting Last login time in Yii
Hello All, In my application I want that when a user will login he/she can see his/her last login time just like when we do login in user module.So for doing like that that I just followed this link ....
View ArticleGestionale Con Yii?
Buongiorno, mi sto avvicinando al mondo Yii leggendo quasi dappertutto che è un ambiente fantastico e aiuta notevolmente le fasi dello sviluppo di qualsiasi progetto. Ora io ho la necessità di...
View ArticlePayment System Problem
Hi. I have a question about generating textfields + datefields: I want to choose how much money you wanna pay and from dropDownList value (range 1 to 12) and then generate same amount of textfields +...
View ArticleRelazione Many_Many
Salve ragazzi, vorrei un chiarimento su come si gestisce una relazione MANY_MANY tra due tabelle. Supponiamo di avere due tabelle con una relazione N:N, devo creare un Model che gestisce la tabella...
View Article[Extension] Yiistrap
Hey All, Yiistrap, the new version of the popular Yii-Bootstrap extension is finally here. If you liked Yii-Bootstrap you will love Yiistrap. You can download it from extensions or clone it from...
View Article[EXTENSION] multimodelform/jqrelcopy
I start a topic here, better than to discuss all the stuff about cloning fields at the extension pages.
View ArticleModel Relation Building On Multiple Fields
Hello, Here when I use: /** * @property integer $id_1_of_b * @property integer $id_2_of_b * @property integer $id_3_of_b */ class A extends CActiveRecord { ... public function relations() { 'b' =>...
View ArticleYii 1.* End Of Life ?
Since Yii 2 is in development, what is expected time-frame for Yii 1.* ? When the support will be dropped ? When the Yii 2 will be worth starting new application in it ?
View ArticleDatepicker
Anyone has an Idea for the basic installation of datepicker in form fields? thanks
View ArticleCatch All For An Add/create Action
Hello all. Anyone know how i can do a catch all that sees the 'add' action and forward to an action to do an add with $itemdata based on the controllerX? /controller1/add/$itemdata...
View ArticleRoute Problem
hi all, this is my urlManager: 'urlManager'=>array( 'urlFormat'=>'path', 'rules'=>array( 'tests/<testid:\d+>/<controller:\w+>/<id:\d+(\.\d+)?>'=>'<controller>/view',...
View ArticleLOAD DATA LOCAL INFILE forbidden
Hello fellow Yii'ers! I am running an xampp stack on top of a windows machine for local development and attempting to load large batch files into mysql. I have been essentially following this tutorial:...
View ArticleMbmenu 2Nd Level (Sub) Item - 'active' Class Is Not Added Problem
Hi, I am using the MbMenu extension in my app for creating a horizontal menu with two levels. I'd like to give an 'active' class to a second-level menu item when I am browsing the corresponding view....
View ArticleGridview中跳转到某页的问题
这里有个实现跳转到某页的简单方法,但是把输入框放到GridView中,则第一次可以跳转,以后就不能跳转了,不知道怎么才能解决? http://www.yiiframework.com/forum/index.php/topic/36830-very-easy-jump-to-page-addition-to-cgridview/
View ArticleFinestra Modale Aftervalidate Per Verificare Password
Salve sono alle prese con un CActiveForm che deve memorizzare una immagine (file) e una nuova password (nel caso in cui l'utente la voglia cambiare) ho però l'esigenza di verificare la password...
View ArticleKomunikacja Między Użytkownikami
Witam. Chciałbym stworzyć coś na zasadzie systemu komunikacji między użytkownikami opartym na bazie danych. Moja główna koncepcja wygląda tak, że tworze formularz, w którym jednym z pól będzie user_id...
View ArticleCmaskedtextfield And Network Ip Or Mask
Hey everybody, just wondering how to do a mask for IP adresses or netmask. For moment I didn't do better than something like : $this->widget('CMaskedTextField', array('model'=>$model,...
View ArticleHold Row At The Top Of Gridview
Hello! Please help me, if anyone can. How to form dataprovider so that one of the row for output to gridview has always been at the top? I have a list of items that I want to display in the table and...
View ArticleCgridview Filter - Many To Many Relation
Hi everyone I am kinda new to yii and I'm having problem with CGridView filtering. I have a CGridView with list of problems. Each problem can have 1 or more skills and there are many skills as well so...
View ArticleProblema Di Routing
Ciao a tutti, mi hanno messo in mano un progetto in Yii da poco, non l'avevo mai visto prima. Ho questo problema: devo creare una nuova action, per cui ho nel mio TestController: public function...
View Article