This topic is locked

table creation

11/24/2013 5:10:04 AM
Suggestions
J
jacques author

Hi,
Like many programmers I develope my applications on my localhost.

When the program is ready, then I upload it to the site or provider.
Sometimes you don't have direct acces to phpmyadmin (or the tables) then you have to make a workaround for updating the tables.
I made a few routines in the "after succesfull login" event to check if the tables available, the fields have the right properties and so on. If not than you can for example CREATE a table, ADD, CHANGE or DELETE a column.
It would be nice if PHPRunner synchronises all tables with the localhost properties.
I hope you'll like this idea.
gr Jacques

F
fantasmino 11/26/2013

Hi Jacques,

With phprunner you can create your tables even if you don't have direct access to db or phpmyadmin.

You can save your project as template.

then new project

check connect using php.

Then apply the template to your project and done that create all the table and fields.
I'm not shure if it's the best way,I have use only one time this metod, but it works well.

J
jacques author 11/27/2013



Hi Jacques,

With phprunner you can create your tables even if you don't have direct access to db or phpmyadmin.

You can save your project as template.

then new project

check connect using php.

Then apply the template to your project and done that create all the table and fields.
I'm not shure if it's the best way,I have use only one time this metod, but it works well.


Thank you for your reply.

this will work partially.
In a secure domain you can just deliver the files because phpmyadmin ander ftp is not allowed.
thanks anyway for your thinking.