[SOLVED]Web and mobile via same backend |
(10-16-2015, 04:57 AM)PureTryOut Wrote: I'm not sure how to start with this, maybe one of you has a suggestion. Hi, I recommend you the following structure: - controllers - backend/ - frontend/ - api/ - models - views - backend/ - frontend/ With this structure you can share and reuse the models, this is interesting because a lot of data will be the same, then you don't repeat the code. For api you can't extend from REST_Controller from codeigniter-restserver that is very easy to use and powerful.
Greetings.
|
Messages In This Thread |
[SOLVED]Web and mobile via same backend - by PureTryOut - 10-16-2015, 04:57 AM
RE: Web and mobile via same backend - by rtorralba - 10-16-2015, 07:37 AM
RE: Web and mobile via same backend - by PureTryOut - 10-16-2015, 07:49 AM
RE: Web and mobile via same backend - by rtorralba - 10-16-2015, 08:12 AM
RE: Web and mobile via same backend - by mwhitney - 10-16-2015, 09:39 AM
RE: Web and mobile via same backend - by PureTryOut - 10-19-2015, 12:07 AM
RE: [SOLVED]Web and mobile via same backend - by rtorralba - 10-19-2015, 12:26 PM
|