NetBeans IDE 6.5 Beta: Geared for PHP Development!

Posted by Petr Pisl on Aug 14 2008, 11:26:44 AM CEST
New article, with the same title as has this entry, was published on netbeans.dzone.com site yesterday. The article gives an overview about PHP support in NetBeans and also mentions MySQL integration.
Category: News | Permalink | Comments [11]

Trackback URL: http://blogs.sun.com/netbeansphp/entry/netbeans_ide_6_5_beta1
Comments:

Generator for Getters y Setters in las Class PHP5 or PHP4

Posted by Sergio on August 15, 2008 at 12:34 AM CEST #

Netbeans PHP is all geared towards PHP5. Although a lot of the functionality will work for PHP4.

Posted by Jacob on August 15, 2008 at 05:20 AM CEST #

Hello Sergio,

Jacob is right, NetBeans supports mainly PHP5. The generators doesn't generate PHP5 code. Although you can still use NetBeans for developing PHP4 projects.

Thanks,
Petr

Posted by Petr on August 15, 2008 at 09:32 AM CEST #

Hey guys, great product you're working on here.

6.5 Beta is a pleasure to use.

I have a minor request though.

Would it be possible to allow the disabling of the autoimport feature?

I'm working in a framework that makes use of __autoload and hence the automatic addition of require statements is actually not so cool :-)

Otherwise, great release and keep up the good work.

Posted by Adam Jorgensen on August 15, 2008 at 04:45 PM CEST #

Hi Adam,

we have decided to switch off this feature due exactly the reason you mentioned. Beta for me is almost 14 days old build, I suggest to you download a latest daily build. It has more fixes, the cc performance is much better than in beta and also the autoimport feature is switched off.

Regards,
Petr

Posted by Petr on August 15, 2008 at 10:07 PM CEST #

Hi Petr,
I'll follow your tip and download the latest daily build :)

I've replied to the other post too; on my last message there I accidentally (cut n paste) deleted the first part of the post that was "Hi Petr, thanks for your reply!" hehe ;)

bye!

Posted by Giovanni on August 15, 2008 at 11:27 PM CEST #

Hi Petr,
The getter and setter feature is really nice...

but there is a problem if you follow Zend Framework coding standards...the private and protected properties of a class are prefixed with an underscore '_'...in that case, the getter and setter method names generated by netbeans use underscore instead of camel case notation...for example if the property name is $_name then the getter method name generated is get_name(), not get getName()...is there a way to customise this feature...

bibek

Posted by bibek on November 04, 2008 at 03:12 PM CET #

Hi Bibek,

thanks to pointing out this. I was already thinking about this. I have entered new enhancement based on your comment: http://www.netbeans.org/issues/show_bug.cgi?id=152321 .

So in NB 6.5 it's not possible to customize it. I'm going to implement it soon.

Posted by Petr on November 04, 2008 at 06:15 PM CET #

Hi Petr,
Thanks you for requesting for the enhancement ...I knew it will not be possible in NB 6.5 since RC2 has already been released and the final release is going to happen within next few days...But will be a nice enhancement if added in the next version...

Posted by bibek on November 05, 2008 at 02:18 PM CET #

Hi Bibek,

this feature was implemented by me and I expect that I will also implemented the enhancement. I like it:), so hope that I will have time soon.

Regards,
Petr

Posted by Petr on November 05, 2008 at 02:44 PM CET #

It was a very nice idea! Just wanna say thank you for the information you have shared. Just continue writing this kind of post. I will be your loyal reader. Thanks again.

Posted by links of london on October 30, 2009 at 03:27 AM CET #

Post a Comment:

Name:
E-Mail:
URL:

Your Comment:

HTML Syntax: NOT allowed