Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : YAZ Functions : yaz_ccl_conf

yaz_ccl_conf

Configure CCL parser (PHP 4 >= 4.0.5, PECL yaz:0.9-1.0.9)
void yaz_ccl_conf ( resource id, array config )

Example 2673. CCL configuration

<?php
$fields
= array(
 
"ti" => "1=4",
 
"au"   => "1=1",
 
"isbn" => "1=7"
);
yaz_ccl_conf($id, $fields);
?>

Code Examples / Notes » yaz_ccl_conf

quinn

The YAZ CCL parser has extensive functionality beyond what is described here. For the full story, as well as a detailed description of the CCL language, please look at
http://www.indexdata.dk/yaz/doc/tools.tkl#CCL
The flexibility of the parser makes it easy, by setting up separate profiles for servers with different characteristics, to produce a client that performs different query mappings for different servers. Also, because you can configure operators, truncation characters, etc., in the CCL parser, it is simple to make it fit into almost any application.


Change Language


Follow Navioo On Twitter
yaz_addinfo
yaz_ccl_conf
yaz_ccl_parse
yaz_close
yaz_connect
yaz_database
yaz_element
yaz_errno
yaz_error
yaz_es_result
yaz_es
yaz_get_option
yaz_hits
yaz_itemorder
yaz_present
yaz_range
yaz_record
yaz_scan_result
yaz_scan
yaz_schema
yaz_search
yaz_set_option
yaz_sort
yaz_syntax
yaz_wait
eXTReMe Tracker