NuSphere Forums Forum Index
NuSphere Forums


Sun Jul 20, 2008 10:19 pm
Replies: 2
Views: 14291
Not sure if this feature has been requested. It would be a nice addition as some classes I have wrote consisted of atleast 30 properties. I noticed this feature in Zend Studio for Eclipse at work and ...

Sun Jul 20, 2008 10:14 pm
Replies: 1
Views: 4260
Use something like:

ob_start(); // start an output buffer

$HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : '';
$soap_server->service($HTTP_RAW ...

Sun Jul 20, 2008 7:37 pm
Replies: 4
Views: 5885
/** @var user */
$newobj = tm::generate_singleton('user');

Sat May 17, 2008 5:05 pm
Replies: 3
Views: 4032

sorry but I tried that and clicking on the yellow popup doesn't do anything. In fact the cursor is a 4arrow to move this window
So the only way to make it disappears is to click outside of it which ...

Wed May 14, 2008 7:17 pm
Replies: 3
Views: 4032
one problem when debugging if you mouseover one instance of a class with many properties it opens a big window covering all the editorClick on the yellow window to make it disappear. I'll often open u ...

Mon May 12, 2008 4:46 pm
Replies: 3
Views: 4436
If I use $soap_server->wsdl->setError("Error test") then I get a serializing error.
but wsdl has very little to do with generating the errors, except the oen you got.

try returnin ...

Tue May 06, 2008 6:12 pm
Replies: 5
Views: 4133
Try using PHPDoc hints:


/** @var myClassType1 */
$object = myFactoryClass::setupObject('myType1');

Mon May 05, 2008 5:31 pm
Replies: 3
Views: 4436
The client code I'm using:

$wsdl = "http://localhost/soap.php?wsdl";

// instantiate the SOAP client object
$soap = new soapclient($wsdl,"wsdl");
$proxy = $soap- ...

Mon May 05, 2008 5:27 pm
Replies: 3
Views: 4436
Hi All,

I'm just getting into using NuSoap and am having an issue with soap errors.

I've set up a soap server, and I have a simple function call that returns a string. I'm trying out the soap er ...

Mon Jan 14, 2008 3:47 pm
Replies: 7
Views: 4442
How?
In the settings, under Editor Shortcuts, choose the item you want to add or modify a shortcut for, then choose Add.

I was wrong about the IDE shortcuts, seems only one can be applied. But cut ...

Sun Jan 13, 2008 7:16 pm
Replies: 7
Views: 4442
Shift+Insert, Ctrl+Insert, Shift+Delete are MUCH easier on poor little left pinky. Reminds me of when I used to use Linix/Emacs and how my pinky would throb after an 8 hour work day developing.
Look ...

Tue Dec 11, 2007 4:15 pm
Replies: 9
Views: 4250
I'm not sure what build introduced this change. It definitely works this way in 5.2 5220 and did not work this way in 5.0 (may be I'm wrong with last statement).
Nice!
Page 1 of 6
All times are GMT - 5 Hours