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

vz

By: a guest on May 6th, 2012  |  syntax: PHP  |  size: 0.52 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. function update()
  2.         {
  3.                 if(!$this->companies->updateCompany(array(
  4.                         'userId' => 6,
  5.                         'companyName' => 'López, SL',
  6.                         'companyPlate' => 'A-012127187890',
  7.                         'companyPhone' => 488848188182,
  8.                         'companyMobile' => 788118199,
  9.                         'companyEmail' => 'caradeculo@lopez.com',
  10.                         'geoAreaId' => 17,
  11.                         'geoCityId' => 32,
  12.                         'geoCountryId' => 1,
  13.                         'sectorId' => 1,
  14.                         'companyEmployees' => 2,
  15.                         'companyImage' => 'no',
  16.                         'companyStreet' => 'lombia, 14',
  17.                         'companyZIP' => '28080'))) echo 'fail';
  18.                 else echo 'tetas gordas';