include_once
Status: Beta
Brought to you by:
eatti
this patch make Cabron able to use in a shared library.
do the same for every include
file: CabronGateway.php
if(!defined('CABRON_ROOT')) define('.');
include\_once\(CABRON\_ROOT.'/lib/helpers.php'\);
include\_once
(CABRON_ROOT.'/lib/CDEDeserializer.php');
include_once
(CABRON_ROOT.'/lib/CDESerializer.php');
include_once
(CABRON_ROOT.'/lib/CabronResponseCharConverter.php');
include_once
(CABRON_ROOT.'/lib/CabronResponseCharMapper.php');
include_once
(CABRON_ROOT.'/lib/CabronRequestCharConverter.php');
include_once
(CABRON_ROOT.'/lib/CabronRequestCharMapper.php');
include_once
(CABRON_ROOT.'/lib/CabronRecordSet.php');