setup install like wordpress |
I want to make settings to install my application like wordpress.
I tried to make a new file like wordpress. but I have difficulty when making it. first option : PHP Code: if ( ! file_exists(APPPATH.'config/my_database.php')) { second option : PHP Code: if ( ! file_exists(APPPATH.'config/database.php')) { or if there is another way let me know Please help and thank you |
Messages In This Thread |
setup install like wordpress - by DELE - 10-08-2019, 01:25 PM
RE: setup install like wordpress - by jreklund - 10-09-2019, 10:32 AM
RE: setup install like wordpress - by saeednajafi - 10-09-2019, 04:30 PM
|