The Asset "" To Be Published Does Not Exist Error While Registering...
Hi, I would like to include a js file inside my module('modules/emp/assets') and published it at protected/components/Controller.php. private $_assetsBase; public function getAssetsBase() { if...
View ArticleYii Renderpartial Problem
Hello every1, i have a problem with understanding renderPartial. I have one view, that renders 2 more views inside view JS. ... <div id="data"></div> <div id="dayData"></div>...
View ArticleCcheckbox Column Values Through Javascript/jquery
<?php $form=$this->beginWidget('CActiveForm', array( 'id'=>'ConsultationNew', 'enableAjaxValidation'=>false, 'enableClientValidation'=>true, )); ?> echo...
View ArticleCompare Multiple Values In Model Search
Hello everybody and thanks for reading. In my model i have a search function set up in the following way public function search() { // Warning: Please modify the following code to remove attributes...
View ArticleDiv Tag With Ajax Refresh
I'm using yii extension to draw graphs in my Yii application. The graph is to monitor the traffic of user. I want to refresh a <div> using jquery and ajax.. if there are two files in my view/abc...
View Article[Extension] Mongoyii
This is the place to discuss the MongoYii extension: http://www.yiiframework.com/extension/mongoyii/ You can also file a GitHub issue as usual: https://github.com/Sammaye/MongoYii/issues
View ArticleAutocomplete - Pobieranie Danych Z Bazy
Witam serdecznie. Czy ktoś mógłby mnie naprowadzić lub pomóc mi w takiej kwestii: Wdrożyłem funkcjonalność autocomplete zgodnie z instrukcją zawartą w poniższym linku:...
View ArticleYii Plugin For Netbeans
Quote --- Comment #101 from junichi11@netbeans.org 2013-02-26 13:38:12 UTC --- We have created Yii Plugin. This module has been developing by NetBeans PHP Community Council[1]. It is available on...
View ArticleBehat And Mink Installation In Win 7
Hello to everybody, it's fourth day that I've been struggling with installing behat and mink extension. But so far I have not succeeded. I'm asking myself if it is possible at all? I tried PHAR...
View ArticleCjuisliderinput Too Slow And Slide Event Is Not Triggering
Hi, I have the next problem, I want to create a slider with CJuiSliderInput but when I try out to move my slider it works very slow. I have tried to use 'animate' property with different values (fast,...
View Article[Module] Yii User Management Module
This is the forum thread for the Yii User Management Module In order to use this Module, please be sure to use the latest development Snapshot of yii or at least yii-1.1.1 (to be released). It will not...
View ArticleHow do I link a menu item to an external page?
Hi there, I have two questions 1) How can I create a link in a CMenu item to point to an external webpage instead of an action or view of my app? 2) How can I make a CMenu item open the link in a new...
View ArticleSending Mail Via Mimemail
Hi, I am using drupal and please see a scenario of mail sending. $Adminmsg1 = ""; $Clientmsg2 = ""; if(mimemail( $Adminmsg1)) //if mail is sent correctly to admin then { mimemail($Clientmsg2); } a) if...
View Articleext js scafolding extension
hallo semua nya, salam kenal, saya mencoba membuat extension gii untuk mempermudah pekerjaan, link nya http://www.yiiframework.com/extension/e-xgen/ , saya sadar masih banyak kekurangan oleh karena itu...
View Articlecross-browser
Hi, I'm new to php and web development. I looked for good frameworks and found yii very good. My concern is cross-browser compatibility. I mean I want to create a web app that is compatible among...
View ArticleClistview Loading Image
Hi, does any knows how to change the loading.gif image on ClistView? I can override background url on list-view-loading class, but it will always be behind the div content. Any idea? Thanks!
View ArticleAjax Problem With Ie8
Godd morning to everyone. I looked for in forums, but I didn't solve this problem: ajax calls don't work with IE8, while the same code works perfectly in Firefox. Later in detail: 1) My configuration...
View ArticleSmarty view renderer
This extension allows you to use Smarty templates in Yii. http://www.yiiframework.com/extension/smarty-view-renderer/
View ArticleNot Having To Use Eval With Dynamic Content
Hi All, I have a site where my pages contents are stored in a database and in most of my views I just use something like echo "$content". That works fine if the data is html, but if I want to include a...
View ArticleSearching An Model's "has_Many' Relationship
I am having problem doing searches with a has_many relationship. I have a model called "Discussion." Each Discussion has many Comments. I am trying to create a search function so that a user can search...
View Article