Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         public function getForm($data = array(), $loadData = true)
  2.         {
  3.                 // Get the form.
  4.                 $form = $this->loadForm('com_cotizacion.cotizacion', 'cotizacion', array('control' => 'jform', 'load_data' => true));
  5.                 if (empty($form)) {
  6.                         return false;
  7.                 }
  8.  
  9.                 return $form;
  10.         }