NuSphere Forums Forum Index
NuSphere Forums


Wed Mar 30, 2011 10:08 am
Replies: 4
Views: 4130
We noticeed JIRA supports other IDE's.

http://www.atlassian.com/software/ideconnector/

Any plans to work with Atlassian to get PHPED supported?

Thu Mar 03, 2011 4:11 pm
Replies: 0
Views: 2993
I see where the debugger allows for timing profiling but can we view memory usage?

A chart or list of variables and their memory usage similar to the profiler timings.

Thu Mar 03, 2011 3:10 pm
Replies: 0
Views: 6428
Our script is located at:
http://subdomain.domain.com/folder1/folder2/

In the setup wizard debugging is installed properly on the server.

When it asks for the document root we put:
/home/user/ ...

Thu Jan 15, 2009 2:47 pm
Replies: 1
Views: 3664
Vista icons in the windows file explorer do not work to show they are PHP files.

In the registry PhpED_File it shows this for the default icon:
"C:\Program Files (x86)\nusphere\phped\phped.ex ...

Wed Mar 05, 2008 11:54 am
Replies: 6
Views: 5314
I think PHPED needs better subversion integration instead of relying on another shell client like tortoise svn.

It would be great to have icons/buttons in the PHPED interface and menu for checkout/ ...

Sun Mar 02, 2008 10:21 am
Replies: 4
Views: 4266
Please move this, it is suppose to be in the windows thread.

Wed Feb 27, 2008 7:21 pm
Replies: 4
Views: 4266
I have this...

/**
* Get row from table
* @param mixed $condition Conditions for select
* @return array Row data
*/
function getRow($condition) {
...

Sun Feb 24, 2008 6:06 pm
Replies: 13
Views: 8564
Nevermind, seems to work. Is there a delay in there for phped to recognize the variable? seemed to take a few minutes.

Sun Feb 24, 2008 6:05 pm
Replies: 13
Views: 8564
Does it matter if we do not specifically include the session class file? This is also automatically included by the registry using a factory design pattern (another class).

I figured phped would a ...

Sun Feb 24, 2008 6:04 pm
Replies: 13
Views: 8564
Still can't get it to work.... using

/**
* @var Session
*/
$session = $registry->get('Session');

This doesnt give any code insight whatsoever.

Thu Feb 07, 2008 8:32 pm
Replies: 13
Views: 8564
I did:
/**
* @var $db NewADOConnection
*/
$db = $registry->get('DB');

Then later in the code if I start typing $db->
it does not bring up the code insight tooltip.

Tue Feb 05, 2008 1:28 pm
Replies: 13
Views: 8564
That's why I recommended to apply typehints to properties and methods.

Please provide an example of what you mention above.

This is still not working.
Page 1 of 4
All times are GMT - 5 Hours