kabasakalis / ember-yii

Ember.js and with Yii (PHP) REST API Backend,Demo
31 stars 6 forks source link

Dead demo link #1

Open mrfatguy opened 10 years ago

mrfatguy commented 10 years ago

Link to demo app is dead. Can you please update to working one?

kabasakalis commented 10 years ago

Sorry there's no working demo for this.I don't plan to upload a new one,or update this repo,since I have switched to angular.js .Also keep in mind that this demo uses a very old version of ember.The framework API is very different now.

mrfatguy commented 10 years ago

All right, then just close this issue. Is there any GitHub project that uses AngularJS and your newer framework API?

kabasakalis commented 10 years ago

Yes,just go to my repositories:angular-yii and angular-music-db.They use angularJs for the frontend and Yii for the backend.Live demos for both.

mrfatguy commented 10 years ago

I saw angular-music-db. Very cool! But where is repository for backend-side (Yii app)? Are both packed together (i.e. frontend AngularJS + backend Yii in one GitHub repository)?

kabasakalis commented 10 years ago

Yes,the frontend (what you see on the demo) is in music_db_src folder.The rest is a usual Yii app that serves JSON data to the frontend with help from RestfulYii extension.