webman icon indicating copy to clipboard operation
webman copied to clipboard

Update support/helpers.php

Open youfeed opened this issue 4 months ago • 0 comments

Add global auxiliary function ini to read configuration files gracefully

  • ini(null) returns all configurations
  • ini('MYSQL','Default value') returns the first-level configuration [array]
  • ini('MYSQL.HOST') returns the third-level configuration [string]

youfeed avatar Feb 27 '24 19:02 youfeed