Yii Rights
Hi, I have a table of users that must have the role authenticated plus some user administrators. I have installed the modyle Rights: copied Rights folderd under protected/modules/setted 'import',...
View ArticleGridview Update Through Ajax Works Only The First Time
Hello everyone. I call controller/create though CHtml::ajaxSubmitButton which updates the grid. Altough the creation takes place every time, only on the first ajax call is the grid updated. What am I...
View ArticleAdding Rows To Cgridview And Saving To Db Via Controller
I have a model (Person) which contains a relation (HAS_MANY) to a table of email addresses. In the form to enter Person data I have a table (CGridView) to contain the email addresses. I then update the...
View Article[Extension] Efillablecgridview
Hello, I just open this thread as a support for eFillableCGridView extension. Feel free to report any bug or evolution. Regards
View ArticleCjuiautocomplete
Boa tarde pessoal, Implementei o CJuiAutoComplete em meu projeto e tudo funcionou bem. No entanto, eu gostaria que na hora que fosse cadastrar, ele salvasse o id desse item e não a descrição. Tem como...
View ArticleMapapp, Open Source Demo Of Mapping, Zillow Neighborhood Data
I’ve built a free, open source demo application, MapApp, to demonstrate how to use the Zillow neighborhood boundaries and integrate them with Google Maps, geolocation and geocoding. MapApp is built...
View ArticleYii 2 Ajax Валидация Форм
Здравствуйте! Извиняюсь сразу что не написал в соответсвующий раздел, но он для меня закрыт, плюс я не совсем хорошо знаю английский. Собственно я решил попробовать Yii 2, и создать простое приложение...
View ArticleAccess Rules Not Working For Role
I am really stumped here. I have the following simple access rules for a controller: public function accessRules() { return array( array('allow', 'actions' => array('index', 'view', 'home',...
View ArticleUpdate Without Upload
Hi there. I have filefield(foto). When I don't what to change uploadedfile on update and keep old one I get error. How should I change it ? When I upload new file it's ok. Controller: public function...
View ArticleUpdate Profile Picture But Not Updating -Cache
Hi , i did upload user picture in yii framework. Each when i update the profile-picture the picture its not showing the recently updated picture even though the filename its updated in database. i need...
View ArticleBootstrap - Which Extension To Use?
Hi, for those of us who love both Yii and Twitter's Bootstrap, for a very long time there was an obvious and briliant choice: bootstrap by Chris83 ( http://www.cniska.net/yii-bootstrap/ ) which was...
View ArticleCform::submitted() Always Returns False, But I Have <Input...
I learn a CForm class from this guide. I encounter a problem. I can't catch submited data via $form->submitted(). My controller: public function actionadd() { /* It is my page with html-form */...
View ArticleYiinitializr
Yiinitializr is a project template generator for the Yii Framework to help you JUMPSTART any new project. It generates clean customizable boilerplate templates that are just what you need to begin your...
View ArticleYiicart Development
Another shopping cart? A little history: Sometime ago my development team was given the task to implement a very specific shopping cart for an X company. We gave ourselves the task of search for a...
View ArticleDropdownlist Selection To Autofill A Textbox
Hi guyz, Been trying to achieve this but it has proven hard to my knowledge. I have a dropdownlist that uses values from a database table. The table used by the dropdownlist is called services and has...
View ArticleYii 1.1.13 Api In Chm Format
The missing chm file for Yii 1.1.13 can be downloaded from www.box.com/s/2wsl5wqquwgrx9vfydcb I failed to upload the file in the post.
View ArticleКак Записать Имя Загруженного Файла В Базу
Сделал по этой теме загрузку файла загрузка файлов yii, использовал вариант с поведением. Но как сделать запись названия файла в бд, если оно генерируется следующим образом: $sourcePath =...
View ArticleApply A Default Aftersave Behavior
Hi everyone, which component/class should I extend/override to apply a default afterSave behavior like Yii:log() to it ? I've created a file into components folder like Testing.php and extend the...
View ArticleYiianswers.com
I would like to introduce a new site that a good friend of mine and work colleague Maurizio Domba (mdomba) and I have setup in order to solve an issue that actually occurs at this forum and help the...
View ArticleYii-Based Web Site Monitoring App With Notifications For Ios And Android
Nothing sucks more than finding an 'Error establishing database connection' on your blog hours after the fact, but it's not easy to find inexpensive, simple monitoring solutions which support...
View Article