What it is? What I have not tried, I can’t remove it.
class CartController extends AppController { public function actionAdd(){ echo 'ok'; } } Result:
What it is? What I have not tried, I can’t remove it.
class CartController extends AppController { public function actionAdd(){ echo 'ok'; } } Result:
Source: https://ru.stackoverflow.com/questions/840871/
All Articles