FriendsOfREDAXO / FriendsOfREDAXO/rexstan

yorm: setValue() type validieren

Open
#445 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
41
Forks
3
Avg merge
1d 3h
Merged PRs (30d)
7

Description

**Feature description / Feature Beschreibung**

```php
class Product extends rex_yform_manager_dataset
{
public function setTitle($x) {
return $this->setValue('title', $x);
}
}
```

validieren ob der type zum db schema passt, falls der key auf eine bekannte db spalte mapped

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.