[Extension] Pcclassexistsvalidator
Hi all, I've published an extension that is used as a class validator to verify that an AR class attribute can take as value only valid names of classes. This is useful in occasions when you have a...
View ArticleYiiframework.co.il Code is now open sourced!
CMS Application This is something I've been working on and still am constantly to make it better, This is a CMS system that allows you to control an entire multi-language website simply from within...
View Article[Extension] Xupload
I found that this extensions is out of date. Maybe some one can update it?
View ArticleUpdatebypk运行一条Sql语句,save()运行两条?
下面这个方法要先select,然后再update $post=Post::model()->findByPk(10); $post->title='new post title'; $post->save(); // 将更改保存到数据库 而这个只用一条update语句...
View ArticleXUpload Update
The jquery plugin has been updated to a new version, the old wiki for the version this extension uses, has been mostly removed, many documentation and examples were lost, this is sad but not...
View ArticlePraise Or Bash
We created the Praise Or Bash platform to allow people to quickly express how they feel about a high profile person, place, or thing. We hope to capture people’s emotions in real time in order to...
View ArticleYii Themes
hello, I created a little site where designers, (or whoever) can upload themes/skins etc that they designed especially for Yii applications. I've created some, to get everybody started, but as you'll...
View ArticleYii 1.1.13 Release Candidate (Rc) Is Released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.13 Release Candidate. You may download it from the following page: http://www.yiiframework.com/download/ This...
View ArticleDemo Project For Yii Newbie
Hi, I am very impressed to use YiiBooster extension developed by my internet friend Antonio and I Suggest Yii newbie to try and use this. I had create one small demo (it takes around 4-5 hours) to help...
View ArticleFrom Mysql To Mssql
I have an application written in Yii where I've been developing towards a MySQL database. The queries can look something like this: Quote SELECT id FROM tbl_user The queries are written using standard...
View ArticleA Couple Questions About Dynamic Content And Ajax
I want to show some dynamic content to the user, so use a dropdown like so: <?php $form->dropdownListRow($model, 'type', array_merge(array(''=>'---'),ProfileFieldRule::itemAlias('type')) ,...
View ArticleExtension Nestedtree
new extension publication in progress... http://www.yiiframework.com/extension/nestedtree/ Waiting for your bug reports or any question concentrated nested set in tree.
View ArticlePassing Variables From Jquery To View
Hi I have created Fullcalendar on which if user clicks on any date am using Jquery to get the date. Below that I've form for events which takes Start date and end date and description. Now what i want...
View ArticleDb Connection & Cache
When using cache with AR, Yii always opens a connection because it prepares the query statements. It should not always open the connection when the data set exist in the cache.
View ArticleUsing Cache In Cactiverecord
I'm using cache in CActiveRecord as: $myoboject = ListModel::model()->cache(60)->findAll(); According to documentation it caches the result set for 60 seconds. I would like to ask, will it open a...
View ArticleParse Url As Defined In Rules
See rules for urlManager defined in config/main.php ... 'urlManager' => array( 'urlFormat' => 'path', 'rules' => array( '<controller:\w+>/award-benefits' =>...
View ArticleSelecting specific columns from related models
Hi, I have the following models and their relevant relations and fields. Model: MPaymentOrderItem public function relations() { return array( 'order' => array(self::BELONGS_TO, 'MPaymentOrder',...
View ArticleAjuda Com Active Record Relacional
Amigos, Seguinte, eu criei um formulário para cadastro de cliente onde o cliente seleciona se é Pessoa Física ou Pessoa Jurídica, são três tabelas (cliente, pessoa_fisica e pessoa_juridica). No...
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 ArticleProblem With Rule Not Generating Message
I have an field that needs to be a maximum value of 32767 - I have tried to configure the rules for the attribute however I cannot generate an error message. If I enter a value greater than 32767 the...
View Article