On Mon, 30 Oct 2006, [EMAIL PROTECTED] wrote:

>   class TableInfo
>        {
>         function _construct()    //A Constructor
>            {


This isn't a propos of your question, but that ain't a constructor. You
need two leading underscores:

function __construct() {

}

---
David Mintz
http://davidmintz.org/

En Nueva York el tr?nsito de la belleza a la desolaci?n sucede
siempre expeditivamente, como si el principio universal
de m?xima eficiencia hubiera aconsejado la supresi?n de
gradaciones intermedias.

  -- Antonio Mu?oz Molina, Ventanas de Manhattan


_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to