1

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

1
  • have you tried any php frameworks like Yii or CodeIgniter? Commented Sep 9, 2011 at 23:10

2 Answers 2

2

use a migration manager: https://github.com/search?type=Everything&language=PHP&q=migration&repo=&langOverride=&x=0&y=0&start_value=1

a full on framework is better, but this will get you started quicker.

Sign up to request clarification or add additional context in comments.

Comments

1

The phpscaffold might interest you.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.