Skip to content

mazemaker/Codeigniter-CAPTCHA-for-PyroCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter CAPTCHA Library for PyroCMS 2.2.1

This library generates Captcha with Codeigniter Captcha Helper (Codeigniter Captcha Helper)

##1. Load the library

    $this->load->library('captcha');

##2. Generate CAPTCHA

    Captcha::get(); // return [Array] create_captcha($data)

##3. Check if the CAPTCHA exists

    Captcha::exists($captcha = '', $ip = '', $time = 0) // return [boolean]

##4. Remove expired CAPTCHA rows in database

    Captcha::remove($expire = 0); // return [boolean]

By Web Concept

About

Codeigniter CAPTCHA Library for PyroCMS 2.2.1

Resources

License

Stars

Watchers

Forks

Packages

No packages published