| File |
Role |
Description |
readme.txt |
Doc. |
steps to use this example |
stars.css |
Data |
stylesheet used to create stars |
star_rating.gif |
Icon |
gif image used to create stars using css |
rpc.php |
Example |
the file used by ajax to send request to rating manage |
db.sql |
Data |
database schema contains table structure and example id |
js.js |
Data |
the file contains ajax code and other java script code that is responsible for changing start status |
RatingManager.inc.php |
Class |
file contains database class and rating class handles all functionality of star rating |
index.php |
Example |
the file used to run example |