[Risolto]Renderpartial Di Un Widget Si Può ?
Salve avrei la necessità di mostrare una serie di grafici nella stessa pagina senza ricaricare ad ogni click pagine diverse. la view 'index.php' <?php echo CHtml::ajaxLink( 'Clicca qui',...
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 ArticleUse Scope On Mymodel('search')
Hi How to apply a scope in a new model('search') ? I try $model = new myModel('search'); $model=$model->myScope(); But it seems apply both of defaultScope and myScope scopes. How Can I solve it?...
View ArticleSmall Modification To Existing Yii Application
We have a small project that includes slightly modifying an existing Yii app so that several independent customized instances of it can be placed on the same website for use by different clients of...
View ArticlePrevent To Display Password In Crud
Hi How can I prevent to fetch a field like password from model ? A way to do that is to override the afterFind() method of the Model like that function afterFind(){ $this->password =null;...
View ArticleRelation and Delete
i have a model Bussimess here is the relation in Business model 'images' => array(self::HAS_MANY, 'BusinessImages','business_id'), im using...
View ArticleWarum Zwei Formulare
Hallo, ich bin Yii Anfänger und mir fehlt noch teilweise das Verständnis für die Zusammenhänge. Zum Beispiel verstehe ich folgendes nicht: Der Codegenerator Gii erzeugt immer zwei Formularskripte, die...
View ArticleCurl Wrapper
Hi guys, just made this simple Curl wrapper for yii. i've seen one in extensions earlier, but wanted one which is light weight and simpler to use for my project, so made this one. it's on github...
View ArticleDifference Between Chtml::ajax And Chtml::ajaxbutton
The Class reference states the following Chtml ajax() Generates the JavaScript that initiates an AJAX request. CHtml ajaxButton() Generates a push button that can initiate AJAX requests. Can someone...
View ArticleFile Is Not Being Uploaded
Hello there, I am using following method to upload and convert the pdf file using image magic. The create method is working but the image is not being uploaded in the respective directory. public...
View ArticleAjaxlink Is Not Passing Variable To Controller
I am trying to pass a variable from an ajaxLink into my controller but my controller is not getting the variable. //view $ids = Yii::app()->storedData->getIds(); foreach($ids as $id) { echo 'ID...
View ArticleIntegrate Google Maps In Yii
Hey.. I would like to integrate Google Maps in YII. How can I include custom JS in YII? I've read a lot about this stopic but i haven't understand the concept yet. (Tutorials?)...
View ArticleFehlermeldungen Bei Such Abfragen
Hallo, hier ist mein erster Versuch mit Yii, der mich einige Tage gekostet hat : t2792.greatnet.de/yii_abendmusik (Leider kann ich diesen Link nicht direkt einfügen, wie ich gerade gelesen habe - da...
View ArticleHow To Write The Extension For Yii
I am new to Yii and I am very impressed with the supersized Jquery pluging Supersized. Could you guys suggest me how to extend and write the plugin which I can use in my application. Thanks Ashish Tyagi
View ArticleLooking For User Mgmt System With Social Logins
Hello All, I am looking for completed/already developed user management system that includes social logins, friendship system or follower system with profile manager. If you have this script, please...
View ArticleYii Migration Tool Error: 'yiic: Command Not Found'
Hi all, I have managed to configure Yii, PHPunit and Selenium to run on my Mac using MAMP Pro, thanks largely to Eric Barne's excellent blog post, everything runs fine (google: PHP,Pear and PHPunit)....
View ArticleNambah Menu
permisi agan sekalian, mau tanya nih. Ada yang tau gimana nambah menu yg sejajar dengan home about dll selain pake extension mbmenu ? mohon bantuannya gan, makasih
View ArticlePencarian Berdasar Kategori
selamat pagi semua gan, saya mau tanya nie, udah menthok. . ada yg tw gak cra bkin pencarian data/filter di yii berdasar kategori??? atau ada extension atau widget di yii. . gini contohnya. . . mohon...
View ArticleExternal Filter Validator Function?
Well, We may use the filter validators in models this way: public function rules() { return array ( array('myAttribute', 'filter', 'filter' => array($this, 'someFunction')), } } public function...
View ArticleCan't Get Related Table's Data
Hi there, I've worked through tons of tutorials, but I cannot access data of a related table. I've got three tables: User, Place, Event They are related like this: User 'places' =>...
View Article