Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How are the classes are referenced?


npn2531

Recommended Posts

When you see something like:

 

$listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id');

 

I know that at this point the we are going build from the code in includes/classes/split_page_results.php.

 

My question is where is it referenced that 'new splitPageResults' knows to pull code from there and not say, includes/classes/boxes.php?

Another way to ask would be: how would I redirect the say,

new newClass

, to pull from a new class file includes/classes/newClass.php?

 

Thanks!

Oscommerce site:

 

 

OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...