windwalker-io / core

The framework extended library for Windwalker Starter application.
https://github.com/ventoviro/windwalker-starter
MIT License
4 stars 3 forks source link

[Tmpl] View form try use override #1248

Open asika32764 opened 3 months ago

asika32764 commented 3 months ago
$form->fill($entityData)
    ->fill([
        'foo' => 'bar' // Some custom data
    ])
    ->fill($sessionData); // total override if has session back data