How to know that a php project is using Zend framework?
Posted
by Wing C. Chen
on Stack Overflow
See other posts from Stack Overflow
or by Wing C. Chen
Published on 2010-03-30T02:47:55Z
Indexed on
2010/03/30
2:53 UTC
Read the original article
Hit count: 256
I am writing a piece of small software to go through the folders and files of all the php projects that are passed in and detect if any of them is actually also a Zend project. Is there any particular file that I can immediately read and tell that the current project is a Zend project? or is there any convenient way to tell?
© Stack Overflow or respective owner