Emilio Astarita wrote:
> Peter Ford <[EMAIL PROTECTED]> writes:
>
>> Emilio Astarita wrote:
>>> Hi people,
>>>
>> A static method should still be able to set values of private members. I do
>> something like:
>> ...
>>
>
> Thank you, I was not sure how to implement it.
>
> Another question. It w
Peter Ford <[EMAIL PROTECTED]> writes:
> Emilio Astarita wrote:
>> Hi people,
>>
>
> A static method should still be able to set values of private members. I do
> something like:
> ...
>
Thank you, I was not sure how to implement it.
Another question. It would be a better approach, making the c
Emilio Astarita wrote:
> Hi people,
>
> I want a class that allows create objects that get the information
> consulting the DB. So, I am thinking to do something like this:
>
> class element {
> public __construct($id,$type = 'id') {
> switch($type) {
> case 'id':
> $where = sprin
3 matches
Mail list logo