Website Templating
A template engine is a piece of software that processes an input text (the template) to produce one or more output texts.The processing itself generally consists in replacing specific sequences of text with data provided by a model or resulting from more complex operations.
From : en.wikipedia.org/wiki/Template_engine
cakePHP
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Why use it ?
Hot Features:
- Model, View, Controller Architecture
- View Helpers for AJAX, Javascript, HTML Forms and more
- Built-in Validation
- Application Scaffolding
- Application and CRUD code generation via Bake
- Access Control Lists
- Data Sanitization
- Security, Session, and Request Handling Components
- Flexible View Caching
- And More...
- Active, Friendly Community - Just join our IRC channel to see who's in. We'd love to help you get started.
- Flexible License - Cake is distributed under the MIT License
- Clean IP - Every line of code was written by the CakePHP development team
- Extremely Simple - Just look at the name...It's Cake
- Rapid Development - Build apps faster than ever before (check out the zZine article)
- Best Practices - Cake is easy to understand and sets the industry standard in security authentication, and session handling, among other features.
- OO - Whether you are a seasoned object-oriented programmer or a beginner, you'll feel comfortable
- No Configuration - Set-up the database and watch the magic begin
visit
cakePHP
cakePHP was visited : 114 times
Loading .....