I am new to php and the yii framework. I have started developing simple a application using the yii framework and I see this in lot of places:
yii::app()
Could someone explain to me what does this syntax means and is it a PHP-specific way of programming?
Thats calling the static method
appon the classyii.Scope Resolution Operator