Phone Book Demo

This demo shows how to use Yii to implement a Web service used by an Adobe Flex 3.0 client.

In order to see this demo, the PHP SOAP extension must be enabled and your browser should have installed Adobe Flash Player version 9 or above.

widget('CFlexWidget',array( 'baseUrl'=>Yii::app()->baseUrl.'/flex/bin', 'name'=>'phonebook', 'width'=>'800', 'height'=>'300', 'align'=>'left', 'flashVars'=>array( 'wsdl'=>$this->createUrl('phonebook'), ))); ?> Sorry, the PHP SOAP extension is not enabled on your Web server.