Example #1
0
 function SJB_InputForm($fields_info = null)
 {
     $this->display_type = 'input';
     parent::SJB_ClassifiedsForm($fields_info);
 }
Example #2
0
 function SJB_DisplayForm($fields_info = null)
 {
     $this->display_type = 'display';
     parent::SJB_ClassifiedsForm($fields_info);
 }