NuSphere Forums Forum Index
NuSphere Forums


Mon Oct 23, 2006 8:23 am
Replies: 12
Views: 11095
Hi Dmitri,
were you able to reproduce it?

Wed Oct 18, 2006 7:35 am
Replies: 12
Views: 11095
nuspheretext.php

<?

class engine {
/**
* @var customer
*/
public $customer;

/**
* @var objectfactory
*/
public $factory;



func ...

Mon Oct 16, 2006 8:22 am
Replies: 12
Views: 11095
Ok, that solves half!
Thanks.

in my actionfile I have set this:

/**
* @var engine
*/
$this->void();


In my engine class I have documented customer and ...

Mon Oct 16, 2006 5:59 am
Replies: 12
Views: 11095
a quick example of my code:

site.php?action=login

$engine = new engine();
$engine->parse($_REQUEST['action']);




engine.class:

$this->template = new smar ...

Sun Oct 15, 2006 12:09 pm
Replies: 12
Views: 11095
I think you just have to properly tag the template member variable with phpdoc comments.

I doubt that. The editor doesn't even know i'm in the engine scope, so tagging the template member in the en ...

Sun Oct 15, 2006 4:40 am
Replies: 12
Views: 11095
My situation:

I've got 3 directories:
/site/www
/site/actions
/site/classes

The www has got 1 file: site.php; which includes classes/engine.class.php

This engine class creates some other ...
Page 1 of 1
All times are GMT - 5 Hours