文件名称:cake-recaptcha:用于CakePHP 1.3的Recaptcha
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-08 08:56:44
PHP
蛋糕配菜 与CakePHP 1.3一起使用 用法 将recaptcha.php文件放置在app/vendors 。 JS文件必须放在<head> : ... < script src =' https://www.google.com/recaptcha/api.js ' > </ script > </ head > 将HTML放置在表单中: . . .
" >
<?php echo $ form -> end ( 'Send' ) ?>
在您的php控制器中:
App :: import ( 'Vendor' , 'Recaptcha' );
$ recaptcha = new Recaptcha ( '<your_s
【文件预览】:
cake-recaptcha-master
----recaptcha.php(3KB)
----README.md(714B)