It is the Nth time I have to write versyy similar code to update/edit/remove records from tables using php/phpmyadmin/mysql.
My tables has some 1toMany relations and manyToMany relations (like users, books , userbooks tables)
Is there a generator for these kind of things ? How could I speed up this "boring" and "repetitive" task ?
reagrds