current location:Home > Technical Articles > PHP Framework > ThinkPHP

  • How to sum in thinkphp template
    How to sum in thinkphp template
    How to implement sum in thinkphp template: 1. Create a Show controller; 2. In the Show controller, create an index method to pass data to the template; 3. Create a digital array and use assign to pass the array to index.html page; 4. Render the page output results through the display method; 5. Use the array_sum function to calculate the sum of the array values ​​and output it on the page.
    ThinkPHP 1474 2022-12-06 10:32:07
  • What to do if thinkphp create method fails
    What to do if thinkphp create method fails
    Solution to the failure of the thinkphp create method: 1. Write a test method to simulate the data input by the user on the front-end page, with code such as "public function insert2(){...}"; 2. Add a default value to the status field in the database. 1 and save the settings.
    ThinkPHP 1388 2022-12-06 10:21:22
  • What to do if Chinese garbled characters appear in thinkphp5
    What to do if Chinese garbled characters appear in thinkphp5
    Solution to Chinese garbled characters in thinkphp5: 1. Add "character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci" to mysqld in my.ini; 2. Indicate the character encoding "header('Content" in the background program PHP code -Type: text/html; charset=utf-8');".
    ThinkPHP 1577 2022-12-06 10:14:51
  • How to use the add method in thinkphp
    How to use the add method in thinkphp
    The add method in thinkphp is used to add data to the data table, which is equivalent to the INSERT INTO behavior in SQL. Its usage syntax is such as "if($lastInsId = $Dao->add($data)){...}".
    ThinkPHP 1746 2022-12-06 10:05:35
  • How to use thinkphp big d method
    How to use thinkphp big d method
    The thinkphp big d method is used to instantiate a custom model class. It is an encapsulation of the Model class instantiation by the ThinkPHP framework. It implements the singleton mode and supports cross-project and group calls. Its usage syntax is such as "$User = D( 'User');" means instantiating a custom model of the current project.
    ThinkPHP 1948 2022-12-06 09:55:05
  • What to do if thinkphp token fails
    What to do if thinkphp token fails
    Solution to thinkphp token failure: 1. Open the WeChat applet token verification code; 2. Clear the cache area before outputting "echostr", that is, placing the "ob_clean();" code before echo can solve the problem of token failure. .
    ThinkPHP 2076 2022-12-06 09:50:31
  • How to hide home in thinkphp3.2
    How to hide home in thinkphp3.2
    How to hide home in thinkphp3.2: 1. Add "define('BIND_MODULE','Home');" to index.php; 2. Find the "application/commom/conf/config.php" file and add the configuration as "' URL_MODEL'=>2." That's it.
    ThinkPHP 1631 2022-12-06 09:33:24
  • What should I do if thinkphp5 post cannot get the value?
    What should I do if thinkphp5 post cannot get the value?
    thinkphp5 post cannot get a value because TP5 uses the strpos function to find the app/json string in the content-type value of the Header. The solution is to set the content-type value of the Header to app/json.
    ThinkPHP 2174 2022-12-06 09:29:09
  • How to use thinkphp 3.23 c method
    How to use thinkphp 3.23 c method
    The c method in thinkphp3.23 is the method used by ThinkPHP to set, obtain, and save configuration parameters. It is used frequently; its usage syntax is such as "C('DB_NAME','thinkphp');" which means setting the DB_NAME configuration parameter. The value is thinkphp.
    ThinkPHP 1837 2022-12-06 09:29:18
  • What to do if thinkphp eq fails?
    What to do if thinkphp eq fails?
    Solution to thinkphp eq failure: 1. Open the corresponding tp file; 2. Check the eq tag; 3. Modify the usage method to "{eq name="$vo.adminrole" value="0"}<td style="text -align: center"></td>{/eq}" is enough.
    ThinkPHP 1591 2022-12-05 11:31:45
  • How to remove bom in thinkphp
    How to remove bom in thinkphp
    How to remove BOM in thinkphp: 1. Run Editplus, click "Tools", select "Preferences", and then set the "UTF-8 Identity"; 2. Open the file through ultraedit and select "utf-" in the encoding format of the Save As option. 8No BOM header"; 3. Use the "92wcms.php" program in the directory to remove the BOM.
    ThinkPHP 1215 2022-12-05 11:11:12
  • thinkphp exp what does it mean
    thinkphp exp what does it mean
    thinkphp exp is a comprehensive expression to support more complex condition settings. The operating conditions of exp will not be treated as strings. Any syntax supported by SQL can be used, including the use of function and field names; exp is not only used for where conditions, but also Can be used for data updates.
    ThinkPHP 1913 2022-12-05 11:01:58
  • thinkphp ds what does it mean
    thinkphp ds what does it mean
    thinkphp ds represents the meaning of slash/; under window, it represents backslash\ or slash/, but for compatibility with writing, it is recommended to use slash/; the use of ds is equivalent to "$info = $file->move(ROOT_PATH . 'public/uploads');".
    ThinkPHP 1888 2022-12-05 10:58:43
  • How to get request headers in thinkphp5
    How to get request headers in thinkphp5
    How to get the request header in thinkphp5: 1. Get all the information in the request header through the "$info=Request::instance()->header();" method; 2. Use "$accept=Request::instance()- >header('accept');" method obtains the information in a request header.
    ThinkPHP 2362 2022-12-05 10:48:37
  • How to remove url index in thinkphp
    How to remove url index in thinkphp
    How to remove url index in thinkphp: 1. Move the .htaccess file to the root directory of the project; 2. Add "'URL_MODEL' => 2," to the project's configuration file; 3. Open Apache's httpd.conf file; 4. Delete the # symbol in front of mod_rewrite.so; 5. Restart Apache.
    ThinkPHP 1464 2022-12-05 10:44:03

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!