Contributors: Ludovic Roland (http://www.rolandl.fr)
Stable tag: 1.2.0
License: MIT
Rolandl PHP Framework is a light PHP framework based on the OpenClassrooms course "Programmez en orienté objet en PHP" and strongly connected to Bootstrap.
The documentation will be available one day...
- http://www.sylvie-brouillet.com/
- http://www.collectionsperso.fr/
- http://riders.rolandl.fr/
- http://books.rolandl.fr/
Licensed under the MIT License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://opensource.org/licenses/MIT
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.
- Clean-up the code
- Add the possibility to use a custom
contentType
for a route into theroutes.xml
file
- Fixed syntax error into the
FormHandler
class.
- Updated the way an error 404 is managed
- Added the possibility to do not load the Template of an application in order to generate files that are not PHP like a PDF
- First public version of the framework.