Closed jrschumacher closed 10 years ago
Fix breaking chain issue and implemented feature with more functionality.
To chain use $this->saveChain()->value = 1; with this though, anything can be chained $this->setMyValueChain(1)->saveChain()->deleteChain();
$this->saveChain()->value = 1;
$this->setMyValueChain(1)->saveChain()->deleteChain();
@purekid FYI
Fix breaking chain issue and implemented feature with more functionality.
To chain use
$this->saveChain()->value = 1;
with this though, anything can be chained$this->setMyValueChain(1)->saveChain()->deleteChain();