Archive | January, 2010
Some people ask me question about how to implement my last star rating in multiple star rating, and here is the answer on how to implement it.
1. Upgrade latest table
Since you’ll need to add ‘id’ on multiple record then we need to upgrade the existing table. Here is the full sql
CREATE TABLE IF NOT EXISTS [...]


Recent Comments