PHP Classes

File: test/js/out-mysql.txt

Recommend this page to a friend!
  Packages of Nikos M.   Dialect PHP ORM and ODM Library   test/js/out-mysql.txt   Download  
File: test/js/out-mysql.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Dialect PHP ORM and ODM Library
Store and retrieve objects in database using ORM
Author: By
Last change: v.2.1.0

* Entity-Attribute-Value relationship support
* various edits, corrections
v.2.1.0, progress

* EAV suppolrt almost complete
* fix js this/proxy reference
* js async/await, py sync
* fix some typos
Date: 7 months ago
Size: 5,546 bytes
 

Contents

Class file image Download
??Posts: 3 Users: 3 { "id": 2, "content": "a js post..", "custom_field2": "custom value 2" } Posts: [ { "id": 1, "content": "a php post..", "custom_field1": "custom value 1", "status": { "id": 1, "status": "approved", "type": "article", "post_id": 1 }, "comments": [ { "id": 1, "content": "a php comment..", "post_id": 1 }, { "id": 2, "content": "one more php comment..", "post_id": 1 } ], "authors": [ { "id": 1, "name": "a php user" } ] }, { "id": 2, "content": "a js post..", "custom_field2": "custom value 2", "status": { "id": 2, "status": "approved", "type": "article", "post_id": 2 }, "comments": [ { "id": 3, "content": "a js comment..", "post_id": 2 }, { "id": 4, "content": "one more js comment..", "post_id": 2 } ], "authors": [ { "id": 2, "name": "a js user" } ] }, { "id": 3, "content": "a py post..", "custom_field3": "custom value 3", "status": { "id": 3, "status": "approved", "type": "article", "post_id": 3 }, "comments": [ { "id": 5, "content": "a py comment..", "post_id": 3 }, { "id": 6, "content": "one more py comment..", "post_id": 3 } ], "authors": [ { "id": 3, "name": "a py user" } ] } ] Posts: [ { "id": 2, "content": "a js post..", "custom_field2": "custom value 2", "status": { "id": 2, "status": "approved", "type": "article", "post_id": 2 }, "comments": [ { "id": 3, "content": "a js comment..", "post_id": 2 } ], "authors": [ { "id": 2, "name": "a js user" } ] } ]