Web Services Api

Hello guys,

I finished my web app and now I want to develop for iPhone but in order to do that I need to create webservices of my web app. I never did that in my life.

Does anyone have a guideline, suggestions or even an extension to do that?

Because I have question in how to do the login in the iPhone app. How about security authentication?

Can anyone help me please?

Regards

You need a REST API :

Wiki: http://www.yiiframework.com/wiki/175/how-to-create-a-rest-api/

Extension:

http://www.yiiframework.com/extension/restapi/

http://www.yiiframework.com/extension/activeresource

Yii OpenSource CRM with REST-API:

Thanks