Problem Searching By Date Different Format
Hi veryone , I show the dates on my gridviews like d-m-y and when I'am gonna use the search, it doesn't work obviously because when yii compare one date is format like Y-m-d(model) and in the gridView...
View Article如何获取Extensions目录下Php调用地址
我在extensions下实现了一个上传组件,但是需要指定一个文件来在服务端完成上传文件的保存。我打算把处理的文件放在extensions目录下,但是这个调用的url如何指定呢? 比如: <form method="post" action="../dump.php"> <div id="uploader"> <p>You browser doesn't have...
View ArticleLooking For Definitive Multi Upload Ajax
Hi everyone, I tried diferent extension to upload multiple files , and someones uses flash and other doesn't work properly, so I'm looking for the defitive extension that works properly only with...
View ArticleYiibooster - Tbjsongridview Date-Ranges
Hi guys, let's say I have TbJsonGridView with a "date-column" (http://yii-booster.clevertech.biz/json-grid.html). Is there a way for the user to filter date-ranges from 2013/01/01 to 2013/03/02? How...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleEgmap - Odświeżanie Zawartości Markerów Z Bazy
Witam serdecznie. Czy ktoś mógłby mnie naprowadzić, ewentualnie pomóc mi w takiej kwestii: poniżej mam działający kod, który wyświetla markery z bazy na mapie egmap, który jest powiązany z widgetem...
View ArticleExcel Export Error
$model = new User; $res = $model->findAll(); $data[]=array('Name','Email'); foreach($res as $list) { $data[]=array($list['username'],$list['email']); }...
View ArticleGet Each Cells Value Using Excel Reader
I am using php_excel_reader extension http://www.yiiframework.com/extension/php-excel-reader/ and it works fine and shows it im my view file, but I want to do is to store each cell values to a variable...
View ArticleCalculate Sum For Cactiverecord Column
Hi, I'm struggling with the following problem: I have a page showing a list of active records (using CActiveDataProvider). CActiveDataProvider provides a method to calculate the total number of rows...
View ArticleMulti Page Form With Validation
Hi i am having issues trying to create a multipage form. I have read lots of info on this especially this yii-multi-page-form-wizard-best-practice on stackoverflow But I am having issues with...
View ArticleYii & Netbeans
pubblicato il 2 marzo... qualcuno lo ha già sperimentato? io l'ho messo or ora
View ArticleRenderpartial Problem
Hi, I have hard time figuring out why data I pass through renderPartial is not available in my viewFile. Here's my code: <?php $this->renderPartial('submitProjectForm', array('categoryModel'=>...
View ArticleSome Patch For Eval In Ccomponent.php
Hello all, Sorry for my bad english. I have some modified File in framework/base/CComponent.php to run Yii on restricted eval environtment (something like php_suhosin ). Hopelly this can help someone...
View ArticleTransazioni Con Activerecord
Salve, qualcuno ha provato a fare delle transazioni via activerecord? avrei bisogno di salvare più model, e devo essere certo che tutti i salvataggi avvengano correttamente. ho provato un codice di...
View ArticleYii Render View Inside View
Hello, I heve question and some problem. I have two model : Task and Project. Project has relation: 'tasks' => array(self::HAS_MANY, 'Task', 'project_id'), I wanna render Task view in Project view....
View ArticleDropDownLists dependientes mantener valores
Hola a todos... Tengo dos dropdownlist dependientes definidos de la siguiente forma <tr> <td style="padding: 4px 10px 4px 0px; width: 130px;"><?php echo...
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 ArticleYiic Command Not Found
I am a complete beginner. I have installed XAMPP on my Linux system and it work. I then extracted the yii framework to the htdocs folder. I set up the PATH to include the location of the framework...
View ArticleCan I Have Yii Developers Skype Ids
I would like to get any Yii programmers Skype IDs, I will add you to my Skype etc.
View Article