Gallery Manager extension
Often we have images gallery in our application. So I have written extension to manage images gallery. Features: * Optional image name/description * Multiple image upload in modern browsers(single...
View ArticleCjuiautocomplete On Focus
Hi does anyone knows how could the CJuiAutoComplete widget display the options on textfield focus without typing anything ? thanks!
View ArticleError When Foreign Key Is Null
Hi, is there a way to avoid the error Trying to get property of non-object when the value of a foreign key is NULL. I am a Yii beginner and I am wondering, because the following MySQL query on the...
View ArticleCustom Relation Model
Hi to everyone I have two models and I want to have custom relation between them the foreign key one of them is a part of the other so the below code public function relations() { 'relTable' =>...
View ArticleQuery Execution Time
Hi Everyone.. I have been using some join statements to get the data. But I wanted to use the Belongs:to , has-many , one-one, many to many Relation ships to reduce my query processing time. So I have...
View ArticleStar Rating
Hi guys, i'm currently creating an application with the star rating widget. What i'm looking to achieve is that a person should only be allowed to have one rate of a product, but he may update his...
View ArticleRelational Active Record
Hy i have some issues with relational active record for CRUD. The relation was build automatically by Gii My tabels are Products , Subcategories and a third table with id_product, id_subcategory the...
View ArticleToo Many Connections
Hi , in one of my project , when traffic is reaching to much i am getting CDbException CDbConnection failed to open the DB connection. and in my logs is this: SQLSTATE[HY000] [1040] Too many...
View ArticleHow To Avoid Calling Another Controller Action
Hi, i am quite new to fantastic framework yii and programming my own simple social network. I am now facing a problem - each user has his own photo galleries, can create them, edit etc. I have a...
View ArticleAdvanced Url Beautification
How would one go about turning /manage/crm/match/default/view/34 Into /manage/crm/match/34 ( default action view ) /manage/crm/match/default/action/34 Into /manage/crm/match/34/action the same for any...
View ArticleYiiboilerplate Installed An Extremely Slow
I just installed YiiBoilerplate on my shared Dreamhost webhost running PHP 5.3.13 and it seems really slow. These are the steps I followed: 1. Downloaded and unzipped Boilerplate 2. Edited...
View ArticleTwo Datepicker In Admin
Hello everyone! hope you doing well I am having a problem. I have a datepicker to filter in admin view (CGridView) in the _search.php, I am calling it this way echo...
View ArticleHow Would I Do Something Like This?
Hey all: I'm currently building a form builder in Yii where the front end consists of a drag and drop interface. The user can drag as many text, text area, check lists, and radio lists as they desire....
View ArticlePhpunit Fatal Error
I'm trying "create PHPUnit tests" with netbeans, but i'm having the following error: "PHP Fatal error: Class 'CActiveRecord' not found in ".../protected/models/Book.php". Someone know how i can fix this?
View ArticleProper Way To Related Models And Preform Db Queries
Hello all, I'm pretty confused on what I am doing wrong. I have a view duplicating a db query every record. How could I get this to stop doing this? Also, is there a way I could join the first 2 calls...
View ArticleProblema Con Las Vistas
Hola necesito saber como puedo mostrar en una vista los datos de distintas tablas de mi base de datos.Por ejemplo tengo dos tablas una tabla es la de Usuarios y la otra es de Comentarios,el caso es que...
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 ArticleAjax Validation In Fancybox - Wrong Action
Hi all. I have a problem with Ajax validation in Fancybox. I have an ajaxLink that opens Fancybox with a form. This form should be send via Ajax to controller and validated, but wrong action is used...
View ArticleChttpexception - Unable To Resolve The Request "site/error".
Hello, I'm trying to debug a strange error we're having when trying to access the backend of our website: When we goto backend.php we receive this error: CHttpException Unable to resolve the request...
View Article