/PHP-One

A PHP Framework: One

Primary LanguagePHPMIT LicenseMIT

PHP: One

A PHP Framework: One

structure & checklist

  • foo/
    • bar/
      • log/ : Check the writable permission for application executor
      • src/ : Web Root
        • Config/ (Modify to suit your needs)
          • accounts.php : account for DB, Cache
          • defines.php : FDEF_DATA_..., FDEF_PACKET_...

src/Config/defines.php

if FDEF_DATA_WRITEONCE is true it will be write all manipulated data at once to [DB [, Cache]] at end of application life cycle