Thilina, please move all your functions from tbl_change.php to libraries/insert_edit.lib.php.
I suspect that other functions from refactoring tbl_replace.php and tbl_replace_fields.inc.php will go there as well.
On Tue, May 8, 2012 at 3:33 PM, Marc Delisle marc@infomarc.info wrote:
Thilina, please move all your functions from tbl_change.php to libraries/insert_edit.lib.php.
I suspect that other functions from refactoring tbl_replace.php and tbl_replace_fields.inc.php will go there as well.
Ok Marc,
On Tue, May 8, 2012 at 4:40 PM, Thilina Buddika Abeyrathna < thilinaabeyrathna@gmail.com> wrote:
On Tue, May 8, 2012 at 3:33 PM, Marc Delisle marc@infomarc.info wrote:
Thilina, please move all your functions from tbl_change.php to libraries/insert_edit.lib.php.
I suspect that other functions from refactoring tbl_replace.php and tbl_replace_fields.inc.php will go there as well.
Ok Marc,
There is no such a file. I'll create a libraries/insert_edit.lib.php file.
2012/5/8 Thilina Buddika Abeyrathna thilinaabeyrathna@gmail.com:
On Tue, May 8, 2012 at 4:40 PM, Thilina Buddika Abeyrathna thilinaabeyrathna@gmail.com wrote:
On Tue, May 8, 2012 at 3:33 PM, Marc Delisle marc@infomarc.info wrote:
Thilina, please move all your functions from tbl_change.php to libraries/insert_edit.lib.php.
I suspect that other functions from refactoring tbl_replace.php and tbl_replace_fields.inc.php will go there as well.
Ok Marc,
There is no such a file. I'll create a libraries/insert_edit.lib.php file.
Hi Thilina,
Don't forget to apply the correct template for new files [0]. Yours is missing a file comment (description of what can be found in this file) and the check if it was included by PHPMYADMIN file.
There are also some issues regarding coding style in this file (mainly long lines, incorrect indenting and missing descriptions), check our wiki on how to setup CodeSniffer on your PC and check for failed compliance with our coding guidelines [1], more info on the coding style we use [2].
[0] http://wiki.phpmyadmin.net/pma/File_template [1] http://wiki.phpmyadmin.net/pma/CodeSniffer [2] http://pear.php.net/manual/en/standards.php
hi Dieter, thank you very much for your info. I'll correct those changes.