Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "detach" support for record class #164

Closed
twinh opened this issue Jan 14, 2014 · 0 comments
Closed

Add "detach" support for record class #164

twinh opened this issue Jan 14, 2014 · 0 comments
Milestone

Comments

@twinh
Copy link
Owner

twinh commented Jan 14, 2014

// Fetch user from database
$user = wei()->db('user')->find(1);

// User is waiting to destroy
$user->detach();

// Destroy user
$user->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant