我对 codeIgniter 教程的数量感到不知所措。我应该从 cakePHP 切换到它吗?

发布于 2024-09-19 18:38:24 字数 122 浏览 4 评论 0原文

最近我开始学习 cakePHP,我喜欢它的组织方式。但我似乎没有很多关于它作为 codeIgniter 的有用教程。我错过了什么吗?我要换吗? PS 我是一名计算机工程专业的学生,​​几乎没有时间学习网络开发。所以我需要节省时间。

Recently I have started studying cakePHP and I love the way it's organized. But I don't seem many useful tutorials for it as codeIgniter. Am I missing anything? Shall I switch?
PS I'm a computer engineering student and have only little time to study web dev. so i need to save time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

秋日私语 2024-09-26 18:38:53

codeigniter 的好处之一是它的文档。

根据您使用 cakephp 的程度,您可能需要认识到除 codeigniter 之外的框架通常具有更多的库和自动生成功能(这是正确的词吗?)。并不是说缺少常用的库。

但老实说,codeigniter 的学习曲线非常低,您(如果您已经了解一点 php)应该能够直接深入了解您的想法。老实说,我不记得在 codeigniter (vanilla php) 之前的生活。

One of the benefits of codeigniter is it's documentation.

Depending on how much you used cakephp, you may need to realize that frameworks other than codeigniter often have more libraries and auto-generating funcionality (is that the right word?). Not to say that there's a shortage of commonly used libraries.

But honestly codeigniter's learning curve is so low you (If you already understand a little php) should be able to dive right in and see what you think. I honestly can't remember life before codeigniter (vanilla php).

与酒说心事 2024-09-26 18:38:45

决定权取决于你。

关键是坚持一个框架,这样你就可以学到足够的知识来提高工作效率。它们几乎都是一样的,但在它们之间跳跃会让你感到困惑并延迟你的学习曲线。

The decision is up to you.

The key thing is to stick with a framework so you learn enough to be productive. They're all pretty much the same but jumping between them will confuse you and delay your learning curve.

罪歌 2024-09-26 18:38:38

关于你的问题,这里有一点有利于 Codeigniter

  • 非常快速地开始使用(这意味着没有太多的切换时间)
  • 不会让你受到命名约定和目录结构的束缚(在 cakephp 中,你可以配置它到你满意的程度,但再次您应该知道在哪里配置)
  • 将为您提供 MVC 设计模式的基本概念以及如何利用它来创建 Web 应用程序。您可以通过使用其他框架来建立这些知识,以了解如何更好地利用它。
  • 对于初学者来说,Codeigniter 的文档和社区支持非常有帮助

希望这会有所帮助。

Regarding your question here are the points in favor of Codeigniter

  • very quick to get started with (that means not too much switching time)
  • does not bind you with naming conventions and directory structures (in cakephp, you can configure it to your satisfaction, but again you should know where to configure)
  • will give you a basic idea of MVC design pattern and how to make use of it to create a web application. You can build on this knowledge by using other frameworks to get to know how to make better use of it.
  • as far as beginners are concerned, documentation and community support of Codeigniter is very helpful

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文