Comparing Yii on Google Trends with other frameworks
I was playing with Google Trends on the weekend and was very pleased and a little surprised to see Yii overtake CakePHP and Symfony in 2012. Yii is the youngest of the bunch and it is very nice to see...
View Article[Resolvido] Dificuldade Para Transformar Caracteres Em Html
Olá, pessoal Estou com uma dificuldade meio boba aqui, não to conseguindo pegar o texto gravado no MySQL e exibir formatado no CDetailView No campo de texto, to usando a extensão editMe (utiliza o...
View ArticleBuilt With Yii Framework
Hello everyone, Just launched simple showcase of Yii powered websites and applications. Bit a bit gonna grow up to interesting project laters... builtwithyii.com
View ArticleProblem using CArrayDataProvider and CGridView when array does not have an...
I have been trying to use CArrayDataProvider to format some array data to then display using the CGridView widget, however it does not seem to work unless there is a defined 'id' key in the array. This...
View ArticleAdderror In Beforesave Not Work When $Model->Save() In Loop
while insert multiple data, then $this->addError stop working. for example in Controller: foreach($roomfacilty as $data) { $model->setIsNewRecord(true);...
View ArticleJquery, Modals, And Yii! Strange Behavior
Scenario: An a 'index' page containing multiple TbTabs, CGridviews, TbModal, and a Navbar Menu. The modals are added to the page via renderpartial.... First let me state the problem and behavior:...
View ArticleGii gerar Model dentro Module
Ola amigos, Estou tentando fazer o Gii gerar um model dentro do module admin que criei e não sei como fazer, alguem?
View ArticlePosting
hi guys! how many postings do I need to publish a yii extension? I am coding yii for a while and want to publish some extensions but the systems tells me that I'm have too few posts cheers E
View ArticleHow To Use Concat In Listdata()
Hi All I need to print drowpdownlist with data from model so I used listdata() , but in string value i need to use concat to print full user name from model , i wrote this code to do that . model :...
View ArticleAlias "bootstrap.widgets.bootactiveform" Is Invalid.
Alias "bootstrap.widgets.BootActiveForm" is invalid. Make sure it points to an existing directory or file. im getting this error. im doing a project in uploading and displaying image from link "...
View ArticleClient Side Validation Internet Explorer Does Not Work
I'm using client side validation. This works in Firefox and Chrome, but doesn't work in IE(9). The captcha link (request a new image) is not visible either. When i press F12 to get the IE console, and...
View ArticleSelect distinct value
Hi, I am trying to select distinct value from a table. $models=Product::model()->findAll(array( 'select'=>'t.Category', 'distinct'=>true, )); Using the above, I get an array of Active Record....
View ArticleYii User Management Module
I installed Yii User Management Module and after authorization had the error Alias "bootstrap.widgets.TbGridView" is invalid. Make sure it points to an existing directory or file. After that, I thought...
View ArticleUsing A Class Rather Then Id In Ul Cmenu
Hi How do I change from using an ID to class in the ul? Thanks in advance!
View ArticleExporting Cgridview Results To Csv File
Hi, Can anybody tell me how to create a csv file from CGridview? i can try this but it's single db record fetch http://www.yiiframework.com/wiki/306/exporting-cgridview-results-to-csv-file/ Note:my...
View Articleyii-facebook-opengraph
Hi, I am new to Yii and trying to build an application with Facebook integration. I found an extension yii-facebook-opengraph as a wrapper of facebook php sdk. When I tried to place a facebook like...
View ArticleCgridview Button Url To Many Views
Hello. How can i generate dynamic buttons urls to many views using one cgridview? For example. I have Observations controller in which i have observations of birds, mammals etc. When record belongs to...
View ArticleInitialisasi Textfield
Maaf Kawan-kawan semua bisa bantuin saya gak : saya ingin set textfield menjadi RPC-0001 or SPC-0001 dan textField datatype :int dan AutoIncrement... saya harus otak atik darimana ampe mana ya .....
View ArticleHow View Name Instead Of Id Of An Related Model In Gridview (List)?
Hi, I am newbie in Yii, I have a problem. I have a GridView / list in the Admin, and I would like to view the name of the related model instead of its id number, and I would like to search for it. I...
View ArticleSymfony2 Over Yii. Our Take On Things
Hello colleagues, We've been Yii lovers for years but finally switched to Symfony2. In this regards we wrote a blog post Don't get me wrong. As i'm saying in the article we still has warm feelings to...
View Article