ember.js - Ember-cli calling php methods -


i have ember.js application running in apache calls php methods, hits mysql , data returned.

i created new ember-cli application , copied js, handlebars , php code cli structure. run "ember build" "ember server" , can access home page via localhost:4200.

when hit link that's supposed data, i'm getting "304 not modified" returned php call along contents of php file.

when setup apache had install php. there special have run php in ember-cli structure?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -