On 3/21/07, Chris <[EMAIL PROTECTED]> wrote:
John Comerford wrote:
> Hi Folks,
>
> I am still pretty new to PHP and I have a question regarding classes and
> using _construct. Up until now I have been creating my classes as follows:
>
> class test1 {
> var $name;
> function test1($pName) {
> $
On Tue, March 20, 2007 6:51 pm, John Comerford wrote:
> I am still pretty new to PHP and I have a question regarding classes
> and
> using _construct. Up until now I have been creating my classes as
> follows:
>
> class test1 {
> var $name;
> function test1($pName) {
It changed from PHP 4 to PH
John Comerford wrote:
Hi Folks,
I am still pretty new to PHP and I have a question regarding classes and
using _construct. Up until now I have been creating my classes as follows:
class test1 {
var $name;
function test1($pName) {
$this->name = $pName;
}
}
So I when I create a new class I
3 matches
Mail list logo