Database
i got a table that create from yii framework. but i face a trouble that how do i retrieve the specific same data from database? example no id gender 1 1010 female 2 1111 male 3 1234 female 4 1221...
View ArticleAccess Forbidden On A 777 Folder
I am a newbie. I am trying to install yii framework on my linux system. I am running Mandriva 2010. I have searched the net and I cannot find any tutorial or help on how to do this. Please can someone...
View ArticleHow To Add Error Log
I wrote one function to send mail in component. I have to add all the email when Email failed. How to add new file and add this error if(!$mail->Send()) { //echo "Mailer Error: " ....
View ArticleWyświetlanie Img Z Danym Parametrem
Witam. Posiadam w bazię danych kolumne "piorytet" która odpowiada za piorytet danego stworzonego zadania. Przy tworzeniu nowych zadań posiadam checkbox w którym zaznaczam wartość piorytetu "1,2 lub 3"....
View ArticledropDownList selected option
How I can set "selected" option in dropDownList? $form->dropDownList($model,'sex',array('1'=>'men','2'=>'women')); Like that: <select name="sex"> <option...
View ArticleYii Multidimensional Params With Createurl
I've been extremely confused about urlManager::createUrl()!!! I want to use it to build an url like this one: $url =...
View ArticleProblema Sull'upload Di Una Immagine
Ciao a tutti. Ho da poco iniziato ad utilizzare Yii e, dopo aver dato un'occhiata all'applicazione Trackstar che viene sviluppata sulla guida, mi stavo cimentando con l'upload delle immagini. In...
View ArticleDoble Login, Fron Y Backend.
Buenas a to2, soy nuevo en Yii , y hasta ahora habia desarrollado con frameworks propios muy basicos, pero decidi pasarme a yii por ventajas como crud o orm , que habia visto al estudiar ROR, pero el...
View ArticleFacebok Login
Hello everyone! I’m trying to implement modules like Yiiauth or HybridAuth for facebook login. First I have registered my app on https://developers.facebook.com/ to receive a key and a secret, so...
View ArticleИспользовать 'id' Компонента Для Создания Класса Этого Компонента
Доброго времени суток, уважаемые знатоки и любители Yii) Подскажите пожалуйста - как можно (и можно ли) создать экземпляр класса компонента, если он указан в главном конфигурационном файле приложения с...
View ArticleProblem With Backup
Hello! I need to provide functional for creating-restoring database backups in my application. I took some extension which greate works on localhost but doesnt work on remote server. Code of ext is...
View ArticleUwierzytelniony widzi jedynie swoje dane (posty, newsy, userów)
Witam. To mój pierwszy post na forum. Od kilku tygodni przyglądam się Yii i bardzo mi się spodobał. Przeszedłem przez lekturę 'Przewodnika' i 'zaimplementowałem' bloga ;-) W ramach dalszej nauki...
View ArticleClient Login And Picture Gallery?
Hi folks, Just wanted to here the opinions of others on this. I build a website for a client (a commercial photographer), and it contains a login page where the clients can login and view their...
View ArticleClass 'cdataprovider' Not Found
I'm attempting to use a GridView to display and paginate records retrieved from an API. Since the API returns the records as an array, I'm using the ArrayDataProvider. my data provider looks like this:...
View ArticleCGridView Assign table row an id
Does anyone know how to assign a table row in the CGridView an id? I have searched every where and have not been able to find the answer. Any help would be greatly appreciated.
View ArticleYii Captcha Extended
Hey I am using an extension of yii captcha-extended Yii extended Captcha .The problem is that its work fine on localhost but when i upload this to my live link captcha picture is broken . i have...
View Articleadding check box in to cgridview
Hi All, I would like to add a check box inside one of field of the CGridview. I tried code below,code is just returning the string which needs to return checkbox in stopPublish field. Any idea ? Thanks...
View ArticleCdbcriteria::compare Comparison Operator
Hi, I'm looking into the Database API to do a simple like with ActiveRecord, and i read the phpdoc of the CDBCriteria::compare method which say : QuoteThe comparison operator is intelligently...
View ArticleMohon Untuk Link Download Aplikasi Sederhana Yii
Dear agan-agan yang terhormat, saya baru belajar yii.. Ada gak gan contoh aplikasi sederhana yang bisa dipelajari untuk saya yang pemula.. saya minta link nya aj gan.. makasih ya gan udah bantu. Salam,...
View ArticleSelected Row Delete In Gridview
hi all, I used the below code to delete selected records in grid view , in view ---------- $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'employer-grid',...
View Article