0

I'm starting to study AngularJS and I need to create a base code to create a website using angularJS with Codeigniter.

Someone of you guys have a example projects using AngularJS+CodeIgniter?

1
  • Really makes little difference what back end framework you use. There is no dependence between back and front end Commented Nov 6, 2017 at 14:14

1 Answer 1

1

My proposal is separate applications.


  • Client - Angular.JS,
  • Server - PHP (CodeIgniter).

Communication between applications is via HTTP Requests. So, your PHP application may be REST API.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.