Hi everyone, Can anyone have Idea how many programming languages supports to Zend Studio?
What is Zend Studio?
I think it does PHP, at least ...
:p
May be but Its not describing more details about Zend.
http://www.zend.com/en/products/studio/features says:
"It supports the latest PHP 5.6, as well as the older versions of PHP for compatibility with legacy projects. It also includes support for HTML, CSS and JavaScript."
Ok, but I read Zend is an open source web application and also called a component library. can you describe what its mean?
An "open source web application" indicates a couple of things. One, that the code is freely available to use and or modify under some sort of open license (GPL license or its variants, BSD-style license, MIT License, Mozilla License, Apache License, etc). Secondly, that the application is web-based, but that doesn't seem quite right. Are you sure it didn't say "open source web development application"? Or maybe it includes a server that runs locally, so technically it IS a web application.
A component library is a set of classes/methods/functions that serve a general-use purpose. For example, I've used eZ Components in some in-house work to draw data graphs. So this statement would seem to indicate that Zend Studio has some built in "modules", or similar components that you can use to do certain things.
HTH,
I think you might be confusing Zend Studio with the Zend Framework.
And presumably Zend Studio is optimized to "play nicely" with the Zend Framework.