Re: When to make a class

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/26/05, Todd Cary <todd@xxxxxxxxxxxxxxxxxx> wrote:>    /* Input a field */>    function input_field($name, $value, $size, $max) {>      echo('<INPUT TYPE="text" NAME="' . $name . '" VALUE="' . $value .>           '" SIZE="' . $size . '" MAXLENGTH="' . $max . '">');>    };

A bit away from your OO question, but IMHO, such function good interms of rapid coding but bad  if you ever get a graphic/web designerto redo your designs 'cause he or she will be all (!!) at your phpcode.
-ahmed

--

-ahmed

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux