This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$result = DB::select( | |
DB::raw(" | |
SELECT * | |
FROM `messages` | |
WHERE from_user_id=? AND to_user_id=? OR from_user_id=? AND to_user_id=? | |
"), [$fromId, $toId, $toId, $fromId]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VISUAL STUDIO CODE SETTINGS SYNC | |
Version: 2.6.2 | |
Upload Summary | |
-------------------- | |
GITHUB TOKEN: Anonymous | |
GITHUB GIST: 9e1d0f9833dff5b19ae3af817e512cd1 | |
GITHUB GIST TYPE: Secret |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// plugins | |
-emmet | |
-gist | |
-file-icons | |
-language-vue | |
-minimap | |
-vue2-autocomplete | |
-atom-autocomplete-php | |
-advance-open-file |