cfFramework is a CFML MVC Framework
Thanks by advance for your interest on cfFramework.
- moving the framework under a unique folder cffwk
- Add Session object
- Correct HttpRequest
- Add Engine detector and engine implementation for specifics
- Add args object on views (aka RenderArguments)
- Clean property definition on objects
- Add somes samples on default view
For a full list of changes, please see CHANGES.txt
Please refer to cfFramework wiki
https://github.com/jlepage/cfFramework/wiki/Install
Please refer to cfFramework wiki too
https://github.com/jlepage/cfFramework/wiki/Configuration
Let me know if you have some trouble or feedbacks with cfFramework.
You can use the "issue" part of github or contact me by email ([email protected]).
If you have ideas or wishes features for next version, do not hesitate to ask me.
( But that doesn't mean that I add it to cfFramework :p )
cfFramework use IOC, DI/1 writed by Sean Corfield
Please refer to DI/1 website - https://github.com/framework-one/di1
Copyright (c) 2010-2015, Sean Corfield
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
cfFramework is under GNU copyrights
Copyright (c) 2016, Jerome Lepage ([email protected])
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.