PHP code explorer does not handle lists of variables

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
User avatar
classaxe
Posts: 7
Joined: Mon Dec 03, 2007 8:02 pm
Location: Richmond Hill, Canada
Contact:

PHP code explorer does not handle lists of variables

Post by classaxe »

I'm using Rapid PHP 2010 10.1.0.119 and this very simple test gives the wrong result:

class test {
private $var1, $var2;
protected $var3, $var4;
public $var5, $var6;
}

In order to see both variables in the code explorer I have to place the variables on different lines, though this is valid for PHP. Minor grumble I know, but probably easy enough to fix.

Thanks for the great work, I couldn't get by without your product.

Blessings,
Martin Francis
<><
demontaihack
Posts: 1
Joined: Sat Jan 29, 2011 2:03 am

Re: PHP code explorer does not handle lists of variables

Post by demontaihack »

Great!i agree with u.
Post Reply