CakePHP Cookbook 4.x
example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped $this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook Documentation 5.x
$this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped0 码力 | 1080 页 | 939.39 KB | 1 年前3CakePHP Cookbook Documentation 5.x
$this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped0 码力 | 848 页 | 2.53 MB | 1 年前3CakePHP Cookbook 3.x
example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped $this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 3.x
example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped $this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm0 码力 | 967 页 | 2.80 MB | 1 年前3CakePHP Cookbook 4.x
example, the following URL could be used to paginate both tags and articles at the same time: /dashboard?article[page]=1&tag[page]=3 See the Paginating Multiple Results section for how to generate scoped $this->Html->link( 'Dashboard', ['controller' => 'Dashboards', 'action' => 'index', '_full' => true] ); Will output: Dashboard Specify confirm0 码力 | 967 页 | 2.88 MB | 1 年前3CakePHP Cookbook 2.x
target="_blank">Enter Use 'full_base' => true option for absolute URLs: echo $this->Html->link( 'Dashboard', array( 'controller' => 'dashboards', 'action' => 'index', 'full_base' 'full_base' => true ) ); Will output: Dashboard Specify confirm key in $options to display a JavaScript confirm() dialog: echo $this->Html->link(0 码力 | 1096 页 | 958.62 KB | 1 年前3CakePHP Cookbook 2.x
$this->Html->link( 'Dashboard', array( 'controller' => 'dashboards', 'action' => 'index', 'full_base' => true ) ); Will output: Dashboard Specify0 码力 | 820 页 | 2.52 MB | 1 年前3
共 8 条
- 1