0

I'm designing a web application.

I was wondering if it was feasible to design a ruby front end, which stores and retrieves data to display to the user.

Then develop a php backend which listens to the database for changes, and depending on what was changed, performs some actions and updates the database.

Any thoughts on this type of implementation would be appreciated.

4

1 に答える 1

0

Rubyはフロントエンドとバックエンドを処理するのに十分です、なぜそれが必要でないなら2つの言語を混在させたいのか、

Railsには、テーブルフィールドで何かが変更された場合に役立つコールバックがあり、必要なことを行うことができます。

于 2012-08-24T10:08:19.837 に答える