Hi Phalcon, I've worked with Yii framework. In Yii, I can call at any place and it is always placed at the beginning of the <title> tag: Yii :: app () -> clientScript-> registerCssFile ( 'product.css');
Is result: <head> <link href="product.css" rel="stylesheet"> <title></title> </head>
In phalcon can do this? Pelase help me