Skip to content

Instantly share code, notes, and snippets.

View escapeboy's full-sized avatar
🪲
Deploying fresh bugs

Nikola Katsarov escapeboy

🪲
Deploying fresh bugs
View GitHub Profile
@escapeboy
escapeboy / codeigniter-rating-lib.php
Last active October 2, 2020 17:35
CodeIgniter Rating Library + Microdata (optional)
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Rating Library
* Using jQuery Raty plugin to rate products
* @author Nikola Katsarov
* @website http://katsarov.biz
*/
class Rating {