January 19th, 2006 at 4:17 pm by Nio
Webbaker 0.10.0.1217_alpha released!
很久没有更新过 Webbaker 了,在 CakePHP 0.10.0.1217_alpha 发布之后,之前的 Webbaker 版本就已经不能正常使用了。本来以为没什么人用这个,所以也就懒得改,没想到前几天有人给我发邮件,问我为什么不能在现在的 CakePHP 版本下使用,我只好很不好意思地回信告诉他我的业余时间太少,所以没有更新。。。
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.
Hm, does it also work with the latest release of CakePHP, release candidate 2?
Yes. You can try it.
剛把cakephp裝好,測試一下您的webbaker出現下面ERROR,剛接觸cakephp還不熟請多包含,文件中沒注意DB哪裡要建TABLE
No Database table for model Test (expected “tests”), create it first.
Notice: this error is being rendered by the app/views/errors/missing_table.thtml view file, a user-customizable error page.
hi, lamp.
我已经很久没有使用 cake 了,放弃它的一个原因是因为它把一切都绑定到了 framework 中,很难解藕。webbaker 对于最新版本的 cake 不一定好用,毕竟当时的版本太老了