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
- SeLinux
- File
- javascript
- 이클립스
- php
- Android
- java
- DB
- 톰캣
- curl
- laravel
- JSON
- ajax
- 리눅스
- jquery
- html
- 와일드카드
- 정규식
- CentOS
- Linux
- input
- junit
- 안드로이드
- error
- MySQL
- NetBeans
- tomcat
- properties
- larravel
- Spring
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 |