Skip to content

yii

yii-framework

Yii PHP Framework Application Workflow

Reading Time: < 1 minute

Yii is one of the major php framework and its comes with lot of inbuilt features that every php developer requires and loves. But most of the Yii Developers doesn’t really know how the Yii framework application works as well. Here is the end point to explain the process of Yii PHP Framework Application Workflow Process.
Read More »Yii PHP Framework Application Workflow

Yii

Remove index.php in the url of Yii website

Reading Time: 2 minutes

Complete URL management for a Web application involves two aspects:

  1. When a user request comes in terms of a URL, the application needs to parse it into understandable parameters.
  2. The application needs to provide a way of creating URLs so that the created URLs can be understood by the application.

For a Yii application, these are accomplished with the help of CUrlManager.

Yii is one of favourite php framework of all time. Here we give another one hidden secret of Yii which is very helpful for changing the URL structure to your application for more convenient reading.

Read More »Remove index.php in the url of Yii website

Yii

Redirect to History – Yii

Reading Time: < 1 minute

Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as “Yee” and in Chinese it means “simple and evolutionary”

Yii is the one of major MVC framework of PHP. We need to redirect the previous / history page for some circumstances in every development.

Here we show how to achieve that;

Read More »Redirect to History – Yii

php-frameworks

Future of PHP MVC Frameworks

Reading Time: 2 minutes

The advent of Internet on the face of the world has made working easier and efficient, now we need not to move out of our houses to get our works done, one click and our work is done. Internet has also leveraged us with various options of entertainment. the world has started admiring the unique work of Apple, the company is trying to innovate like never before and serve the customers across the globe with something new and unique every time.

Read More »Future of PHP MVC Frameworks