Tutorial Video
plz help me tutorial video available not yii extension tutorial video yii complete video tutorial not available
View ArticleYii 2 Public Preview Available
We are very pleased to announce that Yii 2 is now available for public preview at GitHub. This is a major milestone during the Yii 2 development which was started more than two years ago and has since...
View ArticleSharing An Controller Between 2 Module
Hi, How to share an controller between several module? For example: There is a common ProfileController between user and admin module. how can be written the ProfileController so that each of modules...
View ArticleWowcall.com
Just wanted to share Wowcall.com with the Yii community. We moved to the Yii framework just about a year ago, and we have not looked back. The website response time reduced dramatically, we have more...
View ArticleОбщее Исключение
всем привет не могу догнать — как оптимальным образом вызывать исключение для всех методов контроллера работает сейчас так: сначала определяю общий метод-обработчик ошибок для конкретного контроллера...
View Articlegii error
followed instructions for creating crud operations in "Creating First Yii Application" tutorial, ran index.php?r=gii and got 403 error: "You are not allowed to access this page" from Gii Error...
View ArticleWww.yiiframework.com/ Hacked?
Was just visiting the yii website and saw this? http://www.yiiframework.com/ Source: Quote<title>Hacked by BILIS IRENG</title> <meta name="generator" content="Hacked by MR.SMITH, Hacked...
View ArticlePhpexcel Can Not Read Upload File
I want to upload a Excel spreadsheet from the client and then on the server read the spreadsheet and write data to MySQL. I have no need to retain the spreadsheet on the server. I just need to make DB...
View ArticleStrange Behavior With Clistview
Hello, I've noticed a strange behavior with clistview or maybe my code is wrong. When I try to get distinct id's from a query, the count from the summary text it's right but not in the actual results....
View ArticleBest Way To Let The User Create Form
Hello all, Like in google drive, I would like to create a page of developpement of form and let the user of the app create their own form. Could someone have an idea how to achieve this ? How my...
View ArticleImage Link Using Ajax
Hi guys lets say i have images thumnail if i click that i prefer to show it bellow using ajax..any idea?
View ArticleAjax Pagination On Ajax Called Datagrid
Hi, I fetch a Yii datagrid using JQuery.ajax method. I pull it from the server but the ajax pagination is not working on the datagrid. Is there a way to get it working? James.
View ArticleDoes Anyone Want A Tutorial On Observableactions?
Tutorial on ObservableActions? In the course of building a RESTful API for a client, I've made extensive use of events to make actions reusable and flexible. Since event-handling in actions isn't...
View ArticleQuestion on login Form
Dear All, I'm new to php and web design, I got a little question on how does Yii link the view with controller's special action such as actionLogin. Below is the detail description of my question: In...
View ArticleYii + Slim Framework Help
Hi there, first I want to say I am new to this world of PHP programming, so for my first webapp using PHP I decided to use Yii, and is very useful, but I found that Yii does not include a RESTful API,...
View ArticleCan't To Figure Out With Cgridview.filter
I have 2 tables: CREATE TABLE testbase.author( id INT (11) NOT NULL AUTO_INCREMENT, descr VARCHAR (100) NOT NULL DEFAULT '<>', PRIMARY KEY (id) ) and CREATE TABLE testbase.book( id INT (11) NOT...
View ArticleGetattributes Of A Relational Query
Hi there, I'm a newcomer in the Yii society. But back to the problem. I'm trying to encode a relational model into json data. Here is a relation declaration: 'weekdays' => array(self::HAS_MANY,...
View Article[Extension] Auth
Hey All, This is the thread for discussing my latest extension, Auth: http://www.yiiframework.com/extension/auth Feel free to post any questions you have regarding extension below.
View Article多级分类显示问题
多级分类,存储在一个表中,通过parent_id进行关联,在GridView中如何显示相应的数据,并带有缩进的形式。 比如显示如下的形式: 新闻中心 --国内新闻 ----山东新闻 ------济南新闻 ------青岛新闻 ----山西新闻 ------太原新闻 ------大同新闻 --国际新闻 ----美国新闻 ----英国新闻 怎么处理好呢?
View ArticleN00b: I get a 404 error after generating the model for tbl_user
I get a 404 error when I access localhost/demo/yii/testdrive/index.php?r=user as stipulated on the quickstart guide... O.o I was able to generate the user on the model generator (it was a success) and...
View Article