PHPでオレオレMVCをやる時のディレクトリ構成メモ

   · ☕ 1 min read
🏷️
  • #PHP
  • mvcphp/
      public/        Entrypoint, .htaccess
      app/           Application Code. Core.
        controller/  Controller.
        model/       Model data  which connect to the database.
        views/       
        core/        Super Class for Controller and View.
        start.php    bootstrap file.
    
    Share on

    whasse
    WRITTEN BY
    whasse
    Web Developer