I have this code below,
require_once( USER_PAGINATOR_ROOT. "paginator.php" );
The only thing that is not clear to me is the --> USER_PAGINATOR_ROOT
Is this a concatenation? is USER_PAGINATOR_ROOT a constant variable?
Am i correct?, I can't find this variable.
Thanks.