예제 #1
0
 function __construct($BId = '')
 {
     parent::__construct();
     if ($BId == '') {
         return;
     }
     PdoDataAccess::FillObject($this, "select * from ACC_banks where BankID=?", array($BId));
 }