Blogger Information
Blog 55
fans 0
comment 0
visits 30544
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
5月18日作业
老专的博客
Original
532 people have browsed it

5月18日作业

数据库 与 php 程序逻辑关系是要下大工夫理解和掌握的,不是老师1--2小时就能解决问题的。

<?php

echo '<h2>实战课五:php 逻辑</h2>';

echo '<p style="font-size=18px"> 

        一、数据库的数据表的字段一定要简明,注释一定写。 <br>

            id -- 主键 自增; <br>

            uid -- 用户编号; <br>

            nickname -- 用户昵称; <br>

            avater -- 头像; <br>

            

        二、异步提交(Ajax): <br>

            1、页面不需要刷新;

            2、用户体验好;<br>              

            3、实时显示 ;             

            4、禁止前台不处理数据, 通过 get post 传数据到后台;<br> 

            

        三、写 php 逻辑注意事项:<br>  

            1、input 输入的信息,保存到系统的同时,最好实时显示到前端页面;<br>

            2、尽量减少代码。 <br>

            3、要过滤用户输入的没用的对象,如空格, trim(); <br>

            4、前端能处理的业务不要放在后端处理;<br>

            5、尽量少用 elseif else; <br>

            6、return 跳出函数,后边的部分不运行; <br>

            7、目录、文件命名、状态码设置,项目开始就要规划好。 <br>

            8、数据查询最好放在函数和循环的外面,减少数据库的压力; <br>

            9、理清数据表和 PHP 业务逻辑,要下大功夫; <br>

    

  </p>'; 


Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post