Implement Nusoap In Yii
Hello everybody, I have a small module must be convert from PHP-core to Yii Controller. First is simple Webservice using NuSOAP: <?php include "nusoap.php"; $server = new soap_server();...
View ArticleCustomize Error Message Display For Cdbexecption
Hi Folks, I am trying to change the display for CDExecption and all before Entry Application Entry point. Let me explain to you what i have done so far. I have provided an interface to set a...
View ArticleКак Подключить Extension Для Модуля ?
Столкнулся с такой проблемой, что не могу понять как подключить расширение к модулю (если просто к приложению проблем нет). Подскажите как правильно (красиво) выйти из такой ситуации: Есть extension...
View ArticleIs There A Way To Check Referential Integrity For Myisam Tables Using Yii
While I used InnoDB tables I caught FK constraint exceptions from InnoDB engine. I know that Yii can fetch related tables according to relations(). Besides I need to check referential integrity during...
View ArticleDemo Project For Yii Newbie
Hi, I am very impressed to use YiiBooster extension developed by my internet friend Antonio and I Suggest Yii newbie to try and use this. I had create one small demo (it takes around 4-5 hours) to help...
View ArticleLooking For Yii Expert In Spain
Looking for some Yii expert to finish a proyect with us. Spanish speaking would be good but not mandatory Interested fill surveymonkey.com/s/RY6PQ7F and after contact by skype: buscoprogramador Pere
View ArticleClistview Ajax Content
Hi all, Here what I try to do: I have tab menu - Tab1 and Tab2. When one of them is clicked with ajax I load it's specific content. I use CListView to display this content. It works fine but when I try...
View ArticleSeeking Yii Expert Tutor
I am looking for someone with deep knowledge of Yii framework to tutor the same to myself. Knowledge of AJAX will be considered a plus. I am a Perl/C++ programmer who needs to get upto speed with Yii...
View ArticleYiiframework.co.il Code is now open sourced!
CMS Application This is something I've been working on and still am constantly to make it better, This is a CMS system that allows you to control an entire multi-language website simply from within...
View ArticleEgmap - Odświeżanie Zawartości Markerów Z Bazy
Witam serdecznie. Czy ktoś mógłby mnie naprowadzić, ewentualnie pomóc mi w takiej kwestii: poniżej mam działający kod, który wyświetla markery z bazy na mapie egmap, który jest powiązany z widgetem...
View ArticleAdd Criteria To Crud Generated Page
Hello every body, I'm new on Yii, and I didn't find any tutorial or trick for the following problem: I would like my CRUD generated page to be dependent of my logged user. More precisely, I would like...
View ArticleYii Booster Submenu's
I would like to have the sub-menu items shown directly when I hover over the parent menu-item. Looking at the YiiBooster documentation I never see this option available. Is there a possiblity to...
View ArticleYii Tutorials For Newbie
Hi everyone, I'm a newbie here. and would want to learn Yii. yes i like this philosophy and method of framework. so please refer some great video tutorials to help me as a beginner. Please help me to...
View ArticleBlog Tutorial
Hi All, I am following the blog tutorial. Instead of using a table called tbl_user, I am using a table called tbl_rider. I have used the gii tool to make a model called Rider in Rider.php in the models...
View ArticleCgridview, Buttons, Url-E Do Różnych Widoków
Witam Mam pytanie, jak mogę wygenerować url-e do przycisków w cgridview, które nie będą wpisane "na sztywno". Chodzi mi o to, że załóżmy mam kontroler Obserwacje, w którym wyświetlam obserwacje z...
View ArticleHow To Access A Model In A Module From Sitecontroller
Hi All, I have a module and in the default action index in SiteController I would like to retrieve information from a model currently located in a module, I just can't do it! Yii is trying to look for...
View Article[Module] Yii User Management Module
This is the forum thread for the Yii User Management Module In order to use this Module, please be sure to use the latest development Snapshot of yii or at least yii-1.1.1 (to be released). It will not...
View ArticleReglas De Negocio Con Rbac
Buenas a to2, con el fin de usar el sistema de autenticación y roles por defecto de Yii , he generado con rbac el sistema de roles, tareas y operaciones pertinente, pero tb necesito generar algo de...
View Article[Wiki] How To Use The Official Yii Installer For Composer
this post is related to the "How to use the official Yii installer for Composer" wiki post. Thanks brOsk for this intresting post. ....just one question : how come creating a new yii webapp produces...
View ArticleUsing Rbac
Hi everyone, I'm using RBAC in my project, but I have to improve the system because If I allow the users with the rol... fe:"edit" for admin and update posts as here: //Posts Controller... public...
View Article