Wed Mar 30, 2011 10:08 am |
Replies: 4 |
Views: 3984 |
|
 |
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: 2832 |
|
 |
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: 6287 |
|
 |
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: 3517 |
|
 |
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: 5152 |
|
 |
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: 4121 |
|
 |
Please move this, it is suppose to be in the windows thread.
|
Wed Feb 27, 2008 7:21 pm |
Replies: 4 |
Views: 4121 |
|
 |
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: 8315 |
|
 |
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: 8315 |
|
 |
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: 8315 |
|
 |
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: 8315 |
|
 |
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: 8315 |
|
 |
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.
|