NuSphere Forums Forum Index
NuSphere Forums


Fri Oct 06, 2006 10:34 am
Replies: 3
Views: 5892

NUSPHERE PHPED 4.6.1 BUILD 4625 FOR WINDOWS RELEASED

- 0001495:

any possibility to turn this feature off ?
its annoying and not working correctly with non monospace font

Thu Sep 21, 2006 9:20 am
Replies: 10
Views: 5949
Its was just a typo.
But I see that I was wrong.

Thanks anyway,

Thu Sep 21, 2006 8:28 am
Replies: 10
Views: 5949
Hi

How about this code :

class Application {
var $Db;
}

class Database {
function init() {
}
}

$App = new Appliction();
$App->Db = new Database();
$App->Db->init(); ...
Page 1 of 1
All times are GMT - 5 Hours