Query Su Due Tabelle
Ciao ragazzi, ho un problema sulla visualizzazione due dati provenienti da una "LEFT OUTER JOIN". mi spiego meglio. ho una tabella anagrafica e una smi devo recuperare tutti i campi della prima e i...
View ArticleYii Framework Captcha Conflict With Beforeaction() Function
I have app in Yii and i extend all classes from some base controller and i have these code in it : protected function beforeAction($action) { $this->setglobalvariable(); return...
View ArticlePerformance Impact Of Behaviors
Not sure where this goes, so posting this as 'esoteric behavior'. I've been profiling parts of an application to identify areas worthwhile to optimize following an important load on the prod server....
View ArticleIncluding Widget Css & Js Files
I have this code in my widget ... protected function registerClientScript() { Yii::app()->clientScript->registerCssFile("/css/contract_editor.css");...
View ArticleUpload De Arquivo Com Xupload
Olá Pessoal Estou utilizando para fazer upload esta extensao http://www.yiiframework.com/extension/xupload/, so que estou com um pequeno problema. Eu gostaria de chamar uma função quando a lista de...
View ArticleGridview, How To Pass $Data Into A Javascript Funtion
Hello, I have this code : array( 'class' => 'bootstrap.widgets.TbButtonColumn', 'template' => '{update}', 'buttons' => array( 'update' => array( 'icon' => 'tasks', 'value' =>...
View ArticleSondaggio: Dove Vivono Gli Yii-Developers?
Il thread "Provenienza" non ci fa capire da dove veniamo. Spero che questo sondaggio ci aiuti a vederci meglio.
View ArticleView.php Value Of Related Table
Hello, I have a view that shows the values of a table, but I have a related table and one value should be taken from that related table. Currently the view shows fid_os of table server. But I need the...
View ArticleJavascript Code In Yii
hi, i have a javascript code, i want to write it in yii, but i dont know how. can any one help me please the code is: <!DOCTYPE html> <html> <head> <script> function...
View ArticleYii Codeception Module
I cant find yii module or something else for the codeception, so is there any module, or i need to write it by myself( ?
View ArticleApi Documentation In Chm Format Missing In 1.1.13
First of all, I'd like to wish everybody Happy New Year! Version 1.1.13 was released on Dec. 30th and I noticed that the documentation does not contain the CHM format of the API. The CHM format...
View ArticleSaving Many_Many Relations With Auto-Incrementing Id
Hello everyone! I'm struggling with many_many relations and auto incrementing id's... Everything is fine when a id is set manually in the form, but when I'm leaving the idfield (mysql, auto increment)...
View ArticleHow To Get A Simple Pagination Just Having Prev,next Link
I fetch some records from another web server with offset,limit parameters(like mysql). However, to keep better performance, the server just return a page of record and tell me ture if having more...
View ArticleClock Extension
hello guys... can you give me the idea about how to insert digital clock to yii web application.thank you
View ArticleDrop Down List Creates In Optgroup.
Hi, I am trying to create dropdown list but the options are displayed as optgroup which I dont want, how can I solve this. This is what I have done in the model: public function getbirthdayOptions() {...
View ArticleEmail Template Engine
Hello I want to send mail with Email Template Engine feature , How can I do this easily ? I want to save templates in database and replace some fields and send mail , my question is about how to...
View ArticleТрабла С Кодировкой
Решил заюзать расширение alphapager. Вписал вместо английских букв русские, сохранил файл в ANSI(Notepad++) - вопросы вместо букв, файлы вьюшек сохраняю в UTF-8. Попробовал сохранить в UTF-8 файл...
View ArticleDatepicker + Unixtime
Кто не будь пробовал прикручивать Datapicker и указывать дату именно в unixtime (@)? У меня он почему-то выбирает только 2018 год, даже если его выбрать, то при публикации показывает 2038 год
View ArticleПроверка Существования Даты
Доброе время суток. Есть файл _form.php. В нем находится 3 текстовых поля. day month year Если в rules() для каждого поля добавить правило типа: "array('day', 'date', 'format'=>array('dd'));", то...
View ArticleНужна Основательная Помощь
Ребят, недавно в сети был такой сайт как doozybook. Мне очень он нравился, но сейчас его вроде бы закрыли. Проходя на него по ссылке, я попадаю в "Welcome to My Web Application". Хочется снова увидеть...
View Article