WebBaker
Author: Krazy Nio (krazynio AT gmail.com),
BLOG
About WebBaker
WebBaker is a web build utility for
CakePHP Framework
.
It can help build the necessary CakePHP MVC files.
To match current CakePHP release, it's current version is 0.10.0_dev.
License
Licensed under
The MIT License
.
Release & Download
version: 0.10.0.1217_alpha
(2006-01-19)
ChangeLog:
Updated to work with Cake_0.10.0.1217_alpha and above version (current is RC2).
Add bake type. Currently it has three types: "empty", "scaffold" and "popular".
Empty: will create empty view files.
Scaffold: will use "scaffold" in the controller file and don't create any view file.
Popular: will create popular CRUD controller codes and view files.
If the action is specified with an underscore (_private_action) then it will not create an equivalent view.
Download:
WebBaker_0.10.0.1217_alpha.zip
version: 0.10.0_dev
(2005-10-07)
Download:
WebBaker_0.10.0_dev.zip
Requirements
CakePHP
and what running CakePHP requires.
Installation
Copy 'app' and 'vendors' directories to your CakePHP root directory.
Chmod app/models, app/controllers, and app/views to 0777.
Launch http://localhost/cake/bakers or http://localhost/bakers (depending on your CakePHP installation).
Screen Shots
Related Projects
CakePHP Framework
rdBaker: a build utility for Cake MVC
Last Modified: