Help ! Design Pattern
Posted: Mon Apr 12, 2004 2:15 pm
I'm having the problem to design the template for the e-commerce application. for the header and footer file, i can simple call include "header.php" and "footer.php" to construct at top and bottom. but my problem is the navigation part... and the body part...
can anyone give me some suggestion. Because i had tried to use table to include "navigation.php" and after that <td> the bodypart...actually will be dynamic part...such as it will display the category of the product, homepage, contact us, feedback form, etc.
can anyone show me some direction. Thanks
can anyone give me some suggestion. Because i had tried to use table to include "navigation.php" and after that <td> the bodypart...actually will be dynamic part...such as it will display the category of the product, homepage, contact us, feedback form, etc.
can anyone show me some direction. Thanks