We can easily have a multilingual site if we put a "lang" parameter that comes via GET. For example:
We can easily have a multilingual site if we put a "lang" parameter that comes via GET. For example:
Knowledge is necessary to determine the address of the controller in a single layer system. This allows you to quickly search and painlessly produce refactoring controllers and their addresses.
Here you learn to create and set a simple ahref-link to logout the current user.
In this article, I will describe how to manage URLs for a Website that has both secure and nonsecure content.
In this article, we introduce an approach that allows automatic hyphenation of the route part in URLs.
Many time for SEO porpouses is important that each page will have a unique address.
Maybe it looks simple, but some time ago I need some time to find a solution of this case. I finally got it, and I want to share that I also experienced such cases. So that it can make reference.
Many applications wish to obtain parts of the URL for the current page (the hostname, the query string, etc.), and the CHttpRequest
class wraps various $_SERVER
variables to break down the URL into its constituent parts.
This guide is for more or less advanced users. If you just started with Yii or didn't worked with any web-framework before, you may should come back later :-)
The Definitive Guide introduces the fundamentals of managing URLs in a Yii application. In this tutorial, we introduce a practical technique that can quickly turn your application into using search-engine-friendly URLs.
Below I have created an Html helper with methods to help me locate directories of my assets dynamically. Such assets may include CSS, JavaScript and images.
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM