mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
c3412cfb12daad45be8bf8326919d294c5c01d2e
模型类中使用bind方法如下:
// 命名占位符
$this->bind('name','value');
// 问号占位符
$this->bind(1,'value');
Description
No description provided
Languages
PHP
97.3%
Smarty
2.3%
PLpgSQL
0.3%