facebook

CRUD M1 sample how to

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349095 Reply

    jbgglgdev
    Member

    Hi, can someone post a crud m1 sample .mobi file ? I have read lot’s of post in the forum but still can not figure out how to do.
    My dtbase is all setup and dashboard working nicely on the web but I would like the same with m1….
    thank you.
    JB

    #349178

    support-michael
    Keymaster

    We don’t have a full crud example available but I can share the general approach.

    First imagine a different model from what you typically deal with in php web sites. You separate the UI from the data management. The UI is implemented by your mobile application and lives on your device. The data management is implemented on your web server as web service api, e.g., REST web services. A REST web service api can be implemented in php. The app interacts with your backend data management services via ajax web service requests to create, query, update, and delete application data.

    MobiOne can assist you in rapid UI design and building your project into an ios or android app. But you will need to program the actual interfacing logic with your web services and merging live data into the UI using javascript. We can share some examples for doing that. But there is still the server side REST api implementation that has to be in place before the app can do anything interesting.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: CRUD M1 sample how to

You must be logged in to post in the forum log in