https://github.com/zekiunal/phalconhmvcskeletonapplication
Phalcon HMVC Skeleton Application with Mustache Template Engine
https://github.com/zekiunal/phalconhmvcskeletonapplication
Last synced: 6 months ago
JSON representation
Phalcon HMVC Skeleton Application with Mustache Template Engine
- Host: GitHub
- URL: https://github.com/zekiunal/phalconhmvcskeletonapplication
- Owner: zekiunal
- Created: 2014-04-05T22:41:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T10:02:19.000Z (over 9 years ago)
- Last Synced: 2025-11-27T16:55:33.578Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 189 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phalcon HMVC Skeleton with Mustache
=======================
Introduction
------------
This is a simple, skeleton application using the Phalcon 1.3.2 HMVC layer and module
systems. This application is meant to be used as a starting place for those
looking to get their feet wet with Phalcon PHP Framework.
Phalcon Framework
------------
[Phalcon](https://github.com/phalcon/cphalcon) is a web framework implemented as a C extension offering high performance and lower resource consumption.
Mustache
--------
[Mustache](https://github.com/bobthecow/mustache.php) is a logic-less template engine available
for many platforms and languages. A PHP implementation is available in
[this Github repository](https://github.com/bobthecow/mustache.php).