[Yiiboilerplate & Yiibooster] Uploading And Accessing Images To Common...
I need simple help on how to upload images (specify upload path in setting) to common/uploads directory of YiiBoilerPlate so that I may upload images with redactorJs widget in Yiibooster. What I try to...
View ArticleTlbexcelview-Related Discussion, Questions, And Issues
Please use this thread for any issue related to the tlbExcelView widget
View ArticleHow To Modify Width Of Cdetailview Label
Can someone point me to an easy way to modify the width of the labels in the CDetailView? If you look at the attached picture you can see that they are wayyyy too wide. Thanks.
View ArticleLibphonenumber Typo In Method Name
I just downloaded the libphonenumber\LibPhone extension, and it works great. This is a real time saver for rendering phone numbers in different formats. I did notice a small error. There is a...
View ArticleProjects For Non-Profits
We get this sort of inquiry from time-to-time so we address the issue here in general. TIA. AXEO is willing and able to assist nonprofit organizations. Note that we have extensive vertical market...
View ArticleRudrasoftech Website Ralaunched Built On Yii
Our new site is developed base on yii,You can visit it here.www.rudrsoftech.com Your feedback will be appreciated.
View ArticleБезопасность
Всем добрый вечер. Интересует вопрос безопасности при отправке данных пользователем через HTML форму. Форма генерится примерно так: <?php $form = $this->beginWidget('CActiveForm', array( 'id'...
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 ArticleCHttpRequest .enableCookieValidation HMAC
Hi. From: http://www.yiiframework.com/doc/guide/1.1/en/topics.security QuoteYii implements a cookie validation scheme that prevents cookies from being modified. In particular, it does HMAC check for...
View ArticleMTreeView
MTreeView extends CTreeView, which displays a tree view of hierarchical data. It can handle both nested set and adjacency hierarchy model,and can create a linked node and adds icon if you wish. It can...
View ArticleModel Rules By Permissions
Hi, I have a model that permit the users with credential permissions to change fields of this model. I want those users to have only permission only to specific fields. On the other hand I want the...
View ArticleWeird Relation Query.
Hi, I have this tables: product ( id, ... ); product_translation ( product_id, lang_code, name, ... ); When I get the Product with its relation from product_translation I want it according to the user...
View ArticleBorrar Archivos
Buenas! Alguien sabe como borrar los archivos del servidor? Me explico tengo una base de datos que almacena info de fotos y con el CUpload las subo, pero a la hora de borrar, me borra lo que hay en la...
View ArticleYiiboilerplate Common Htaccess
Hi guys The boilerplate documentation encourage you to put files that are shared between frontend and backend in the common directory. However, the common directory contains an .htaccess file with...
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 ArticleIso8859-2 Kódolás
Sziasztok! Kis gondban vagyok és nem találok rá értelmes megoldást sehol sem. Adott egy oracle db szerver amiben minden adat iso8859-2 kódolással van bent. Ha a kapcsolat utf8-as, akkor sok varchar2...
View ArticleEnable Logging only on specific Modules and Users
Hello! I am now looking for a solution for this for a couple of days now. Some of my modules are already live, while some modules are still in production. Therefore I would like to be able to enable...
View ArticleStatic Variable Not Working
HI Guys i am trying to increase a variable value whenever a function is called from Main page. Function something() { $count++; } I have declared $count as a static stil whenever i call this function...
View ArticleEvents, Handlers, Etc Example
I am looking for an extremely simple example of Events and Handlers so I can understand their purpose. Here's an imaginary, simple scenario: -There is a book store yii app with Sellers, Buyers, and...
View ArticlePerform Validation On An Array
Im trying to perform an validation on an array but not getting the desired results. Here is my modal.<?php /** * This is the model class for table "userGameNumber". * * The followings are the...
View Article