log all actions
What is the easiest way to log all the actions to a file or database? I am planning to create a function, which I will put in all the actions in all the controllers ,which will log what action was...
View ArticleUpdating View On Timer
I am trying to update a view with a periodic jquery timer. The jquery routine is routing to a site/controller/action URL which then updates the data in the action routine. I tried to call the render...
View Article[Solucionado]¿dropdownlist Solo Para Filtrar?
En un formulario tengo un DropDownList de ciudades, quiero agregar otro DropDownList de estados, pero este nuevo DropDownList es auxiliar; en la base de datos solo tengo un campo llamado ciudad; el...
View ArticleTrying To Get Property Of Non-Object
Hello friend I got an error followed by Trying to get property of non-object I have 2 table: news and menu My Controller: $menu = Menu::model()->findByAttributes(array('alias' =>...
View ArticleUsing Ar Or Querybuilder With Ibm Db2 Functions
Short version: I'm trying to figure out if it's possible to use AR or QueryBuilder using ibm db2 functions. Confused? Here's the long version: We use an IBM iSeries machine (as/400) and run Zend server...
View ArticleUrl Mapping
'/' => 'user/signin', '<controller:\w+>/<action:\w+>/<id:\d+>' => '<controller>/<action>', '<controller:\w+>/<action:\w+>/<type:\d+>' =>...
View ArticleObjeect Not Found Error
Hi everyone! I am trying to create a clean URL for yii_cms application. I install xampp (c:/xampp) and I delete # sign in httpd.conf (this line: LoadModule rewrite_module modules/mod_rewrite.so). Then,...
View ArticleUpdating Ctreeview On Timer
I am running a periodicalupdater timer, and need to use it to update a CTreeView. What is the best approach for this, as there seems to be no equivalent view update JS routine as there is for a...
View ArticleUtilizzo Metodo Search Di Un Model
Salve a tutti, utilizzando gii ho creato un model, all'interno del file creato mi ritrovo questo metodo che è stato impostato automaticamente: public function search() { // @todo Please modify the...
View ArticleBeginning Yii Video Training Course
I am very pleased to announce the release of my video training course through Packt Publishing called "Beginning Yii". Learn the Yii framework in minutes The course is designed for anyone wanting to...
View ArticleFailover In Themes
Hi! I´ll just started using themes in Yii since my users requested different look-n-feel for a up and running site. So far I love the theme functionality but get a little bit worried about best...
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 ArticleImage Upload Duplicate Sql Entry!
Hi, When am uploading an image the data is duplicated in the the db, because of saveAs! public function actionCreate() { $model=new Article; if(isset($_POST['Article'])) {...
View ArticleDstImageField - Image upload form widget
Hi all, I am currently working on CMS project based on Yii framework. Some of our content types contain image fields. I tried file upload built in field, but I end up with my custom solution. This is a...
View ArticleВопрос По Загрузке Изображений На Сервер
Всем добрый день. Захотел я прикрутить такую вот вещь http://www.yiiframework.com/wiki/430/how-to-use-yiibooster-tbfileupload-widget/ Файла сохраняется, в БД не пишется. Решил начать с малого, нашел...
View ArticleHow To Deal With Cdbexceptions
Hi, I'm using AR to save a record. I have a duplicate key contraint on a couple of columns. When i use: $model = new Record; $model->user_id = (int) $id; $model->friend_id = (int)...
View ArticleFormulario Embebido Que No Pasa Por Beforelogin
Estimados, Hace poco que estoy YII y me esta gustando mucho... Les comento la situacion, tengo 2 tablas, ORDENES y HISTORIAL, cada orden puede tener muchos historiales, la idea es que cuando veamos una...
View ArticleYiistrap - Textfieldcontrolgroup Prepend & Append
Hi Chris, I've switched to YiiStrap from Bootstrap and so far so good. I'm using textFieldControlGroup with both a prepend and a append option. <div id="institution_fee_indicator" > <?php echo...
View ArticleChiamare Widget In Un Modulo
Salve a tutti, questa è la prima volta che scrivo su questo forum ed è la prima volta che utilizzo yii per i miei sviluppi. In effetti sto lavorando con yii da due giorni, ma dopo aver letto la guida e...
View ArticleInserimento Dati Con Model
Salve a tutti, come da titolo vorrei poter aggiungere dei dati nel database utilizzando model, questa è la mia situazione, ho un model che ho chiamato Configuration dove permette il salvataggio e il...
View Article