Site Admin
|
Isn't it what I posted about on Jul 28 2013 at 02:05am in this thread, then referred to on Jul 29 2013 at 04:00pm?
|
||||||||||||
_________________ The PHP IDE team |
Guru master
|
At the moment if I type $_SERVER[ then I get approximatelly a few THOUSAND items popup and with my poor memory I cannot remember what the element I want starts with. For me, the list that pops up is useless and in all the time I've used PhpED have never used it because I've normally typed nearly the whole name before the list shows anything useful.
By putting the more common elements at the start of the list, it would become helpful. It is possible that $_SERVER is the only array that needs this 'special' treatment. Personally I'd be happier if the popup list didn't even show any variables defined in the project, because for a good size project it probably doesn't help much. What do others think? |
||||||||||||
|
|
PErsonally I agree. $_SERVER should only show the true valid PHP $_SERVER[''] vars. Why would anyone use $_SERVER for anything else anyways? Wouldn't it just add a layer on confusion to the code if $_SERVER was used for other purposes? A question I would have is if Dreamweaver only shows proper vars, obviously a company such as Adobe (and the prior Macromedia) thinks its the better way to do it, why wouldn't nuSphere just fix it and keeps everyone happy?
|
||||||||||||
|
Site Admin
|
what is invalid in the following?
$_SERVER['myvar'] = 55; |
||||||||||||
_________________ The PHP IDE team |
Guru master
|
There is nothing invalid about it. I'm just unsure what it has to do with showing a useful list of standard $_SERVER element names.
|
||||||||||||
|
|
May not be invalid, but wouldn't it be more clear within the code if a programmer typically used $_SERVER with the intended list of possibilites as set forth by the maker of php? Sure a person can use something like $_SERVER['COOKIE'] = 'whatever', but isn't that crazy to convolute the programming like that. Can it not just show at the top of the list in order, the list of actual $_SERVER options to help speed us up?
In reference to $_SERVER['myvar'] = 55; wouldn't a better choice for a variable be $myvar = 55, or $myarray['myvar'] = 55; Just my2cents. Update: I just installed the latest version, and it seems to be pretty good now. The main vars are at the top of the list. I'm happy with it now. |
||||||||||||
|
$_SERVER |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by