Le 2012-04-30 11:16, Thilina Buddika Abeyrathna a écrit :
On Mon, Apr 30, 2012 at 8:42 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-04-30 10:54, Thilina Buddika Abeyrathna a écrit :
Hi Marc, I'm trying to start refactoring for Insert/edit section. There are main three scripts to refactor. But before that, I need your suggestion to
start
coding.
Hi Thilina, have you read and understood these three scripts?
Not completely. I'm reading tbl_change.php script
A good way of analysing is to use the NetBeans IDE (with PHP support) to follow the execution path and debug at the same time.
I'm already using NetBeans IDE for my developing. :)
Good! So, instead of reading the tbl_change.php script, load phpMyAdmin as a project in NetBeans, put a breakpoint at the beginning of tbl_change.php, start execution and watch what happens, line by line, when you try to display a row for editing in phpMyAdmin.