Skip to content

0xfcmartins/clean-phalcon-php

 
 

Repository files navigation

Phalcon PHP

This is a clean of MVC file structures you can use to develop and employ using Phalcon >= 3.0.x

Phacon-php/
├── app
│   ├── cache (.volt compile cache)
│   ├── config (Project configuration and environment vars)
│   │   └── config.php (Phalcon app config)
│   ├── controllers
│   │   ├── BaseController.php
│   │   └── IndexController.php
│   ├── services
│   │   ├── core
│   │   │   ├── ApplicationLoader.php
│   │   │   └── DependencyInjector.php
│   │   └── ServicesManager.php
│   └── views
│       ├── index
│       │   └── index.volt
│       ├── partials
│       │   ├── footer.volt
│       │   └── head.volt
│       └── base.volt
└── public
    └── index.php

License

Copyright © 2021. Porto Editora S.A. All Rights Reserved. This software is the proprietary information of Porto Editora S.A. Group.

About

Phalcon MVC Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.3%
  • Volt 5.7%
  • JavaScript 1.5%
  • HTML 0.5%