Closed linqcan closed 11 years ago
http://redbeanphp.com/cooker
" In this example we convert the array 'musician' to a bean of type 'musician'. The bean can now be stored in the database. "
However, the type specified in the array is "bandmember".
" R::store($musician); "
The bean variable is called "musicianBean" in the code snippet, assuming this should be changed to "R::store($musicianBean)"?
updated thnx for reporting!
Looks good!
http://redbeanphp.com/cooker
" In this example we convert the array 'musician' to a bean of type 'musician'. The bean can now be stored in the database. "
However, the type specified in the array is "bandmember".
" R::store($musician); "
The bean variable is called "musicianBean" in the code snippet, assuming this should be changed to "R::store($musicianBean)"?