Help Regarding Yii And Backbone.
Yii is awesome, and backbone too? i want to use both in my next project. but i never want to heavily dependent on javascript, can't loose seo etc.? So how i can make a app where i declare all url rules...
View ArticleExtension 'eyuiformeditor' Stops Working When Urlmanager Is Enabled
Hello, Am using the extension eyui, specifically this widget 'eyuiformeditor'. It works perfectly when the urlManager is disabled. But when I enable the urlManager page fails to work and it give this...
View ArticleCreating A Cms With Auto Update Feature
Hello, I am currently working on a CMS project that I'd like to integrate the auto-update feature, just like WordPress. I am pretty familiar with the procedure: - Check on remote server if newer...
View ArticleClistview Update
Hi, I would appreciate help with my problem. I have a CListView to show uploaded files inside a CActiveForm: <?php $this->widget('zii.widgets.CListView', array(...
View ArticleDefault Scope With Relation Problem
Background: 1. Agent model I have an Agent model, which has a default scope implemented like 'condition'=>'t.agent_id='.Yii::app()->user->join where join is a session variable. Note: I have...
View Article[Solved] Relations
Sapete indicarmi se è possibile creare una Relations self::BELONGS_TO tra il Model di una tabella e il Model di una view sql ? Il problema, mi sembra di capire che una view non ha la chiave primaria...
View ArticleProblems With Url Rewriting
Hi, I am quite new in url rewriting and I have a problem. I have a "lang" parameter which is used to modify the language in each request. If I write the following the site doesn't display well (images...
View ArticleLibreria Pdf
Mi sapete consigliare una libreria PDF o PDF ed EXCEL per generare report o stampe, tipo fatture?
View ArticlePassing value from form to form
Hi.. Please help me First in my index page there is a form like this: ____________________________________________________ Register Fields with * are required. First Name * [textbox here] Password *...
View ArticleNeed Help In Extension
I have an extension that consists of a form.I want to access the form posted data in the extension, how can we do that .Also can we create controllers in extension . Can anybody help me . Thanks in...
View ArticlePassing Value From A Created Data
I have a form called Form-1a and a Home Visit First is I create Form-1a when i save the form1-a with details and everything, when i view the form-1a there will be a link to the side that will lead it...
View ArticleHow to get a list of all users assigned to a particular role?
I am using RBAC. For this I am creating an interface to manage all operations/tasks/roles/assignments. Already created operations, tasks, and roles. Then assigned some roles to some users. Now I want...
View ArticleProblemas Con Los Acentos En El Código
Yii no me muestra cadenas que contengan acentos. Por ejemplo: " <div id="mainmenu"> <?php $this->widget('zii.widgets.CMenu',array( 'items'=>array( array('label'=>'Inicio',...
View ArticleLive In On Jquery
Ciao a tutti! Avrei un problema con jQuery, per vari motivi ho dovuto aggiornare la versione di jquery nel progetto, il problema è che nella nuova versione il .live() non è più in uso. Il fatto è che...
View ArticleUndefined Controller In Caction Class
hi, i follow the wiki How to use a Widget as an Action Provider in my view i have ajax calls that call to the action. I want to return the response as an output of renderPartial() function, but my...
View ArticleNew extension: PcStarRank
This extension/module provides an 'all included' star ranking system to rank content on your site. It is 'attachable' with relatively little effort to almost any content on your site (see details in...
View ArticleKendo Ui And Yii
Hi guys, searching for a good user-interface framework I just stumbled upon Kendo UI. While I really fancy Yiibooster, the table-filtering sections of "Kendo UI" totally blow me away. This is what...
View ArticleYii Lnmp Urlmanager Config
Yii lnmp config. log_format loldb.local.com '$remote_addr - $remote_user [$time_local] $request ' '$status $body_bytes_sent $http_referer ' '$http_user_agent $http_x_forwarded_for'; server { listen 80;...
View ArticleMulti Model Form Yii Cloning Fields
So hello everyone i need your help ... i've followed how to create multimodelform with this "multimodelform" in my first model let's say in "a" i have a field called 'date_created' and in "b" i also...
View ArticleEnabling Gzip On Localhost
Hey Yii-phobians! I am kind of stuck in this issue. I am trying to enable gzip in my application i followed the procedure in main configuration file 'onBeginRequest'=>create_function('$event',...
View Article