Skip to content

Instantly share code, notes, and snippets.

@virbo
Created May 19, 2016 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virbo/ba1f97c0e4fe3a42e2b68096708c12d1 to your computer and use it in GitHub Desktop.
Save virbo/ba1f97c0e4fe3a42e2b68096708c12d1 to your computer and use it in GitHub Desktop.
public function actionStruktur($table)
{
$tables = $table==''?'mahasiswa':$table;
$wsdl = new Soapmodel();
$token = $wsdl->token(self::WSDL_USER,self::WSDL_PASS);
return $this->render('struktur',[
'temp' => $wsdl->dictionary($token,$tables),
'table' => $tables
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment