3
Thank for your response,
I know the differents purposes of "criteria class" and "XoopsObjectHandler".
I want to use criteria as XoopsObject. So i need to developpe his XoopsObjectHandler.
CriteriaElement has attibut as sort, order, limit, start, groupby this is the parent class
Criteria has attibuts as prefix, function, column, operator ,value
CriteriaCompo has attribut as criteriaElements, conditions.
So i need to store every this mini framework in a database with a XoopsObjectHandler with a
"myXoopsCriteriaHandler->insert($mycriteria);"
Best regard