Hi all, today I would like to inform that we just added initial support for Zend framework. So, let's have a look at what is supported right now. Of course,...
Hi all, today I would like to inform that we just added initial support for Zend framework. So, let's have a look at what is supported right now. Of course, first of all it is a good idea to specify a path to Zend command line tool: Next, we want to create a new project with Zend framework (please notice that the Zend framework files are currently not copied to the project, this is on our TODO list) : The generated project can look like this: Next, we would like to invoke...
Hi all, today I would like to inform that we just added initial support for Zend framework. So, let's have a look at what is supported right now. Of course, first of all it is a good idea to specify a...
I will try to continue to answer your comments about planning features. I'm sorry if I will not answer your comment, it possibly should be because the similar...
I will try to continue to answer your comments about planning features. I'm sorry if I will not answer your comment, it possibly should be because the similar question/issue was already answered or explained or simply I don't know how to answer. Also I would like to say again, if there will be enough resources, we would like to implements supports for all frameworks and almost all requirements which you wish. But the resources .... Simply we can not do miracles:(. On the...
I will try to continue to answer your comments about planning features. I'm sorry if I will not answer your comment, it possibly should be because the similar question/issue was already answered or...
It was exactly one year ago, when we released NetBeans 6.5, the first version of NetBeans with PHP support. I know that the support is not still perfect (which...
It was exactly one year ago, when we released NetBeans 6.5, the first version of NetBeans with PHP support. I know that the support is not still perfect (which software is bug free in theses days :) ), but at least NetBeans is known inside the PHP world. One of the evidence is the number of comments that you have written below my latest blog about planing features for next release. I would like to thank everyone who spent a minute and write up a suggestion or an idea. We...
It was exactly one year ago, when we released NetBeans 6.5, the first version of NetBeans with PHP support. I know that the support is not still perfect (which software is bug free in theses days...
We are now planning features for NetBeans 6.9, which will be probably the next version of our IDE. There are tons of things, which can be done in editors and...
We are now planning features for NetBeans 6.9, which will be probably the next version of our IDE. There are tons of things, which can be done in editors and other areas that are needed for the web development. From the PHP developer point of view we plan mainly improvements in the PHP editor and create a support for Zend Framework and also Cake PHP framework. My goal now is to evaluate possible features that can help in the web developer workflow. I would like to ask...
We are now planning features for NetBeans 6.9, which will be probably the next version of our IDE. There are tons of things, which can be done in editors and other areas that are needed for the web...
We've created a screencast that demonstrates the built-in support for the Symfony framework inNetBeans IDE for PHP 6.8. It shows how to set up the IDE to...
We've created a screencast that demonstrates the built-in support for the Symfony framework inNetBeans IDE for PHP 6.8. It shows how to set up the IDE to useSymfony, how to create a PHP project that uses the Symfony framework,and a number of tips, such as handy keymapping to set up in NetBeans IDE.
We've created a screencast that demonstrates the built-in support for the Symfony framework inNetBeans IDE for PHP 6.8. It shows how to set up the IDE to useSymfony, how to create a PHP project...
Today, I would like to show you some improvements done in SQL code completion area (thanks to our colleagues from database team!). As you probably know, there...
Today, I would like to show you some improvements done in SQL code completion area (thanks to our colleagues from database team!). As you probably know, there is already SQL code completion in PHP editor available - but only for SELECT statement. But this has changed recently, now you can enjoy this great feature for INSERT, UPDATE and DELETE statements as well (please note that code completion works for other SQL keywords as well, but not for the first statement in the...
Today, I would like to show you some improvements done in SQL code completion area (thanks to our colleagues from database team!). As you probably know, there is already SQL code completion in...
Today, I would like to show you the latest improvements in PHP templates area. The first improvement is that one can easily surround his/her code with these PHP...
Today, I would like to show you the latest improvements in PHP templates area. The first improvement is that one can easily surround his/her code with these PHP statements: while do switch if / elseif try & catch foreach for ob_start & ob_end_clean How to do that? Very easily, just select the code you want to surround and click a yellow bulb in the left side of the editor (or use ALT + ENTER). Another improvement is that NetBeans tries to find a suitable variable during...
Today, I would like to show you the latest improvements in PHP templates area. The first improvement is that one can easily surround his/her code with these PHP statements: while do switch if / elseif...
The NetBeans team ispleased to announce the availability of NetBeansIDE 6.8 Milestone 2. DownloadNetBeans IDE 6.8 Milestone 2 PHP support focuses on: Symfony...
The NetBeans team ispleased to announce the availability of NetBeansIDE 6.8 Milestone 2. DownloadNetBeans IDE 6.8 Milestone 2 PHP support focuses on: Symfony support PHP 5.3 support - screencast presentation is planned type inference, performance, copy support improvements bug fixes Please test it and report all the issues or enhancements in NetBeans IssueZilla. Share your thoughts on NetBeans'mailinglists and forums.
The NetBeans team ispleased to announce the availability of NetBeansIDE 6.8 Milestone 2. DownloadNetBeans IDE 6.8 Milestone 2 PHP support focuses on: Symfony support PHP 5.3 support - screencast...
Hi all, today I would like to announce that the support for Symfony PHP Framework (as we planned it for NetBeans 6.8) is finished. So, what's new? (If you...
Hi all, today I would like to announce that the support for Symfony PHP Framework (as we planned it for NetBeans 6.8) is finished. So, what's new? (If you missed our previous blog post about Symfony support in NetBeans, please, read it here.) Now, code completion offers proper Symfony variables in Symfony views. Also, one can very easily navigate between Symfony views and actions. Of course, these actions are not present in other PHP files. So, if you navigate from view to...
Hi all, today I would like to announce that the support for Symfony PHP Framework (as we planned it for NetBeans 6.8) is finished. So, what's new? (If you missed our previous blog post about...