PHP Code Completion
|
PhpED provides the most comprehensive PHP code completion, including closures, indexes in the arrays, foreach usage and iterators.
PHP Code completion for closures
These example shows code completion at work with closures
| |
|
PHP Code Completions for array's indexes
PhpED code completion will recognize the use of indexes and provide tool tip hints for possible indexes values. For example (| denotes the position of cursor):
<?php
// assign some values to the elements of an array
$a['abc'] = 5;
$a['def'] = 6;
$a['| // now you can see abc and def in code completion
$a[| // or you can see all of the indexes(incl defines)
?>
The same example is shown below in PHP IDE
| |
|
PHP Code completion for foreach and iterators
Working with foreach & iterators PhpED detects the interface of the iterator and and its current method returning an instance of the class used in foreach foreach($interator as $instance)
An example of foreach and iterator in PHP code completion is shown here
| |
|
Additional technical information is available on the NuSphere Forum. Download a free trial of our PHP IDE today!
|
|
Download NuSphere PHP IDE
Download a free trial of the fast PHP EDitor and robust Integrated Development Environment for PHP.
|
Buy NuSphere PhpED® now
|
"To be honest its bloody awesome, I have looked at loads of PHP editors and this is THE only one that actual works straight out of the box!!! Brilliant, well done."
Andrew Breward, Director of Technology caboodal.com
|
Guide
|
Special Team4 Offer
Get 4 copies of PhpED for the price of 3!
Optimum solution for development teams.
|
|
Need more than 4 licenses? Contact Us for more quantity discounts, please use "Ordering/Payment issue" subject on the form.
|
|
Dr. Dobb's
Dr. Dobb's Magazine covers NuSphere PhpED in New and Noteworthy section.
|
InfoWorld
PhpED is a proper, world-class IDE for PHP code. It is the only IDE worth considering if PHP development is your primary job
|
|