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
Post a Comment