19declare(strict_types=1);
32 $stmt = $this->db->queryF(
33 'SELECT il_dcl_field.*, area.value As text_area FROM il_dcl_field ' .
34 'LEFT JOIN il_dcl_field_prop AS lenght ON il_dcl_field.id = lenght.field_id AND lenght.name = %s' .
35 'LEFT JOIN il_dcl_field_prop AS area ON il_dcl_field.id = area.field_id AND area.name = %s' .
36 'WHERE il_dcl_field.datatype_id = %s AND lenght.value IS NULL',
41 while ($row = $this->db->fetchAssoc($stmt)) {
53 $this->db->manipulateF(
54 "DELETE FROM il_dcl_field_prop WHERE name = %s",
prepare(ilDBInterface $db)
const PROP_LENGTH
General properties.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...