I'm a php dev, and i want to port my web application first on the iPhone.
The application is like a job board. The simple mobile app will have to (with my web-app API) :
- Auth users
- Browse job offers through categories
- Filter/Search job categories
- Send / Read private messages
I never used Java / Objective-C that's why i want to know if you can recommand me a framework (or not) that could do the trick without the need for me to learn 3 months before starting to code the application.
Which direction should I take ?
Thanks