https://github.com/zoonman/adamant
Web-app MVC skeleton
https://github.com/zoonman/adamant
Last synced: about 1 year ago
JSON representation
Web-app MVC skeleton
- Host: GitHub
- URL: https://github.com/zoonman/adamant
- Owner: zoonman
- Created: 2013-10-26T02:34:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T04:13:48.000Z (over 12 years ago)
- Last Synced: 2024-04-15T09:17:04.488Z (about 2 years ago)
- Language: PHP
- Homepage: http://www.zoonman.com/projects/adamant/
- Size: 625 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
adamant
=======
My try to create a skeleton for development web-apps.
The zen of this thing - simplicity, speed and convinience.
Now is only begin of the way.
I have installed it on localhost with adamant hostname.
The default query in my config looks
`http://adamant/`
If we want to call index method in fire controller
`http://adamant/common/fire`
To call another method we can pass it as last parameter
`http://adamant/common/fire/high`