PHP |
---|
public function __construct(string $columnName, ?string $propertyName = null , ?string $renameAs = null, string $dataTypeName = "string" , ?string $value = null) |
PHP |
---|
include_once "LJCRoot.php"; $prefix = RelativePrefix(); include_once "$prefix/LJCPHPCommon/LJCDBAccessLib.php"; $dbColumn = new LJCDbColumn("Name"); |