将自定义编码/开发的 php 项目迁移到 CAKE php 框架
我的客户想要将他们定制开发的 php 项目迁移到 cake php 框架。但是,到目前为止我对蛋糕只有一点了解。谁能告诉我从哪里开始 CAKE php.ini我已经在我的系统中安装了 CAKE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我的客户想要将他们定制开发的 php 项目迁移到 cake php 框架。但是,到目前为止我对蛋糕只有一点了解。谁能告诉我从哪里开始 CAKE php.ini我已经在我的系统中安装了 CAKE
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你从哪里开始?可能在 CakePHP 网站上?
说真的,观看一些截屏视频,下载一些示例应用程序并使用它们。
Where do you get started? Probably on the CakePHP website?
Seriously, watch some screencasts, download some example apps and mess around with them.
CakePHP 的学习曲线很陡峭。我建议使用新的 1.3 版本。
从 CakePHP Book 和 API 文档。如有疑问,只需查看源代码,这只是 PHP!谷歌应该也是你的好朋友。然而CakePHP“只是”一个编程框架,你必须提前了解PHP、ORM、MVC和类似的概念。
CakePHP has a sweet steep learning curve. I recommend to go with the new 1.3 version.
It is easy to start with the CakePHP Book and the API documentation. When in doubt, just look into the source code, it's all just PHP! Google should be also a good friend of yours. However CakePHP is "just" a programming framework, you must know PHP, ORM, MVC and similar concepts in advance.