NuSphere Forums Forum Index
NuSphere Forums


Thu Mar 11, 2010 1:19 pm
Replies: 1
Views: 2628
download it.
lol

Thu Mar 11, 2010 10:47 am
Replies: 2
Views: 3226
Yes, you can debug ANY PHP script, just add a DEBUGSESSION param to script call.
I would write a "debug-additiv" and set it to either debug string or empty, depending of dev/prod version of ...

Thu Mar 11, 2010 8:14 am
Replies: 2
Views: 2851
NuSphere PhpED - 5936
- 0003074: [Bug report] Magic methods should not appear in code completion list for method calls
- 0003078: [Update] Added support for @method phpdoc

thank you, __clone does ...

Wed Mar 10, 2010 6:31 am
Replies: 3
Views: 2575
I havn't noticed it yet, but you're right, scroller is always here Smile
Definitely a cosmetic-bug Smile

Wed Mar 10, 2010 6:23 am
Replies: 1
Views: 2745
quick&dirty:
on external@univ.edu do:
ssh internal@uncc.edu -R 7869:external.edu:1007

it will create port forwarding over ssh from internal:7869 to external:1007.
Then read this: http://ww ...

Wed Mar 10, 2010 4:19 am
Replies: 3
Views: 2575
U mean _horizontal_ scroller?

Wed Mar 10, 2010 3:56 am
Replies: 3
Views: 3034
Have u tried some variations of shortcuts? Maybe your shortcut is already used by Windows or some other App?
Or maybe your script works not like expected?
Does it work if u Tools->Scripts->you ...

Fri Mar 05, 2010 2:40 am
Replies: 3
Views: 3034
Settings->Tools->Integration has it's own shortcut option Smile

Fri Mar 05, 2010 2:15 am
Replies: 3
Views: 2492
Debug code in url is showed the first time only. After this it is transmitted over cookies.
So, first check if cookies are enabled and look into sended headers (in firebug); It must contain all the d ...

Fri Mar 05, 2010 2:07 am
Replies: 1
Views: 2605
I have SFtpDrive, so i dont care:)

But some idle command for sftp is a good idea Smile

Fri Mar 05, 2010 2:03 am
Replies: 5
Views: 3635
Good news! Very Happy
I've got an answer from support today:
Dimitri is working hard, he has actually commented on your issue. Actually, I can copy paste his comments directly here:

An answer was from ...

Wed Feb 24, 2010 4:32 am
Replies: 2
Views: 2851
@access private works for properties:


/**
* blya
* @access private
*/
public $field;


But not for methods



/**
* oops
* @access private
*/
public function __clone ...
Page 1 of 3
All times are GMT - 5 Hours