Model For Mysql Auto Revision
Hii, I'm still new to Yii. I have a table `mydata` that I want to keep a revision history for in table `_mydata` using MySQL. It works great, no problems! See this post:...
View ArticleComplex Find With Joins
I have the following tables Product id int(11) AUTO_INCREMENT name varchar(254) slug varchar(254) product_category_id int(11) A Product belongs to a category in ProductCategories. A category has sub...
View ArticleUse Of Mysql Function In Yii
Is there a way to use MySQL functions like IF (field1 > 0, CONCAT(field3, field4), CONCAT(field5,field6)) AS newcolumn I tried in this way, but that does not work: $criteria=new CDbCriteria;...
View ArticleGii Bootstrap Generator Breaks Two Column Layout
Someone help please! I am generating a new app using gii. I decided to use the Bootstrap Generator. I couldn't find any documentation on this (it says the same thing for it and for the CRUD generator)....
View ArticleAssets Problem
Hi, I have strange problem with assets from some time they have started to nest them self and i have even found protected folder and other app folders very deep in this nested tree. It makes some of my...
View ArticleGet Sum() From Join Tables
Hi All I need to get list of record from suppliers table with its balance. Balance is sum of its 'bill_gross_amount' minus sum of its transaction_amount. I try to create CDbCriteria. I can get this two...
View ArticleWidgets Issues
Hi i'm trying to format a date in CGridView and show a image in CDetailView but doesen't work. Here's the code: Image <?php $this->widget('zii.widgets.CDetailView', array( 'data'=>$model,...
View ArticleHow To Connect To Data Stored In .mdb
Hey everybody , thanks for reading. I want to connect to a .mdb Microsoft Acess Database but i have no idea how to go about doing it. If anybody has a link to a tutorial or maybe is willing to share...
View ArticleMulti Model Transaction
Suggest a better way to implement below code public function actionCreate() { $model = new ProductRating; $ProductRatingDetail = new ProductRatingDetail; $Comment = new Comment; // UnComment the...
View ArticleConexion Yii con mySQL en Español
Hola que tal a todos. Miren lo que pasa es lo siguiente. Estoy aprendiendo a utilizar este framework de yii que por cierto esta muy bueno sin embargo al momento de hacer una aplicacion no logro hacer...
View ArticleProblema Con Las Vistas
Hola necesito saber como puedo mostrar en una vista los datos de distintas tablas de mi base de datos.Por ejemplo tengo dos tablas una tabla es la de Usuarios y la otra es de Comentarios,el caso es que...
View ArticleHighlighting Several Errors After Ajax Validation
I have a form for a model, which contains some related fields. When one field is changed, some other ones are also validated and can contain errors. AJAX validation is enabled. Currently the only one...
View ArticleГде Я Могу Скачать Xrumer 7.7.42 Elite?
Кто-нибудь знает, где я могу скачать XRumer 7.7.42 Elite? Только эта версия, и выше! P.S. Это лучшая программа для массового размещения рекламы на форуме
View ArticleBug Cdbhttpsession.php?
error: QuoteCDbCommand failed to execute the SQL statement: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Column, parameter, or variable #3: Cannot find data type BLOB.. The...
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 ArticleSql With 'group By' Makes Cgridview Summary Inconsistent
I have a CGridView, which normally shows a summary like this: Displaying 1-4 of 4 results. I need to apply a grouping into the underlying table before listing records in the CGridView, so I added...
View ArticleOpinions: Sending Data Via Email
Hi, Im going to start sending reminders and data etc via email to users based on triggers, I was wondering if there's a native Yii way [I guess it uses php mail()] or if there's a tried and loved...
View ArticleUsing Chtmlpurifier Safeiframe
Yii version:1.1.13 (just in case it matters) I am trying to allow YouTube iFrame code in blog posts. //Allow HTML target attribute and YouTube iFrame $content = $data->content; $p = new...
View ArticleConsulta Ao Banco De Dados
Pessoal tenho uma página de cadastro de livro,mas para cadastrar livro preciso buscar o autor, já tenho minha tabela autor, como posso fazer um campo de busca no cadastro de livro que busca todos os...
View ArticleYii API docs in vim help file format
In an attempt to move a step forward with my vim+screen based IDE i spent some time to learn new vim features (you never know them all, right?). Together with some plugins like project and...
View Article