PHPNB69
(Difference between revisions)
m (moved PHPEditorNB69 to PHPNB69) |
m (→PHP tasks for NetBeans 6.9) |
||
Line 22: | Line 22: | ||
==PHP Frameworks== | ==PHP Frameworks== | ||
+ | {| border=1 class="simple" | ||
+ | ! Priority | ||
+ | ! Task Description | ||
+ | ! Link | ||
+ | |- | ||
+ | | P1 | ||
+ | | Zend framework support, one of the most used PHP framework these days.. | ||
+ | | [https://netbeans.org/bugzilla/show_bug.cgi?id=146028 BZ, 108 votes] | ||
+ | |- | ||
+ | | P1 | ||
+ | | CakePHP framework support, one of the most used PHP framework these days. | ||
+ | | [https://netbeans.org/bugzilla/show_bug.cgi?id=140918 BZ, 135 votes] | ||
+ | |- | ||
+ | | P1 | ||
+ | | Major editor improvements, mainly code completion (complete variables passed from controllers to views). | ||
+ | | | ||
+ | |} | ||
==PHP Debugger== | ==PHP Debugger== |
Revision as of 16:24, 24 November 2009
PHP tasks for NetBeans 6.9
This document contains a list of task, which are needed to improve PHP support in NetBeans 6.9.
Contents |
PHP Editor
Priority | Task Description | Link |
---|---|---|
P1 | Improve formating that it will be fully configurable. If we want to spread NetBeans into corporate sphere,then the formatter and indentation engine has to be configurable. There are a few standards, how to write PHP code and as reference can be taken PHP Code Sniffer. | |
P3 | Integrate PHP Code Sniffer into NetBeans |
PHP Frameworks
Priority | Task Description | Link |
---|---|---|
P1 | Zend framework support, one of the most used PHP framework these days.. | BZ, 108 votes |
P1 | CakePHP framework support, one of the most used PHP framework these days. | BZ, 135 votes |
P1 | Major editor improvements, mainly code completion (complete variables passed from controllers to views). |