SQL 문만 연결하세요
TP5.1.21 버전 이후, 배열 쿼리 지원:
이 쿼리를 수행하려면:
1. 첫 번째 인용문: thinkdbWhere를 사용하세요.
2. 배열을 정의하세요. $where = new Where; : $where['title'] = ['like', "%".$sotitle."%"];
참고주소 : https://blog.csdn.net/haibo0668/article/details/78295485
SQL 문만 연결하세요
TP5.1.21 버전 이후, 배열 쿼리 지원:
이 쿼리를 수행하려면:
1. 첫 번째 인용문: thinkdbWhere를 사용하세요.
2. 배열을 정의하세요. $where = new Where; : $where['title'] = ['like', "%".$sotitle."%"];
참고주소 : https://blog.csdn.net/haibo0668/article/details/78295485