If I define a db connection above the functions in a class is that db connection available in all the functions in the class?Code:<?php class verify{ $db = ... db connection stuff function get_suff(){ } function get_other_stuff() { } }
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |