Skip to content

Instantly share code, notes, and snippets.

View jrbasso's full-sized avatar

Juan Basso jrbasso

  • Zumba
  • Pembroke Pines, FL, USA
  • X @jrbasso
View GitHub Profile
<?php
// Fake methods
function pluginSplit() {}
function env() {}
class ValidateAPI {
protected $_cakePath;
protected $_files = array();
@jrbasso
jrbasso / gist:730596
Created December 6, 2010 17:19
Usando SOAP
// app/config/databases.php
class DATABASE_CONFIG {
var $default = array(...);
var $soap = array('datasource' => 'Datasources.Soap', ...);
var $test = array(...);
}
// app/models/servico.php