[PHP] Translation using FastTemplates

2001-03-05 Thread ADnoctum
Hi. I'm using FastTemplates for a little project of mine and I want to include several translations for that. Have any of you made translations with templates? I don't know were to start. HELP! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP] Static Classes

2001-03-03 Thread ADnoctum
Hello to everyone. First time here and already I have a question: PHP has static classes?. In C++ I could write: class { void hello(void) { cout << "Hello, world!"; } } Test; Test.hello(); Now I have a variable "Test" wich is a class that canot be instantiated nor inherited. Can