https://github.com/409h/phalcon-skeleton
A skeleton phalcon app with readme files to explain everything (hopefully)
https://github.com/409h/phalcon-skeleton
phalcon-php phalcon-skeleton php volt
Last synced: 5 months ago
JSON representation
A skeleton phalcon app with readme files to explain everything (hopefully)
- Host: GitHub
- URL: https://github.com/409h/phalcon-skeleton
- Owner: 409H
- Created: 2017-05-01T18:40:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:52:57.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T22:03:03.411Z (5 months ago)
- Topics: phalcon-php, phalcon-skeleton, php, volt
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Phalcon Skeleton
**Overview**
The purpose of this repository is to give a skeleton app that has the basic
things done. It's extremely basic and for explanation purposes but at a
state that can be extended into an app.
---
## app/
* The app directory holds everything for the backend of the application - all
the business and view logic. A place where users cannot browse to.
## public/
* The public directory holds everything that can be browsed by a user. Typically
holds CSS, JS, and images.
## app_config.php
* This holds all your application configuration.