Assets Folder
Hello everybody, I accidentally deleted the assets folder. When i try to run my project, i see this message: Failed to load resource: the server responded with a status of 404 (Not Found)...
View ArticleOne Time Password
Hi, Any idea on implementing one time password in yii? Cheers, Daniel
View ArticleRestaurants Portal Powered By Yii
Hi guys, I have developed alone this Restaurants Directory portal, there is still some features to be add and some works on back-end codes. Here is the link Restolinked Have a nice day
View ArticleForm Validation With Ajaxsubmitbutton
Hi I would like to share a simple tip to all those who still dint get a simple straight-forward method to show validation errors of the form which has a ajaxSubmitButton. Step 1: @ your controller...
View ArticleFrench Characters Not Showing Properly
hi . I'm having an issue where I can't seem to get the proper French characters to show up I this code $locale = 'fr_FR.UTF-8'; setlocale(LC_ALL, $locale); $event_date =...
View ArticleSimple Yii Themes/template
Dear All, I created several applications using yii. All of them are finished quickly with full satisfactory. However, I got some feedback from my clients lately regarding the performance of the...
View ArticleWhy Does Ie Open The Link Very Slow
I met a strange issue: I have a html page which contains a big form. when I click the href link without target, IE8 open the link very slow. firefox have no this issue. I google the answer, but i have...
View ArticleDefault Relation Model Instnces
Hello, Is there any *nice* way to achieve something like this?: I have a model Work, Work has 2 HAS_MANY relations and 1 HAS_ONE relation: - (many)Incomes - (many)Tasks - (one) Assignee now when I am...
View ArticleHow To Assign Dynamic Data To Cdatacolumn Htmloptions
I have a CGridView table. I would like to add data-id attribute to the <td> element. Looking at the CDataColumn I have the following column: 'columns'=>array( array( 'name' =>...
View ArticlePage Loading
hi how add page loading using scroll bar... i have lot of see using this method .when scroll move,data is load from data base how do this......?
View ArticleMultistore Ecommerce
I am having a very tough time finding any open source ecommerce solution for YII, does anyone know of such a thing? I am even willing to purchase source code instead of reinventing the wheel. That...
View ArticleUsing Bootstrap Extension In Yii View.
Hi all, I have a controller and a set of views for that controller,i want to use bootstrap for this views. Problem is the model for this is not there.So how can i handle this. Example Code, <?php...
View ArticleSmarty view renderer
This extension allows you to use Smarty templates in Yii. http://www.yiiframework.com/extension/smarty-view-renderer/
View ArticleWidget Js Added At Eof
Hi all Is it possible to set, as a default behaviour ,to ALL the JS files be added in the end of file? I know how to this with my own scripts, but what about the scripts files automatically added by...
View ArticlePrepare System For Yii Testing
Hello, I would like to ask Yii Community, where and how to install all stuff to get testing? System: Windows 7, apache, php 5.4, mysql 5.5, yii 1.1.13 As I know from Guide, I need to install PEAR,...
View ArticleCan I Have Yii Developers Skype Ids
I would like to get any Yii programmers Skype IDs, I will add you to my Skype etc.
View ArticleRoutes Problem
Hey, How should I configure the rules in config/main.php in order to have url-structure like this: index.php/category/products/2 Right now I'm getting urls like this index.php/category/products/id/2...
View ArticleCrud With Composed Primary Key
Hello, I'm getting started with yii and have come to a problem with the CRUD. I have a table whith a composed primary key, so I can't create a CRUD. Is there a better solution than adding a field...
View ArticleSet Limit No $Dataprovider
Opa, Eu tenho o seguinte código: $dataProvider = new Produtos('search'); $dataProvider = $dataProvider->search(); $dataProvider->getPagination()->setPageSize(2);...
View ArticleUser Authentification
Hi =) I'm getting started with yii, and have read Larry's tutorial. I know my question must be silly, but I'm a bit confused. I've found this tutorial fur user creation...
View Article