how to classify and manage logs under the framework of CI?
do you want to split the log into different files for different businesses? does the CI framework support it?
now they all use the default log_message
.Thank you.
how to classify and manage logs under the framework of CI?
do you want to split the log into different files for different businesses? does the CI framework support it?
now they all use the default log_message
.Thank you.
Previous: Why didn't this js output what was expected?
Next: Vue form form upload Picture Click the button to upload
the environment is windows,php5.5,codeigniter 3.1.8 the code is as follows: <?php session_start(); $_SESSION[ admin ]="1"; $str =array("_SESSION"=>array("isadmin"=>"admin",&quo...
when I first came into contact with the frame, I felt that the CI framework had a lot of superfluous places, such as: the acquisition of POST parameters: $_ POST [ "key "] is not it easier and more convenient than $this- > input- > post ( "key ") ...
if you want to develop a ci project, where do you put static files such as pictures, js, css, etc. what should I do with url when accessing pictures? For example, if you put it in the asset directory at the level of index.php, the url for accessing the ...