CDetailView & enum field
Hello I have a column in database table where column type is enum - enum('Y', 'N'). I print out table row's using zii.widgets.CDetailView. This prints out Y or N depends on column value, but i want Yii...
View ArticleRelation X2, Condition In Cactivedataprovider
Short story: I want to create a CActiveDataProvider with a condition of a relation, of a relation equals "Wool". After a search on the forum I'm still not able to solve this problem.. I'm posting the...
View ArticleCombine Cgridview With Cjuiaccordion?
Hi guys, I'm using CGridView (rather TbExtendedGridView) to show pretty complex data. What I want to achieve is, showing further content for each row in a hidden (onclick sliding open) div e.g. My...
View ArticleCreating Abstract Rbac Permissions
Suppose I have the following (example) RBAC tasks, which can be added to a user role: $auth->createOperation('pageView'); $task = $auth ->createTask('pageView_secret', '', 'isset($params["page"]...
View ArticleI18N In Production Server
My production server size is very limit (only 25MB) YII framework folder size is around 22MB. My question is, The folder "i18n" size is around 11MB. If I remove that folder from production environment,...
View ArticleModify By Create Or Delete The Id In Url
Hello In my application, the controller needs to receive an id to give a high, simply because I take the parent recording information, and then do the render: public function...
View ArticleAdicionar E Remover Campos Dinamicamente
Boa tarde amigos, Esse é meu primeiro tópico no fórum, como muitos sou novo no Yii e preciso de uma ajudinha... Tenho a tabela cliente e outra telefone onde cada cliente pode ter diversos telefones...
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 ArticleMudança No Banco/model
Bom dia galere, Estou com uma dúvida e queria saber se isso já aconteceu com vocês, e como resolver. Tenho um projeto criado com as models e tal, fiz uma alteração em toda a estrutura do banco e...
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 ArticleZłożony Formularz
Mam tabelę zamówień i klientów, każde zamówenie przypisane do jednego klienta. Robię właśnie formularz dodający zamówienie. Życzeniem zamawiającego jest, aby na jednym ekranie oprócz innych parametrów...
View ArticleProblema Ajax Con Ie8
Buongiorno a tutti. Ho cercato nei forum, ma non ho trovato la soluzione a questo problema: le chiamate ajax non funzionano con IE8, mentre lo stesso codice funziona perfettamente con Firefox. Entro...
View ArticleConfused With Events
I'm reading Yii Cookbook 1.1 and one of the first things discussed are events. The example code shows how to trigger an event every time a comment is added to a post. Here's how it's implemented:...
View ArticleMysql Is Drunk.
Hi, One of us is drunk, MySQL, Code, Me: The following query, when executed, runs and does everything ok, but it seems to flip between two outcomes... Run it once, you get say Showing rows 0 - 17 ( 18...
View ArticleFindfiles Without Path
Hi to everyone I want a list name file of specific folder but without the path I found the CFileHelper::findFiles('the server path/myfolder'); It works but I want only the name of files. The reason for...
View ArticleYii Logouts Untimely
As of yesterday, I was developing, then I added a few stuffs to my code, After refreshing to view results, I realised that everytime I login, I get redirected to a user's page (as expected).. but if I...
View ArticleTrabalhando Com Upload De Imagens
Olá pessoal, estou precisando de mais uma ajuda. Já fiz várias pesquisas e ainda não consegui resolver. Preciso de alguma extensão para fazer upload de imagens para uma pasta no servidor. Não sei se é...
View ArticleController/action Restrictions
Hi Is there a way to restrict a Controller/Action to be called only if it called from another controller/action ? For example: user/register would only show up if it has been called from...
View ArticleUse Yii Events Like Wordpress
Hi, I want To know How Can i use events like hooks in Yii. eg: i have for example( CMenu widget which i want add Items during application load ) if user has enabled some modules. i have some modules in...
View Article