Override Variable in Array - Smarty
问题 A slightly strange one, but I'm using an ecommerce platform called CS-Cart which uses smarty for it's templating language. It has a smarty debug console which allows me to see which variables the current page is using. For example, here is an array that is being used (I have shortened this for the example): Appearance => Array (33) products_per_page => "10" admin_products_per_page => "10" admin_elements_per_page => "10" columns_in_products_list => "3" default_products_sorting => "price" I