Mail Server As Data Source
hi, is there a possibility to use an external email server as a source of data that will be dealt with using a yii application?
View ArticlePerformance Tuning
I read the Performance Tuning of the guide and I have these questions. At our server Memcache extension is enable and not APC. The server does not belong to us so I thing it may be difficult to enable...
View ArticleReadonly Para Dropdownlist Do Yiibooster
Bom dia pessoal, preciso de uma ajuda. Quando coloco um componente dropDownListRow ou datepickerRow do Yiibooster como readonly, ele apenas coloca o campo com o aspecto "readonly", porém permite...
View Article[Awecrud] Generación De Código Con Bootstrap Y Gii
Saludos colegas, Hace un par de años había desarrollado la extensión iCrud sobre la cual están basadas varias de las extensiones modernas de generación de código como GiiX, GTC, entre otras. Pero creo...
View ArticlePerformacne Tuning
Hi All, Please suggest apache configuration to handle maximum yii application requests. maximum up to 10000,20000 etc. I want to benchmark the my yii application. Thanks
View ArticleDuda Con Fechas
Hola de nuevo espero todos esten bn, hace rato no me dejaba ver con mis dudas jejeje pero aqui estoy nuevamente. sucede que tengo 2 tablas una que se llama Buzon con un campo llamado id_plantilla,...
View ArticleHow To Change Style Of Yii Page Navigation Next And Previous Button
I have CListView in a yii view, default page navigation button are displaying( previous,next,etc buttons) and i want to change background image of that buttons or i have to do page navigation manually...
View ArticlePassing Form Data And Cgridview Data Simultaneously
I have a view having a single CHTML text field and a TbExtendedGridView. Selected rows from the tbExtendedGridView along with the text field data are to be submitted to the database. It is a batch...
View ArticleRBAC, CMenu & Form Actions
As far as I can see RBAC is aimed at protecting the application data (CRUD...). In all the examples I see it is used in the Controller to prevent unauthorised actions. Is there any example or...
View ArticlePagination
Hi . I am new in yii world . i have already done pagination for data from one model but not able to do it for data from two models.i am not using Clistview or CgridView . i don't know how to apply yii...
View ArticleOne Model for multiple tables
Hey all, I've been playing around with Yii for a few weeks now and love it. I am looking at implementing a project using Yii for work but have hit a bit of an issue that I can't seem to find a solution...
View ArticleMake A Listbox Resizeable ?
Hi all, I would like to suggest many many choices to a user which has to select in his update form. To do this, I use a listBox, but it's not very smart when there is a huge quantity of choices. So I...
View ArticleCdbcriteria::$Having - Parameters Escaping?
Hi Everybody, I have quick question regarding CDbCriteria model. I need to make simple list of purchases (| total price | list of items |) with filters using CGridView widget. Part of model's code is...
View ArticleProblem with CCheckBoxColumn visible property
Hi guys. This is my CCheckBoxColumn on cgridview: array ( 'header'=>'Aceitar', 'class'=>'CCheckBoxColumn', 'id'=>'pontos_aceitos', 'visible'=>'$data->aceite=="S"? false:true', ), But the...
View ArticleAlias In Windows E Linux
Ciao! secondo voi perché su windows mi funziona questa chiamata 'codfis' => Yii::t('anagrafica.anagrafica','codfis'), mentre su linux devo chiamarla 'codfis' =>...
View ArticleGiix Crud
salve a tutti, sto utilizzando GIIX per le operazioni di CRUD su tabella. non è molto documentato quindi sono piena di dubbi. faccio subito un esempio per spiegarvi la mia difficoltà: mettiamo che...
View ArticleАрхитектура Приложения, В Котором Используется Несколько Типов Пользователей
Возможно название темы не очень говорящее, не пришло в голову ничего лучше. Небольшое предисловие. Пишу веб-приложение для компании, которая предлагает услуги по созданию медиаконтента - смесь системы...
View ArticleCurious How To Store This Data
I have a model of a client. One attribute they have is membership to an club. Any one client can be a member of 1,2...10 clubs. I could do create a table for client_club (client_id, club_id) But I am...
View ArticleGiix Crud
Hi everyone, I'm using GIIX for CRUD operations on tables. is not well documented so I have a lot of doubts. i'm using an example to explain my problem: we have these tables ARTICLES article_id | title...
View Article[Resolvido] Página Sem Layout Do Yii Ou Sem Tema, Limpa.
Inseri o tema "rhea" em uma aplicação yii, todas as páginas que abro, mesmo as que criei depois dentro da aplicação abre com o layout desse tema. Quero abrir um arquivo com página sem formação, sem...
View Article