Send Message
Posted: 31 Aug 2015, 11:42
how to redirect to the home page , after click on send message link , on the property details page..
Discussion of company’s products and Yii framework
https://monoray.net/forum/
Yii::app()->user->setFlash('success', tt('Thanks_for_request', 'apartments'));
$this->redirect(Yii::app()->homeUrl);