What is it?
+What is it?
The PHP Content Repository is an adaption of the Java Content Repository (JCR) standard, an open API specification defined in JSR-283.
The API defines how to handle hierarchical semi-structured data in a consistent way.
@@ -14,7 +14,7 @@
What is it?
PHPCR combines the best out of document-oriented databases (weak structured data) and of XML databases (hierarchical trees). On top of that, it adds useful features like searching, versioning, access control and locking on top of it. -When to use PHPCR
+When to use PHPCR
- For hierarchical navigation structures
- For compound data that belongs together. i.e. a web page with attached files or translations @@ -22,7 +22,7 @@
- You want full text search
When to use PHPCR
When not to use PHPCR
+When not to use PHPCR
PHPCR is targeted at semi structured content. For strictly structured content and when using aggregation queries, we recommend using relational databases.
For example: A web shop where products are stored in PHPCR, orders are stored in a relational database.
diff --git a/assets/main.css b/assets/main.css
index 909f5b8..c0cc5a6 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -1,5 +1,5 @@
body {
- color: #777;
+ color: #333;
}
#forkme {
@@ -90,9 +90,10 @@ The `#menu` `