Difference between revisions of "Cchost/concepts/Query Engine"

From Creative Commons
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
All user generated or uploaded content and all topics are displayed in ccHost using the Query Engine and it's API. That means any and all features associated with content display is built on top of the Query API.  
 
All user generated or uploaded content and all topics are displayed in ccHost using the Query Engine and it's API. That means any and all features associated with content display is built on top of the Query API.  
  
A detailed reference guide for the Query API can be found at every ccHost installation at '''<your_installation_root>/query-api'''
+
A detailed reference guide for the Query API can be found at every ccHost installation at '''<your_installation_root>/query-api'''. Here is the link via http://ccmixter.org/query-api
  
 
The graphic above shows a high level overview of how other components and data interact with the Query API.  
 
The graphic above shows a high level overview of how other components and data interact with the Query API.  
  
The best way to understand to most common case usages of the query is to study the [[Cchost/Custom_Query_Templates|query templates walk-through]]. For more advanced features make sure to read [[Cchost/Advanced_Query_Templates|Advanced Query Templates]].
+
The best way to understand to most common case usages of the query is to study the [[Cchost/Custom_Query_Templates|query templates walk-through]]. For more advanced features make see the [[Cchost/developer/tutorial/Ultimate_Template|Ultimate Template tutorial]].

Latest revision as of 06:36, 26 November 2008


Docs Home Install Upgrade Troubleshoot Customize Admins Devs Content Query Templates Commands Skins


Query-graphic.png

All user generated or uploaded content and all topics are displayed in ccHost using the Query Engine and it's API. That means any and all features associated with content display is built on top of the Query API.

A detailed reference guide for the Query API can be found at every ccHost installation at <your_installation_root>/query-api. Here is the link via http://ccmixter.org/query-api

The graphic above shows a high level overview of how other components and data interact with the Query API.

The best way to understand to most common case usages of the query is to study the query templates walk-through. For more advanced features make see the Ultimate Template tutorial.