Thiết lập culture cho các actions ở backend
class newsActions extends autoNewsActions {
public function preExecute() {
$this->getUser()->setCulture('vi');
parent::preExecute();
}
}
Title:
Symfony backend: Set culture for module action
Description:
Thiết lập culture cho các actions ở backend class newsActions extends autoNewsActions { public function preExecute() { $this->ge...
...
Rating:
4