Modifying The Output In The Admin Page
CREATE TABLE `attendance` ( `id` int(10) NOT NULL AUTO_INCREMENT, `classId` varchar(3) NOT NULL, `admissionId` varchar( NOT NULL, `nameWithInitials` varchar(100) DEFAULT NULL, `Date` date DEFAULT NULL,...
View ArticleAjax Validation Doesn't Work
Hi. From two weeks i work in Yii. I have a big problem, ajax validation doesn't work! I include jquery, set all options but it doesn't help. I have that: controllers/SiteController.php: public function...
View ArticleIs Assetmanager Good For Preventing Direct Access To Images ?
I have this user directory that contains all my user's profile pictures. When I use the image tag, it points to that user directory. If someone wants to access that image using the direct link, they...
View ArticleCdbcriteria With Addbetweencondition
In my database I store a value. Then in the search I have two fields and I need to find all the records where that value is between the two fields. The code for the form is <div class="row">...
View ArticleIndent or code convention
Hello, I read this article http://www.yiiframew...ics.convention. However, I've got some questions. 1. What editor(or IDE) do yii framework developers usually use? 2. How do developers indent? tab, 4...
View ArticleAccessing Values Gained From The Databse
Hi, I'm obtaining a set of values from the database. I want to access attributes which were queried from the database... (classId and the admsiionId of each row). I tried using a loop but can't figure...
View Article[SOLVED]User Login With DB
I want to login using the details stored inside a DB.After going through several topics and forums. i edited my Useridentity.php and Login.php files. But nothing is working for me.Can someone pls help....
View ArticleYii Developer/partnership Needed For Project
Hi, I'm looking for a experienced Yii developer to partner with on a project that involves jQuery/PHP/MySQL. It's a startup ooportunity with long term potential. Part time development to start with....
View ArticleCsrf Token Invalid For Long Sessions And Multiple Tabs
My application tends to live a long live in the client space and for several reasons the user might still have a web page open where one CSRF token is used, but where the CSRF token is no longer valid...
View ArticleRules Para Dos Fechas
Buenas noches, El día de hoy me surgió un pequeño problema, en los rules del controller tengo validado que una fecha no puede ser menor que otra fecha. Ahora bien, el problema surge porque el segundo...
View ArticleUse Scopes With Many To Many
Dear All, My problem relate to scopes with many to many relations. My situation is this; I have three tables, user / zone / children. Children linked to zine via column zone_id. ( relation 'zone' for...
View ArticleYii Booster Extendedgrid Default To Chart?
hello does anyone know how to make the grid/chart switcher default to the chart? or can it have only a chart option? thanks!
View ArticleНужна Своя Страница Ошибок
всем привет столкнулся с непонятной ситуацией: не могу реализовать свою страницу ошибок в контроллере MobileController создаю экшн = public function actionError() {...
View ArticleAdd Subtitle In Cdetailview
hello every one how can i add title & subtitle in CDetailView, i want like title1 subtitle1 : value subtitle2 : value subtitle3 : value title2 subtitle1 : value subtitle2 : value subtitle3 : value...
View ArticleYiimailmessage Track Bounce Emails
I am Using YiiMailMessage http://www.yiiframework.com/extension/mail/ How can i track Bounce Emails Please Suggest
View ArticleCActiveDataProvider and JOIN
Hi, I am trying to join two table data using CActiveDataProvider. Table Vehicles: vehicle_id .... owner_id Table Owners: owner_id owner_name .... $dataProvider=new CActiveDataProvider('Vehicles',...
View ArticleYii syntax to customize position of CJuidialog on screen
Default position of Cjuidialog is 'center'. I want to change it to be for example left = 300px, top = 50px. I have consulted original documentation of JQuery UI but my problem is that I do not know the...
View ArticleRender Image In Cgridview
Hello, I store imagename with path in db. Now i want to redenr image in listing page but it shows image name. Below is the code to generate list. Pl help. <?php...
View ArticleHow To Create Multilevel Dependent Dropdownlist In Yii
Hi, I want to create multilevel dependent DropDownList. This are my tables form database. ---------------------------------------------------------- class{id,class_name} subjects{id,class_id,name}...
View ArticleCgridview Render Row Same As Clistview
Hi, While using cgridview usually I am stuck with adding column having customized html. Is there any way to provide row template to gridview same like clistview, which will render data row with...
View Article