MySQL / PHP / JavaScript webapp inşa ediyorum.
In PHP, I've got all the classes from the domain od the problem which persist in the database. In Javascript, there is a cache with objects from the last queries.
JavaScript bir nesne, kullanıcı tarafından güncellenir, bu sunucu tarafında kendini güncellemek zorundadır. Hangi Bunu yapmanın en iyi yolu olurdu?
Should I create a class in PHP and Javascript for communication purposes? Should each object in Javascript send an AJAX query to a different php file depending on the class of the object it needs to update? Are there any patterns to follow to solve this?