[Extension] Yii-Forum
THis is the support thread of Yii-forum, an easy to install, mostly self-contained forum module. Extension page
View ArticleDetect "touch" Devices (Not "mobile")
Hi, I really do not have any temptation to own a tablet or any other "touch device". I am a happy ultrabook user so I was surprised my customer complained: - Hi Ziggi, the site you've developed is good...
View ArticleModule Language
Hi, the brand new module I have installed in my app, uses a different sourceLanguage than my app. Hopefully (and as it was built with i8n in mind), this module comes with a set of message files that...
View ArticleMSSQL (dblib): Driver does not support this function
Hi all I would like to connect to a remote MS-SQL Server with the pdo_dblib driver (freetds) on CentOS 5.5. After some minor problems with the OS configuration, I finally got the connection working...
View ArticleProxy Server, Cache, Https And Chttprequest::$Issecureconnection
I have a "special" setup on my servers where I have a proxy sitting in front of the cache which in term fetches data from the actual web service. After installing a SSL certificate @ the proxy level, I...
View ArticleApproach to Multi-Tenant Application using a Behavior
For a current project I needed a solution to Multi-Tenancy using Yii Framework. So that users belonging to tenant A are not able to access any models owned by tenant B. Basically I got inspired by this...
View ArticleTrouble Searching Through Relations
I need search first_name and last_name through relations of the model MessageLog I tried things like: public function search() { // Warning: Please modify the following code to remove attributes that...
View ArticleCdbcriteria - Сортировка - Mysql - Cgridview
Доброго времени суток, коллеги. Непонятно как осуществляется сортировка с базы когда она осуществляется с помощью AJAX от CGridView. А именно: когда я дамплю $dataProvider->criteria->order и сам...
View ArticleApi Docs (Html) В Pdf
Вобщем дело обстоит так: у меня есть API Docs (набор HTML, CSS файлов) сгенеренных из сорцов с помощью shaan360/Yeeki @ github.com, хочу сконвертить их в один PDF файл. У Yii есть документация...
View ArticleTdd Best Practice In Using Restful Api
Hi there, I'm constantly looking for the best way to use TDD in Yii app development. Nowday most web app are composed by a fronted, an API layer (usually JSON) to provide async calls to the server and...
View ArticleVerstehe Relationen Nicht
Hallo, kann mir jemand helfen, folgendes umzusetzen. Ist ja wahrscheinlich kein Yii Problem, sondern ein DB-Verständnisproblem. Ich habe Tabellen mit folgenden Fremdschlüsseln: Tabelle Noten:...
View ArticleGiix Compatibility With User + Rights
Sorry if there is an obvious question, but as Yii noobie I can't figure out what is happening or what to try next. I'm hoping someone can't point me in the right direction. I generated CRUD with Giix...
View ArticleTdd Best Practice In Webapp Con Restful Api
Ciao a tutti, sono alla continua ricerca del miglior modo di scrivere codice con approccio TDD utilizzando il framework Yii. Ad oggi la maggior parte delle applicazioni web è composta da un frontend,...
View ArticleКеширование Несколькими Компонентами
Есть желание часть данных кешировать в мемкеше или темп таблицах БД, часть в файлах, а часть может быть еще в чем-то ... Интересно послушать идеи, как бы вы реализовывали такую задачу?
View ArticleProblema Al Abrir Gii
Hola amigos, estamos aprendiendo a utilizar Yii como herramienta de trabajo para el desarrollo de proyectos. El problema con gii es que cuando intentamos acceder a el (localhost/datosabc/gii) el...
View ArticleSelect In Yii
hi all ,i tried to get the result from the table MAIL using the below query ,but it gets displayed as a array ,how can i get it? $connection=Yii::app()->db; $sql = "SELECT Receiver from mail";...
View ArticleReports In Excel And Pdf
Hello guys, Im producing reports in excel and pdf using php excel and mpdf But when I create a report, In my excel report and pdf, it also includes the word Displaying records 10-10 which is present in...
View ArticleYii Bolierplate
Hi wondering if anyone can help. I downloaded clevertech's yii bolierplate the other day and wondering if you need to do anything to install it?? If not when I navigate to the backend/site I get an...
View ArticleMonthpicker Widget
This is a simple Wrapper Widget for the jQuery UI Monthpicker Widget from Julien Poumailloux. A Demo of the JQuery widget can be found here Requirements Tested with Yii 1.1.9. Unpack the widget Extract...
View Article