我可以将zend框架与不使用它的php文件一起使用

我可以将zend框架与不使用它的php文件一起使用

问题描述:

I am now working in a team to build a website using php. Told that Zend framework can be fairly convenient, I hope to use it to write the pages. However, some of the members in the team did not use the framework in their previous works. I do not know whether there will be any possible problems if their works are used together with mine? So I wonder whether it is possible for us to use Zend frameworks for part of the website while other members of the team do not use this framework to build the rest of the website? Thank you.

我现在正在团队中使用php构建网站。 告诉Zend框架可以相当方便,我希望用它来编写页面。 但是,团队中的一些成员在之前的工作中没有使用该框架。 如果他们的作品与我的作品一起使用,我不知道是否会有任何问题? 所以我想知道我们是否有可能将Zend框架用于网站的一部分,而团队的其他成员不使用此框架来构建网站的其余部分? 谢谢。 p> div>

i not really sure to undersand your question

but it's look complicated to use ZF for a part of the site, and PHP for the other. However, it's possible. You can, with a .htaccess say that an URL is not define by ZF (i ever used it for a blog attached on a ZF site)

Don't hesitate to comment for any other answer

It depends on how you are splitting up the work. Zend Framework is modular so you are not tied into using the whole framework. You can just select the components you need. I would advise that you use one framework for your application startup and routing at least. Merging these part would be a hassle to maintain imo.