table = array('TABLE_NAME'=> 'articles', //table name
'ID'=> 'article_id', //table id field name
'FIELD'=> 'title', //which field you want to convert.
'FIELD_LINK'=> 'link' //link field name
);
$seo->restore_all(); //renew all links..
//OUTPUT
/*
TITLE LINK
| çğü._eğş08ÀØñ | cgu-_egs08aqn
| i See dead peoPle | i-see-dead-people
| çğü._eğş08ÀØñ | cgu-_egs08aqn-1
| çğü._eğş08ÀØñ | cgu-_egs08aqn-2
| çğü._eğş08ÀØñ | cgu-_egs08aqn-3
.
.
.
*/
?>