ThinkPHP, thinkphp form _ PHP Tutorial

Source: Internet
Author: User
ThinkPHP form. ThinkPHP notes for processing forms. the thinkphp form example in this article describes the notes for processing forms in ThinkPHP. Share it with you for your reference. The specific analysis is as follows: ThinkPHP form processing considerations

The example in this article describes the considerations in processing forms in ThinkPHP. Share it with you for your reference. The specific analysis is as follows:

Note the following issues when submitting data in the form in ThinkPHP:

1. directly access a method in the module through a url, which is not safe. You can use the following to limit

The code is as follows:

$ This-> isPost (); // checks whether the method is accessed in post mode.

Use the constant IS_POST in 3.1.3 for determination.

2. troubleshooting methods:

_ 404 ('error prompted ', 'Jump [note that the debugging mode will not jump ]','');

Method halt ();

Query:

The code is as follows:

M ('wish ')-> select ();

Add:

The code is as follows:

M ('wish ')-> data ($ data)-> add ([$ data]);

Delete:

The code is as follows:

[Be sure to use the where condition] M ('wish ')-> where ()-> delete ();

Data () instantiation parameters:

The code is as follows:

M ('wish ')-> data ($ data)-> add ();

Allocate in template

I hope this article will help you with ThinkPHP framework programming.

Examples in this article describes the considerations in processing forms in ThinkPHP. Share it with you for your reference. The specific analysis is as follows: T...

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.