Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

In which file is the <table></table> for includes/boxes files?


g_p_java

Recommended Posts

Posted

Hello,

 

i'm studying the php files which are located in /catalog/includes/boxes.

I notice that categories.php,what's new.php and other files begin with a <tr><td> and they end with a

</td></tr>.

But in which file is the <table></table>??

 

thanks in advance

Posted

the boxes are in most cases built with the help of includes/classes/boxes.php ...

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

the boxes are in most cases built with the help of includes/classes/boxes.php ...

 

thank you very much for replying,

1. I notice that in categories.php file in line 68

there is a mention to

new infoBoxHeading($info_box_contents, true, false);

infoBoxheading class.

In boxes.php we have the line

class infoBoxHeading extends tableBox {
           function infoBoxHeading($contents, $left_corner = true, $right_corner = true, $right_arrow = false)

as i understood the left_corner for categories table is true, the right arrow is false and the right corner is false right??(for categories table) cause i got a bit confused with the layout of the table

2. Also, in funtion infoBoxHeading, there is a mention to a gif named pixel_trans.gif it is a epmty as i understood, am i right??

 

thanks

Posted

hi,

 

yes, you need to go through your parameters and it will be clear which is set to true or false. your definition was correct.

 

and yes, the pixel_trans.gif is an empty, transparent 1x1 pixel image.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...