open cart and yii
Could someone take a look to open cart http://www.opencart.com and tell me, is it worth to move it to yii. - open cart is in MVC, and is very simple written, but im not a pro php coder and i cant...
View ArticleHow to Add textfield in form when link is clicked
Hey guys, i want ask something. I want to add an extra textField when i click button to my form. Please help me
View ArticlefindByPk() with
I'm using CDbCriteria->with to get additional data from other tables: $criteria = new CDbCriteria; $criteria->with = array('userData', 'orderedProducts'); return new...
View ArticleBest Way To Implement Admin Dashboard
Hi guys, I'm wondering what the best way to implement an Admin dashboard is? I have a very simple web app (this is a college exercise) that has a Product model and I want to allow admins full CRUD and...
View Article[Extension] Xupload
I found that this extensions is out of date. Maybe some one can update it?
View ArticleApproach To Web Servers Load Balancing
Hi everyone, I want to deploy my Yii application in two web servers. I just got an idea: resolve load balancing through the links. I want to know what do you think about this. I will configure two web...
View ArticleDropDown for pageSize in CGridView
I found myself in the need for a dropDownList to select the page size on a CGridView. I was amazed that only a few lines of code where required. So i thought i'd share. On top of my controller action...
View ArticleHow To Displaying Relational Tables For Report
i've got some problem while displaying relational data from 2 table or more, what i expect for the result is something like the image that i attach here/below, i wonder what should i do to my app in...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleUse Ajaxlink In Cgridview
Hi I need to use ajaxlink this my code ////////////// Serach for users $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'adminusers-grid', 'dataProvider'=>$model->search(),...
View ArticleNot Data After Save() In Cgridview
Hello! Adding data to the database and do redirect to the home page with a message that was added successfully. Correspondingly message is added to the base fine, but if you just click on the page to...
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 ArticleaddInCondition errors
I receive the following error when I use 'addInCondition' to the CDbCriteria object: Quote"CDbCommand failed to execute the SQL statement: SQLSTATE[HY093]: Invalid parameter number: number of bound...
View ArticleRegister Script Using Defer And Async In Yii
Hi All, I want to register my core script "jquery" using defer or async. Is there any way to do that in yii as I am using <?php Yii::app()->clientScript->registerCoreScript('jquery');?> If...
View ArticleWrong Pagination After Setting Value To Yii::app()->Language
Hi all, When I am testing the code for translation, I change the code for the actionIndex as following: public function actionIndex() { $dataProvider=new CActiveDataProvider('User');...
View ArticleHow To Get Data Using Json When Loading Page For The First Time
Hi All, I have six tables in my db related with user table. Now I need to show all the data at a time when the page loads. 1. I can render the page and then asynchronously I send some request and fetch...
View ArticleI Want To Select Only Posts With Criteria " Price =1".
how to do that please help... this is my controller http://pastebin.com/uFvkKjNc
View ArticleExtension Mailbox
Error in Chrome while deleting an message Hi I am facing a problem in chrome. While i am going to delete any item after selecting and deleting its not deleting. not even read and unread. In console its...
View ArticleIs It Possible To Render One Page Along With Json Data In Yii ?
Hi, Is it possible to render one page along with json data in Yii? or Is it possible to render one page as json data, which will be parsed later? Thanks, Maclein
View ArticleYii-User And Building A User List
Hi there, I feel dumb but after hourse of searching and reading I need to ask around. I'm not able to figure out how to build a list of users for a dropdownlist. I'm using yii-user (with yii-rights)...
View Article