How Do I Add An Extension To My Module?
As the title indicates, I'm trying to add an extension to a module that I am developing for an office intranet site. I am currently adding the YiiBooster extension which is a form of the boostrap...
View ArticleHow To View Roles That Assign To Users In User Gridview?
hi all, i want to view roles that i assign to users in my user(view) gridview(i used yii rights extension). this is my user table CREATE TABLE IF NOT EXISTS `alt_user` ( `id` int(11) NOT NULL...
View Articlehtml editor with image functionality
Hello yiiers, is there any extension or builtIn functionality for html editor with image upload functionality? I want this for manage page content from admin side.
View ArticleHow Yii Framework Save The Username And Password User Login ?
Hi i'm only new to php framework. i want to ask, how yii framework save the user after login ? In the php general , i usually use session. How about yii frameworks ?
View ArticleHow To Reduce Query Execution Time
Hello, I need to reduce load time for the query which create a grid. The grid have about 12,000 records, and increasing on daily basis, with pagination. It takes around 150-160 seconds i.e....
View ArticleUsing Session To Keep Active Tab
<Scenario>: I designed tabs page by CTabview, below is simple code in a view page, which just for your test. For example, you can add it into /protected/views/site/index.php, so you can see the...
View ArticleYii-User Installation Bug, 'unrecognized Token' At Yiic Migrate
Hi there! First of all, when I fetched last version of yii-user from GIT (github.com, mishamx, yii-user) into my protected/modules directory, it creates a directory called 'yii-user' which appears to...
View ArticleDeleteing Part Of A Cookie Value
I currently store a list of table primary keys in a cookie for users that are not logged in. I can add to it with not problem but when I try to delete, under certain situation multiple values are being...
View ArticleGuardar Un Registro Antes De Ser Eliminado
Buen dia En primera apenas estoy iniciando en este framework y me he topado con muchos problemitas pero de todos he encontrado soluciones, excepto de una de la cual espero puedan apoyarme, bueno lo que...
View ArticleExtension Nestedtree
new extension publication in progress... http://www.yiiframework.com/extension/nestedtree/ Waiting for your bug reports or any question concentrated nested set in tree.
View ArticleSupport To Develop Project
We are looking volunteer support to develop project relating to health care. Which aim to bring better health care for rural people.
View ArticleHandling decimal separators - Wiki article
Yii i18n does not cover decimal format. Some languages like Spanish (I live in Argentina) uses comma ',' instead of dot '.' as decimal separator. A localized web app should: 1- Display decimal values...
View ArticleCjuidatepicker Как Сделать Выбор Не Только Даты Но И Времени
Добрый день! Мне надо в заполнении формы выбрать дату и время. Я взял стандартный yii'ный сомпонент CJuiDatePicker. Сделал такое поле <div class="row"> <!-- Время окончания --> <div...
View ArticleXheditor help
Hi, I need help regarding alert before submitting the form and disabling some of the elements of the editor. Does anyone have used it? Thanks
View ArticleYii Platform
Dears Thanks for this great Yii platform , frankly till now I'm looking for framework to build my applications. I want to build robust, scalable , high performance and it has powerful security so is...
View ArticleGii Templates
Olá pessoal, Gostaria de saber detalhadamente como inserir os templates para o gerador gii gerar os models, views e crud's diferentes do padrão. E queria saber tambem se vcs conhecem um lugar onde eu...
View ArticleПагинация Для Своего Списка
Есть виджет, который выводится много раз через foreach и в итоге имеем список. Можно ли этот виджет прикрутить к встроенной пагинации Yii (не через view)? И правильно ли я вывожу элемент списка через...
View ArticleEncryption
I have already data in a database that is not encrypted. Now I have decided that some of the data should be encrypted and I thought the best way to do it is to use CSecurityManager. How can I encrypt...
View Article