Cgridview Problem
hi, I'm a newbie to Yii. I have a problem when I am using CGridView Widget. On the 'selectionChanged' field,Whenever I tried to click the rows in my table.Nothing happens. Is it should alert the PK...
View ArticleImplement Next/previous Buttons For _Form View
I have a customer that wants to be able to move to the next record in the database while in the _form view. This would be convenient for making updates to lots of records without having to always go...
View ArticleCategorias Com Parent_Id
Estou tentando montar uma tabela de 'Categorias' com a seguinte estrutura: CREATE TABLE IF NOT EXISTS `categoria` ( `IDCategoria` int(11) NOT NULL AUTO_INCREMENT, `nome` varchar(255) NOT NULL,...
View ArticleCampo Data Em Branco
Boa tarde Criei na minha tabela de um banco de dados Mysql, um campo tipo DATE. No campo Default deste campo DATE eu coloquei o valor '0001-01-01' de acordo como fazia quando desenvolvia usando uma...
View ArticleZurmo - Open Source CRM
Hello, We have been working on an Open Source CRM application that is written in PHP utilizing Yii, JQuery, and RedBeanPHP and relies heavily on test driven development. It might be one of the most...
View ArticleWebshop: WITT International
Today we finished our port of a webshop implementation from PRADO to Yii for one of our customers: http://www.witt-international.ru The implementation is based on a legacy database and layout...
View ArticleHow To Define Relation With Through
Hi all, I have three tables, product ------- id int PK code varchar name varchar unit varchar category ------- id int PK code varchar name varchar product_category --------------- id int PK productFk...
View ArticleWiki : Searching And Sorting By Count Of Related Items In Cgridview
Hi all, I got an issue with filtering totalCharges = 0. can anyone help? especially softark? many thanks in advance. Daniel This is in my model: <?php /** * This is the model class for table...
View ArticlePressenter.com.ar Source Code Released
Hi, people. We just released our company website (http://pressenter.com.ar) source code to the community. The idea behind this is just to help new YII users to learn from a real project. The content is...
View ArticleText Editor For Ajax Form Text Area
I am having a hard time trying to configure a text-editor onto a text area in an ajax form ('CActiveForm'). Tried tinymce, fckeditor, kindeditor and a few others. while each of them successfully...
View ArticleYii Static Drop Down List
Hay I am using a static drop down in my site <?php echo $form->dropDownList($model,'status',array("1"=>"Active","0"=>"InActive")); ?> i want that when i retrieve status in CDetailView it...
View ArticleLoad Reccords On Update From 2 Models On Same _Form
Hello everybody thanks for reading. I have a little issue . I have _form.php file that i use to collect data that is saved in 2 different tables. Plz Reffer below for example. On the update page...
View ArticleLookup
Im using Yii Lookup: www.ghazalitajuddin.com/general/yii-lookup/ <div class="row"> <?php echo $form->labelEx($model,'eyecolor'); ?> <?php echo...
View ArticleModal Popup For Updating And Adding Row To Datagrid
Hi I am not able to understand what's going wrong in my code <div class="span12"> <div class="caption">Project Details</div> <table style="background:#cccccc; margin:0px;">...
View ArticlePlease Create Forum For Vietnamese In Yii International's Box
Hi Administrator, I'm a Yii's Developer in Vietnam and in VietNam has thousand PHP developer use Yii for our system, but we's English skill is not good for reading and writting questions on this forum....
View ArticleGet A Value From A Submitted Form
Hi, I'm new to YII Framework. What I'm trying to implement is Get a value of a dropdown function for another action to process a calculation. First there is a form that has the dropdown, <div...
View ArticleYii Url Paramters - ?f=V Vs. /f/v
Hi everyone, Do you have any clue why the following only works with "non-yii"-style URLS? On page A: <?=CHtml::link('Link', array('edit', 'pk' => $post->primaryKey, 'returnUrl' =>...
View ArticleHow Can I Code The Production Of Extension Eg Facebook And Google In My...
How can i code the production of extension eg facebook and google in my application?
View ArticleAggiornamento Parte Di Una Pagina
Buongiorno a tutti. Vi chiedo un aiuto, ho bisogno di aggiornare all'interno di una pagina un pezzo di codice con dei dati che vengono presi ogni 3-4 secondi da un db. In pratica dovrei usare qualcosa...
View Article