safrazik / breeze.server.php

Breeze JS support for PHP applications
MIT License
29 stars 11 forks source link

Cool #3

Closed anymos closed 10 years ago

anymos commented 10 years ago

Sounds like a very very good start. I am willing to help, I need the same thing to save in a mysql db. Could you kindly provide a bit more information ?.

A index.php that will contain the JS used to load the schema and run the save and the SQL to create the DB background would be just perfect to help me to go forward.

Thx for your much appreciated efforts here

safrazik commented 10 years ago

Thank you so much. Highly appreciated. Are you going to use it with Doctrine ORM? Can you please elaborate more on what you need?

anymos commented 10 years ago

Hello, I am going to use it with the one that you will suggest actually :-) Doctrine sounds good so why not .

I have also installed your files following the composer instructions. Regarding what I was asking for the index.php and the sql shema, I realized that this is basically a small sample on how to use your lib that I was asking.

Even something without too much explanation would be great to begin with. I can quite help on the documentation but I would need to have a bit of code to work with first to understand better on how to use the lib.

Thank you again for your effort, breezejs is a fantastic lib, but without a way of saving the data using proper open source technology it s really limiting. Mongo is nice for small project, but sql is still the key for any relational data.

Anyway, thank again and keep up the good work

Do you know when you will be able to put some exemples ?

safrazik commented 10 years ago

I have added a demo application (server and client). You can find it in its own repository: https://github.com/adrotec/breeze.server.php.demo If you have any question open an issue there :)

I highly recommend you to read documentation of Doctrine ORM

safrazik commented 10 years ago

Also, don't forget to run the live demo from here: http://breezedemo.herokuapp.com/client/index.html

anymos commented 10 years ago

Amazing I am going to try this week end :-)

anymos commented 10 years ago

Really really really cool. I have installed the demo on my workstation it works perfectly fine.

I am going to dig in to use my own schema now, I am closing this as it fit my needs.

Thank you again fro this amazing work