how can i do to declare a CONSTANT into a CLASS???
Is the same write the constructor with UPPERCASE???
eg.:
class Item{
function Item(){ ... ... } -=: OR :=- function item(){ ... ... }
}
Uppercase vs. lowercase has no semantic difference - it's only a convention.
What is it you want to do? - Do you want to declare a object as a constant?
no, no, is just a question.