kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
198 stars 179 forks source link

Codeigniter #43

Open masadi opened 6 years ago

masadi commented 6 years ago

How to connect this library to codeigniter?

kamshory commented 6 years ago

I never use CodeIgniter but maybe you can include in into controller.

Jagdish07 commented 6 years ago

Load the library on controller by using > $this->load->library('library_name')