Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Jump.inc.php - Using a function to call a function.

Quote Reply
Jump.inc.php - Using a function to call a function.
Hi,

The handle(); function in Jump.inc.php simply calls _plg_jump(); which is the only other function in that script. Why not just move the contents from _plg_jump() into handle(); ?

All that you are doing is making the script run slightly slower -> For the sake of having the function have a different name?


Cheers,
Michael Bray
Subject Author Views Date
Thread Jump.inc.php - Using a function to call a function. Michael_Bray 4917 Nov 10, 2001, 6:49 PM
Thread Re: [Michael_Bray] Jump.inc.php - Using a function to call a function.
brewt 4792 Nov 11, 2001, 1:28 AM
Thread Re: [brewt] Jump.inc.php - Using a function to call a function.
Michael_Bray 4788 Nov 11, 2001, 2:46 AM
Thread Re: [Michael_Bray] Jump.inc.php - Using a function to call a function.
brewt 4710 Nov 13, 2001, 1:17 AM
Post Re: [brewt] Jump.inc.php - Using a function to call a function.
Michael_Bray 4707 Nov 13, 2001, 3:13 AM
Post Re: [brewt] Jump.inc.php - Using a function to call a function.
Dan Kaplan 4681 Nov 13, 2001, 3:16 PM