This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| | __________________________________________________________________ | |
| | CODEIGNITER UNZIP LIBRARY | |
| | __________________________________________________________________ | |
| | developed by Md. Shohrab Hossain | |
| | email <sourav.diubd@gmail.com> | |
| | __________________________________________________________________ | |
| | HOW TO USE | |
| | An example is given below |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class Licence | |
| { | |
| private $username = "USERNAME"; | |
| private $api_key = "API_KEY"; | |
| private $product_id; | |
| private $purchase_code; | |
| public function product_id($product_id = null) |
NewerOlder