[Phpmyadmin-devel] (no subject)

Alexander M. Turek alexander.turek at stud.uni-karlsruhe.de
Mon Nov 24 15:57:08 CET 2003


Hi list,

I just thought about a small optimization that could make our lives a little
easier:

As far as I can see, footoer.inc.php is always the last page to be called.
This is why we find much code like this:

include('./footer.inc.php');
exit;

imho, we should be able to put the exit call into footer.inc.php, so that we
do not always have to call it manually after having displayed the footer.

Comments?

Regards,

-- 

Alexander M. Turek
<rabus at users.sourceforge.net>
       _           __  __          _       _           _
 _ __ | |__  _ __ |  \/  |_   _   / \   __| |_ __ ___ (_)_ __
| '_ \| '_ \| '_ \| |\/| | | | | / _ \ / _` | '_ ` _ \| | '_ \
| |_) | | | | |_) | |  | | |_| |/ ___ \ (_| | | | | | | | | | |
| .__/|_| |_| .__/|_|  |_|\__, /_/   \_\__,_|_| |_| |_|_|_| |_|
|_|         |_|           |___/
                                    <http://www.phpmyadmin.net>






More information about the Developers mailing list