Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save takahashi-h5/5e864fc00c7e42ade015f509bf5a30c0 to your computer and use it in GitHub Desktop.
Save takahashi-h5/5e864fc00c7e42ade015f509bf5a30c0 to your computer and use it in GitHub Desktop.
// オートローダー設定
$loader = new Phalcon\Loader();
$loader->registerNamespaces(
[
'App\Models' => __DIR__ . '/models/',
]
);
$loader->register();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment