Advertisement
christiansalazarh

webservice componente config main

Jul 10th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. // archivo: /protected/config/main.php:
  2.     'components' => array(
  3.        ...bla...
  4.        'cliente'=>array(
  5.              'class'=>'application.components.MiCliente',
  6.              'ws_url'=>'http://elservidor.com/aplicacion/index.php?r=site/ws',
  7.        ),
  8.        ...bla...
  9.     ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement