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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -