Non Mi Va L'invio Del Form Con Ajax
ho un CActiveForm $form=$this->beginWidget('CActiveForm', array( 'id'=>'comment-form', 'enableAjaxValidation'=>true, )); poi ho tutto il form (è praticamente uguale al form dei commenti del...
View ArticleError 403 Yii Rights Extension
Hi, I was install rights module in fresh project yii, that i do the login from the database. All things for the super Admin working fine and no limit in authorization. But for the other user, when i...
View ArticleKeeping Getting Application Runtime Path Is Not Valid Error On Windows Server
I keep getting an "Application runtime path "D:\Hosting\9434915\html\yii\protected\runtime" is not valid. Please make sure it is a directory writable by the Web server process." I made sure the runtime...
View ArticleRelated Search Behavior
Hi. This is a thread for any discussion regarding the Related Search Behavior extension that are better placed a forum thread than in the comments of the extension.
View ArticleCgridview Search Problem
Hello. I'm using CGridView to list all products for site, when I use (basic)search filters Yii dont fill all fields in CGrid, first I was think that is template, but when I remove my template and put...
View ArticleModel Repetitor Field
hi, i'm writing a website that show some products selled in different shops. so i have two tables doing this : products and prices, In my admin panel for each product i can add n prices using a...
View ArticleNeed Help With Conditional Relational Active Record
I'm putting together a multi-store e-commerce site that has different descriptions for some of the items, depending on the store. Here is a basic layout of the tables: product -id -published...
View ArticleVisualizzare Le Sedi Di Una Certa Azienda
Ciao a tutti, Scusate la semplicità della domanda. Ma vorrei avere qualche tips per risolvere la questione. Ho creato due modelli, studio e sede. Ho fatto il crud del controller sede e nella form ho...
View ArticleYii Is Not Logging
application.log is empty,yii not writing to log have defined('YII_DEBUG') or define('YII_DEBUG',true); // specify how many levels of call stack should be shown in each log message...
View Article[EXTENSION] Bootstrap
Hello, This is the discussion thread for my latest extension, Bootstrap. What is Bootstrap? Bootstrap is a toolkit to kickstart development of web applications. It includes base CSS and HTML for...
View ArticleGestione Navigazione Sito
Ciao, Essendo nuovo di Yii vorrei chiedere un consiglio ai piu' esperti su come gestite la navigazione del sito. Esempio: Facciamo che nella user/admin fate una ricerca, ed ottenete N risultati, se...
View ArticleYiinitializr
Yiinitializr is a project template generator for the Yii Framework to help you JUMPSTART any new project. It generates clean customizable boilerplate templates that are just what you need to begin your...
View ArticleGet Jquery Reference To Links In Cjuiaccordion Headers
Hi I want all my links - except those in the accordion headers - to display a loading.gif file. $('a:not(.ui-accordion-header a)').click(function(){ $('#dvLoading').fadeIn(800); }); It works, but...
View ArticleAdd Extra Attribute In Model
Hi Everyone I want to add extra attribute in Model from another table but I don't want to generate a related Model AR for the last one table for example If I have the AR Model for table related_table I...
View Article[EXTENSION] EAjaxValidationMessages
EAjaxValidationMessages was created in order to make more general the solution of the problem described here:...
View ArticlePrevent Urlmanager When Load A Module
I know that the components of config/main.php loaded before controller or modules do that But I have a special issue. I want seo url for front-end site (by urlManager =>...
View Article三表关联如果改用Ar怎面建Relation和引用同名字段?
首先在 control里用sql查询结果生成ArrayProvider : //sql语句中使用 A.x, B.x, C.x 分别引用 A、B、C 三表中的同名字段x $sql ='SELECT A.x, B.x, C.x FROM A a LEFT JOIN B b ON a.id = b.id LEFT JOIN C c ON a.id = c.id' $array_data =...
View ArticleSome Error By Cdetaileview
Hi there. I get this error: The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional. from this view.php file: <?php...
View ArticleVirtualBox instead of VM Player/Server for Yii Appliance
I think linux users prefer VirtualBox. It's one command far. (sudo aptitude -y install virtualbox) http://www.yiiframework.com/demos/
View ArticleMulti Value Field In Cgridview
hi Guys I'm new to Yii so I need a little help I'm using Cgrid view I handle CChecBoxCol and ClinkCol well but one of the field of the model is an array how do u guys handle similar situations Is ther...
View Article