PHP Classes

File: test/py/out-mysql.txt

Recommend this page to a friend!
  Packages of Nikos M.   Dialect PHP ORM and ODM Library   test/py/out-mysql.txt   Download  
File: test/py/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:
Date: 8 months ago
Size: 4,362 bytes
 

Contents

Class file image Download
??Posts: 3 Users: 3 { "id": 3, "content": "a py post..", "custom_field3": "custom value 3" } Posts: [ { "id": 1, "content": "a php post..", "custom_field1": "custom value 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", "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", "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": 3, "content": "a py post..", "custom_field3": "custom value 3", "comments": [ { "id": 5, "content": "a py comment..", "post_id": 3 } ], "authors": [ { "id": 3, "name": "a py user" } ] } ]