You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>You have hierarchical navigation structures</li>
36
-
<li>You have compound data that belongs together. i.e. a web page with attached files or translations</li>
36
+
<li>For hierarchical navigation structures</li>
37
+
<li>For compound data that belongs together. i.e. a web page with attached files or translations</li>
37
38
<li>You need to version content</li>
38
39
<li>You want full text search</li>
39
40
</ul>
40
-
41
+
</div>
42
+
<div>
41
43
<h2>When not to use PHPCR</h2>
42
-
<p>
43
-
PHPCR is targeted at semi structured content. When you have strict content and need to aggregate the data, PHPCR is not the tool of choice. We recommend using relational databases for this.<br/>
44
-
For example, when building a web shop, the products could be stored in PHPCR while the orders can be stored in a relational database.
44
+
<pstyle="margin:0px">
45
+
PHPCR is targeted at semi structured content. For strictly structured content and when using aggregation queries, we recommend using relational databases.<br/>
46
+
For example: A web shop where products are stored in PHPCR, orders are stored in a relational database.
0 commit comments