Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NetBeans
- error
- 리눅스
- junit
- 정규식
- Linux
- MySQL
- 와일드카드
- JSON
- Spring
- php
- jquery
- 이클립스
- 안드로이드
- javascript
- Android
- larravel
- input
- laravel
- tomcat
- properties
- DB
- ajax
- html
- curl
- File
- 톰캣
- java
- CentOS
- SeLinux
Archives
- Today
- Total
합쭈기 programming
[Laravel] mysql 내장 함수 사용 본문
whereRaw ('field = password(?)', array($pw))
이런식으로 쓰던가
where('field', '=', DB::raw('password($pw)'))
요런식으로 쓴다.
'Dev story' 카테고리의 다른 글
[NetBeans] configured http proxy will be used only for pure ftp, to avoid problems, do not use any socks proxy (0) | 2015.11.03 |
---|---|
[Laravel] pagination 처리 (0) | 2015.10.21 |
[Laravel] CSRF (0) | 2015.10.21 |
[Laravel] Query log 출력 (0) | 2015.10.21 |
[HTTP] User Agent 구분 키워드 (0) | 2015.10.21 |