Arrays of Arrays
Im reasonably sure that a part of my solution involves arrays of arrays or nested arrays. similar to the syntax found in shoppint_cart.php add_to_cart(). $this->contents[] = array($products_id);
91 $this->contents[$products_id] = array('qty' => $qty);
91 $this->contents[$products_id] = array('qty' => $qty);
0 Comments:
Post a Comment
<< Home