Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cakephp get present name

$controllerName = $this->request->getParam('controller');

// Prior to 3.4.0
$controllerName = $this->request->param('controller');
Source by book.cakephp.org #
 
PREVIOUS NEXT
Tagged: #cakephp #present
ADD COMMENT
Topic
Name
6+3 =