FriendsOfREDAXO / FriendsOfREDAXO/rexstan
yorm: setValue() type validieren
Open
- 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.