This function configures the CCL query parser for a server
with definitions of access points (CCL qualifiers) and their
mapping to RPN. To map a specific CCL query to RPN afterwards
call the yaz_ccl_parse() function.
Each index of the array config is the
name of a CCL field and the corresponding value holds a string
that specifies a mapping to RPN.
The mapping is a sequence of attribute-type, attribute-value
pairs. Attribute-type and attribute-value is separated by an equal
sign (=). Each pair is separated by white space.
Example 1. CCL configuration
In the example below, the CCL parser is configured to support
three CCL fields: ti, au and
isbn. Each field is mapped to their BIB-1
equivalent. It is assumed that variable $id is the
connection ID.
yaz ccl conf php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php yaz ccl conf syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.