Yiibooster
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 ArticlePagination
I'm trying to pagination... I don't like YII way then I'm tryign to make one by myself This is what I've done, but it's not showing any item... when I delete the limit then it's show all the items...
View ArticleNii Extension Onlinehelp
Hello, I have created a new extension onlinehelp. The extension lets you manage an online help system for web applications. Please feel free to discuss the extension in this thread. Best Regards, Joachim
View ArticleTemplate Responsive
Ragazzi qualcuno di voi conosce un modo semplice e non troppo complicato per realizzare sotto Yii un template responsive?? Grazie!!
View ArticleGridview Extra Custom Column With Button
Hello everybody and thanks for reading. I have a grid view in which i want to add a column with the following code in the value => <a class="pull-right btn btn-info btn-small" target="_blank"...
View ArticleYii Bootstrap For City Website
I am making site for city directory and completed admin site. I saw yii bootstrap. It is very nice.But I dont know about it. Will i use this extension for my site (front end). It is good or not. Please...
View ArticleВызов Функции Из Другой Модели
Есть две модели, Модель1 и Модель2. В Модели1 объявил функцию public function myFunc($str){ .... } В Модели2 выполняю renderPartial вьюшки из Модели1 которая содержит вызов myFunc, не работает Как...
View ArticleHow To Switch Locales/languages For Different Users In Yii
I have designed a web application, It works for two different users say user1 and user2, and both of the users need the view in different languages. I have studied about yii:t() but by that method we...
View ArticleOpen-School
Open-School is an integrated school management system which focuses on excellence and evolution in the field of Education.Developed using YII. Check out Here Open-School . http://open-school.org Try...
View ArticleApc Caching
I've been searching for answers to some questions I have on APC Caching specifically related to CActiveRecord but was unable to find anything that really helped. What I found seemed murky, and there...
View ArticleCgridview And Has_Many Relation
I have 2 models, author and post. Author has many posts, post belongs to only one author. Also i have a cgridview in which I list all authors. Now I need to list all authors with theirs last post's...
View ArticlePage Title In Cgridview
Hello! when passing through the pages CGridView - title page does not change and remains as the main, which is bad for search engines. How to change the title in this case?
View ArticleYii 1.1.13 Is Released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.13. You can download it from the Yii project site at http://www.yiiframework.com/download/ This release includes...
View Article[EXTENSION] phundament
Phundament 3 is an application foundation built upon a set if independent Yii modules and extensions such as user, rights, yiiext, gtc, ckeditor, jquery-file-upload, p3widgets and p3media. The...
View ArticlePrivate Message
For implementing the extension private-mesage (http://www.yiiframework.com/extension/private-messaging/) the sections configuration and examples not clear. I added the configuartion code in...
View ArticleYii Und Php-Anfänger?
Hallo Gemeinde! Ich bin noch ein ganz grüner php-Neuling, der gerade dabei ist, die Sprache zu erlernen. Jetzt stellt sich mir die Frage, ob man auch direkt mit yii*) anfangen sollte oder ob man zuerst...
View ArticleCaptcha In Yii Framework Don't Appear (Show)
what's wrong? Please help.. ------Model-------- public $verifyCode; public function rules() { return array(array('verifyCode', 'captcha', 'allowEmpty'=>!CCaptcha::checkRequirements()), ); } public...
View ArticleНа Счет Файла Перевода Yii.php
В своем проекте столкнулся с тем, что файл framework/messages/ru/yii.php имеет ряд недостатков, которые слишком часто появляются в реальном использовании проекта. К примеру, '{attribute} is too long...
View ArticleHow to remove index.php from URL
Hi! Iam newbie to YII framework and using its latest vesion 1.1.0. I have enabled seo friendly urls through config file. My next problem is that how can I remove 'index.php' from URL. Iam using...
View ArticleHow To Add File Upload Dynamically?
hi, i have created a form using Gii.when i click 'add more' link i want to add a new file feild to upload a file.How i can add file feilds dynamically to my form?
View Article