CodeIgniter Study Notes (vi) input class in--ci Super Object

Source: Internet
Author: User

Input is a Ci_input type object, obtained through $this->input, which provides methods for obtaining user input information, such as:

  1. Post method: Used to get parameters passed through the Post method
  2. Get method: Used to get arguments passed through the Get method
  3. Post_get method: Used to get the parameters passed by the post or get method, giving priority to the post parameters.
  4. Get_post method: Used to get the arguments passed by the post or get method, taking precedence on the Get parameters
  5. Server method: Get the value in $_server
  6. Cookie method: Get the value in $_cookie
  7. Set_cookie method: Set Cookie Value
  8. 。。。。。。

CodeIgniter Study Notes (vi) input class in--ci Super Object

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.