NYCPHP Meetup

NYPHP.org

[nycphp-talk] Learning to use OOP in PHP

Joseph Crawford codebowl at gmail.com
Wed Mar 23 11:13:50 EST 2005


i am not quite sure what you are attempting to accomplish here but you
can simplify

     $rs = mysql_fetch_array($rs);
    $this->rs = $rs;

with just $this->rs = mysql_fetch_array()

-- 
Joseph Crawford Jr.
Codebowl Solutions
codebowl at gmail.com



More information about the talk mailing list