In this article I will show you how to slightly increase application security, by exploiting the fact that Yii implements the Front Controller Pattern.
In this article I will show you how to slightly increase application security, by exploiting the fact that Yii implements the Front Controller Pattern.
Stores session data in database and transfer data when session is destroy. Uses for check users online, user's last activity and last ip.
Language translation is a common requirement in multi lingual sites. In Yii, we can translate using message and view translation.
In your application configuration (protected/config/main.php), set the sourceLanguage parameter to English:
Hey guys, today we will show you how to make a Yii CJuitabs as example. Some feature cases such as Static tabs, render partial tabs, Ajax tabs, color tabs... You can see our code, there are simple 3 steps to make it work.
This wiki shall be considered deprecated since the Yii installer for composer has been discontinued.
Here I am describing how you can install and update Yii in WAMP sever.
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).
Through the YouTube API you can upload files directly to the Youtube server. Youtube currently offers two services 1. Direct Link 2. Browser Based Uploading. In this wiki I will demonstrate how you can quickly set Browser Based Uploading for your Yii application. This is the protocol request that takes place.
This article discusses the installation/configuration of the YiiBash project (https://github.com/dsoprea/YiiBash).
When you're finished following this article, you'll have a website that integrates WordPress and Yii routes in under one path. For example, you can setup /widgets and /customers to point to Yii controllers and /about-us, /contact-us, /blog/* and /faq pointing to WordPress pages.
change your index.php