It whould be nice if the database table prefix was configurable.
For example:
movies are called myChosenPrefix_movies
plays_in called myChosenPrefix_plays_in
If php4flicks tables is installed in a specific database there were no problems to keep track of the php4flicks tables. But in my case (and maybe others) when I only have access to one database and has many other tables stored there, it becomes more difficult.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It whould be nice if the database table prefix was configurable.
For example:
movies are called myChosenPrefix_movies
plays_in called myChosenPrefix_plays_in
If php4flicks tables is installed in a specific database there were no problems to keep track of the php4flicks tables. But in my case (and maybe others) when I only have access to one database and has many other tables stored there, it becomes more difficult.
that is editable just takes alot of time changing all table names everywhere ;)