PHP Classes

File: tests/persistence/fixture/article-seed.xml

Recommend this page to a friend!
  Classes of Gjero Krsteski   Building an Identity Map in PHP   tests/persistence/fixture/article-seed.xml   Download  
File: tests/persistence/fixture/article-seed.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Building an Identity Map in PHP
Retrieve objects avoiding multiple instances
Author: By
Last change: Update of tests/persistence/fixture/article-seed.xml
Date: 2 months ago
Size: 370 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <dataset> <tbl_article id="1" userId="1" title="An old proverb" content="A man with two watches never knows what time it is." /> <tbl_article id="2" userId="1" title="An old proverb" content="A man with two watches never knows what time it is." /> </dataset>