mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
parent
99caa98df3
commit
ee6d1cfdf0
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ class TestsAppsPostsController extends AppController {
|
|||
$this->render('index');
|
||||
}
|
||||
|
||||
public function input_data() {
|
||||
$this->set('data', $this->request->input('json_decode', true));
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Fixturized action for testAction()
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue