TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Launching CakePlate, a boilerplate CakePHP distribution for fast web apps

40 点作者 garbowza超过 14 年前

5 条评论

ConceptDog超过 14 年前
'fast' and 'CakePHP' shouldn't be used in the same sentence. Cake is great for RAD (Rapid Application Development) but the framework itself is massively bloated to almost the same level as a full CMS.<p>You'll get to market faster, but you'll also be planning a rewrite or migration sooner should you enjoy some degree of success.
评论 #1954567 未加载
评论 #1954430 未加载
评论 #1954250 未加载
评论 #1954253 未加载
Griever超过 14 年前
This is excellent. I've been wanting a similar PHP version of the Html5Boilerplate for some time now. If this saves me as much time as the Html5 version, I'd hop on this in a heartbeat. Seeing more PHP frameworks take this approach would be a great thing, I believe.<p>The RoR commmunity has had this opportunity for quite some time now with Thoughtbots' Suspenders (<a href="https://github.com/thoughtbot/suspenders" rel="nofollow">https://github.com/thoughtbot/suspenders</a>) template.
josegonzalez超过 14 年前
You might want to update your copy to state that you are using the 1.3.6 version of CakePHP, and not the 1.3.3 version.<p>As well, Bitly and Tinyurl would be better served as Behaviors or Datasources, but that's a separate discussion altogether.<p>Good job otherwise.
评论 #1954636 未加载
mgkimsal超过 14 年前
Why not some form of user self-registration and admin management tool as well? I see a facebook connect in there, which helps, but a pure cake-based user reg/management system would go a long way towards a faster 'out of the box' experience.
评论 #1954383 未加载
joshfinnie超过 14 年前
TL:DR<p>Find code here: <a href="https://github.com/rynop/CakePlate" rel="nofollow">https://github.com/rynop/CakePlate</a>