Searching And Sorting On Calculated Values In Cgridview
I can get this working correctly but searching and sorting are not working in CGriedView public function search() { $criteria=new CDbCriteria; $criteria->select = array( 'SUM(t.quantite) as...
View ArticleDatabase "migration"
Hi, My company has its own crm/ticket management system. It was created in early 90's and its peace of crap... It uses mySql database, there are no relations between the tables, indexes are scarce, the...
View ArticleAjax Links In Cgridview Widget Loaded By Ajax Not Working
Hi All, I have a view with a CGridView that loads another CGridView via ajax from a controller action: $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'chart-list',...
View ArticleBest Practice For Creating An Admin Switchboard?
Hi folks, I am building a private site here, so blocking access is not a concern. The website will be based around the displaying of raw data in the SQL database. I want to build an admin section that...
View ArticleNetbeans or Eclipse
Actually I love to develop with VIM, sadly I need to start working in bigger projects, bigger teams, etc. Netbeans and Eclipse both have everything that I need to colaborate with a team in an easy way,...
View ArticleAny Idea About Libertyreserve Integration In Yii?
Have you any experience of working with LibertyReseve in yii. Is there any extension? OR what will be the best practice for using LibertyTeserve? Thanks in advance for your valuable advice.
View ArticleCms And Shopping Cart Athome.com
www.athome.com is the main site, leads to 1500 consultant sites selling home decorative products (test: hung5s.athome.com). The system base on our CMS formerly called FlexicaCMS and a new shopping cart...
View ArticleLogin Dengan Role
Studi Kasus : Role Sederhana Tambahkan field role di table user Ada 3 role : Admin bisa semua Member bisa insert, update, delete post Guest bisa view post Buat dropdownlist role di menu user Simpan...
View ArticleTanya 1 Form Input Ke Dalam 2 Tabel
Permisi para master YII, ane masih baru nih dalam YII Framework. Tolong pencerahannya ya gan. Gini masalahnya ane punya 2 tabel hardware dan komputer. Field di hardware: id_item (Primary Key), tipe,...
View ArticleCactiverecord... Some Relations Have "0" Suffixed?
Hi folks, I'm currently in the process of modelling my DB tables and several times when I have gone to enter the "with()" relation between 2 tables, I have noticed that the relation name has a zero...
View ArticleSite Configuration Params In Config/main.php Or Database?
As the project grows, I find that many configurable things, like how many rows a datatable should show at a time, the mail server address...are scattered in many different files, after some time, it...
View ArticleAdvanced Search opened by default
Hello...What a must do in order to get the advanced search in the admin view opened by default?
View ArticleRbac: Check Autorizations On Groups Instead Of Users
hello, I have a question about the rbac system. I think I've pretty well understood it but I need more informations about a special case. I would like to do the autorisations on groups instead of...
View ArticleTop10Zen.com
Hi, I've been using Yii for a few years now and recently developed a custom CMS for my project, top10zen. It's a site for top 10 lists created by the community where you vote your favorites to the top....
View ArticleWhat version control system do you use?
I'd like to know the opinion of Yii community on version control systems. Which one do you use and why? As for myself, I use git. I like DVCS because they are much faster than centralized VSC and much...
View ArticleUsage Of Cactiveform In A Layout!
I have only recently begun working with Yii and so far I have managed to pick it up nicely, but now I am running into 'problem'. Acually more a question on how to do things properly Yii of course works...
View ArticleAffichage Date Dans Le Formulaire De Mise À Jour Cjuidatepicker
Bonjour, J'ai un problème pour afficher correctement ma date dans le formulaire de mise à jour. Ma date est enregistré dans ma base de données sous forme d'entier. (J'utilise CDateTimeParser :: parse...
View ArticleUnrecognized Locale "cz"
Hello, i have multi-language site with english and czech languages. When i switch current language to czech, this code: Yii::app()->dateFormatter->format('d MMMM y, H:m:s', $user->datereg);...
View ArticleProperty Not Defined
Hello guys, i know this question has been asked at least a thousand times. I can't however find my mistake, so i was wondering if you guys could help me. I get this error, when posting a form:...
View ArticleCome Definire Una Configurazione Di Default Per Una Estensione?
Supponiamo di avere un widget del tipo: $this->widget('MyWidget', array( 'param1' => 'value1', 'param2' => 'value2', 'param3' => 'value3', 'param4' => array( 'value4' => array(...
View Article