How to get the QUERY STRING using the Yii Framework 1.1.x

H

How Can We Help?

How to get the QUERY STRING using the Yii Framework 1.1.x

The QUERY STRING server variable forms part of the Server and execution environment information set

To get the QUERY STRING within the Yii Framework use the following code

echo Yii::app()->request->getQueryString(); //The same as echo $_SERVER['QUERY_STRING'];

This can be called from anywhere within your Yii Framework application

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me