is it better to keep or block the SHOW COLUMNS of thinkphp? ...
thinkphp3.2 SHOW COLUMNS, ...
when the operation inserts new data into the database, "PHP message: PHP Fatal error: Class thinkdbbuilder not found in tp5 thinkphp library think db Connection.php on line 159 " excuse me, what is the problem? ...
when you encounter new tasks and daily tasks when doing an APP interface function, it is reasonable to write in the background. It is wrong to ask if you have done a task every time you do it. For example, if you want to check whether you have comple...
" appcms taglib CmsTagLib " t ...
the native PHP,vue-cli build used before can be run by putting it directly into the running directory. the thinkPHP that just changed today, put the file after build under view, open the website and report an error. Does need additional configuration? ...
use ThinkPHP5.0 to have a file namespace namespace WxPay; there are three classes a, b, c, in this file. I cannot introduce by using use WxPay a; . according to the rules of TP, the class name should be the same as the file name, but this ...
< table > < thead > < tr > < th > Classification Table: < th > < tr > < thead > < tbody > < tr > < td > id < td > < td > department < td > < td > pid < td > < td > level < td > < tr > < tr > < td > 1 < td > < td > Administration < td ...
$cardNoBegin = 1; $cardNoEnd = 10000; $where[ number ] = array( between , [$cardNoBegin , $cardNoEnd]); $list = VipCardModel::where($where)->field( id,number,issue_uid,rank )->select(); foreach($list as &$value){ foreach $value...
as mentioned, 403 Forbidden appears to access .php files under static directory named php, but other file formats such as html and js are normal, and all files whose folder name is not php are accessed normally (including php files) nging configuratio...
for example, I have a set of cms, or cmf, which is accumulated through previous projects, and now new projects come and need payment functions, such as WeChat Pay and Alipay. if you write it directly, of course, you can, but this set of code, I am pre...
problem description to develop single-choice, multiple-choice, right and wrong questions, how to design the database? How many watches should I design? I can t figure it out, for example, single selection and multiple selection are of the same type, ...
problem description to develop single-choice, multiple-choice, right and wrong questions, how to design the database? How many watches should I design? I can t figure it out, for example, single selection and multiple selection are of the same type, ...
demand is roughly as above: if you have two tables, table order and table item in which table order can match the data of multiple tables item but some of the data in table item have prices that are zero and some are not zero now you need to output...
there is a requirement that users must log in to the system to see the pictures. If they do not log in, they will not be able to see them. Put the picture in the public directory, it s external, anyone can see it if you don t log in, but if you don t ...
I can perform database operations localhost user man list when I access it in the browser. in the command window, cd enters the public directory, and then you can execute the code according to the normal thinkphp request mode. Even if you cannot exec...
A normal branch of a project has been in a normal branch for 2 years, but there has been a sudden error in these two days. The test found that thinkphp could not read the cache, and runtime must be deleted to be normal. I even restarted the server, bu...
I need to change the values of the template to text and pictures ~ as a result, it is found that the document does not seem to be written to replace the picture and not even the addImage method checked the data and found no practical effect c...
describe the problem A list of products that needs to be displayed according to different keywords. Keywords appear in "highlight_desc | keywords | page_title | description ", respectively. Such as keywords "42L large capacity ", "one-click menu "....
thinkphp+mysql+redis, is used in the background to arrange on-site exams every period of time, about 100 people. At ordinary times, 3000 people will take mock exam training. my idea: formal examination, give out 100 sets of papers, except that there a...