Freelancers Forum Messages on Friday October 5th 2007
Re: FN-FORUM: PHP5 OOP - referring objects
date posted 5th October 2007 13:35
Right, you wouldn't refer to DB class variables as
$this->var = value
but just as
$var = value
Dai Williams wrote:
> kujo wrote:
>
>> You can reference a class statically.
>>
>>
>>
>> require_onc...
RE: FN-FORUM: PHP5 OOP - referring objects
date posted 5th October 2007 13:19
kujo wrote:
> You can reference a class statically.
>
>
>
> require_once 'db.class.php'; // say you have a class name as DB and
> a method connect() in this file
>
> class Object
> {
> DB::c...
Re: FN-FORUM: PHP5 OOP - referring objects
date posted 5th October 2007 13:06
You can reference a class statically.
require_once 'db.class.php'; // say you have a class name as DB and a
method connect() in this file
class Object
{
DB::connect();
}
Juraj Seffer wrot...
Re: FN-FORUM: CSS Border Firefox Fix
date posted 5th October 2007 10:39
On 5 Oct 2007, at 11:12, Peter Wilson wrote:
>
> Hi All,
>
> Does anyone know a way in which to create a border that shows in
> both I.E and
> FF?
> I have a the following in the css file:
>
> #co...
Re: FN-FORUM: Protx - donations
date posted 5th October 2007 10:33
On 05/10/2007 10:54, John Deaville wrote:
> Hi
>
> I have previously set this up using paypal so users can make one off
> donations and recurring monthly donations - now I have been asked to set
> si...
FN-FORUM: CSS Border Firefox Fix
date posted 5th October 2007 10:30
Hi All,
Does anyone know a way in which to create a border that shows in both I.E and
FF?
I have a the following in the css file:
#container { width: 800px; border: 1px solid #000000; }
And on the...
FN-FORUM: Protx - donations
date posted 5th October 2007 10:11
Hi
I have previously set this up using paypal so users can make one off
donations and recurring monthly donations - now I have been asked to set
similar up using protx, because the site owner has a p...