现在可以使用没有任何框架或遵循MVC模式的PHP吗? [关闭]

现在可以使用没有任何框架或遵循MVC模式的PHP吗?  [关闭]

问题描述:

Further elaborating on the question, I am a freelance developer, I have been adopting structured PHP for years, and now every time I work on a project I feel that I'm doing something wrong, or not doing the project in a professional way. I am currently in the process of learning MVC approach and testing my skills on CodeIgnator but I'm still not in a full grip of the approach. To make things short, is it still acceptable if I can still use structured PHP in the projects I work on? Or should I stop completely till I'm capable of building an application with MVC?

进一步阐述这个问题,我是一名*开发人员,我多年来一直采用结构化PHP,现在每一个 我在一个项目上工作的时间我觉得我做错了什么,或者没有以专业的方式做项目。 我目前正在学习MVC方法并在CodeIgnator上测试我的技能,但我还没有完全掌握这种方法。 简而言之,如果我仍然可以在我工作的项目中使用结构化PHP,它仍然可以接受吗? 或者我应该完全停止,直到我能够使用MVC构建应用程序? p> div>

You can develop your web application without any MVC. MVC approach has a various advantage over using core PHP for eg.

1 Faster and well-managed web development
2 Online help as lots of people working on the same
3 Don't have worry much about complicated implementations (i.e. security, redirections)
4 Minimal changes required when upgrading to newer software
5 Industries look for the people who are proficient in frameworks as well as core programming language.