var fDesc=new Array(); fDesc[0] = "Zend Studio for Eclipse is one of the most powerful Integrated Development Environments(IDE) for PHP Web Application developers. It stands out in the crowd of other IDEs and PHP editors as it has the most powerful and useful plugins and developers tools which are always helpful in developing present day web applications rapidly and effectively. These tools and plugins are used in various stages of application development such as editing, debugging, analysis, optimization and database development. Zend Studio speeds development cycles and simplifies complex projects. Zend Action Helpers provide an easy way of extending the capabilities of Action Controllers, allowing you to extend Action Controller functionality only when it is needed. Studio allows you to easily create and use Action Helpers within your Zend Framework projects through the new Zend Action Helper Wizard. Zend Studio has superior support for developing modern Ajax applications. By providing powerful PHP capabilities, improved JavaScript support, deep integration to Zend Framework and the Dojo Ajax, application development gets done in record time.

Price For Zend Studio for Eclipse Training + Zend Studio for Eclipse License is $990
If purchased separately:
Zend Studio for Eclipse - $399
Zend Studio for Eclipse training - $800"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }