We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effd953 commit 6af8bf7Copy full SHA for 6af8bf7
README.md
@@ -84,7 +84,7 @@ class Test extends CI_Controller
84
*/
85
public function task()
86
{
87
- $data = $this->input->post(); // as you see, params worked like normally post data
+ $data = $this->input->post(); // as you see, params worked like normally post data
88
89
log_message('info', var_export($data, true));
90
}
0 commit comments