content management system - How to make a CMS config file in PHP (custom) -
content management system - How to make a CMS config file in PHP (custom) -
i making custom cms in php , want know best way create config file it. want can alter variables within admin panel going add. have not messed filesystem functions before or other file functions not sure best approach. thanks!
an .ini
file can structured quite , you'll able update sections of. compared straight php configuration can edited easier syntax.
to parse .ini
file php array, utilize function parse_ini_file()
php content-management-system
Comments
Post a Comment