Juan Posted August 6, 2009 at 12:39 AM Share Posted August 6, 2009 at 12:39 AM Saludos!! He visto un post en el que dabas indicaciones para sobreescribir la configuración por defecto. Estoy intentando hacer lo mismo para algunas categorias en la configuración de orden por defecto. He intentado con el siguiente código en my_controller.php pero no funciona, alguna sugerencia?? o simplemente estoy intentando algo que no se puede hacer?? function beforeFilter() { # Init Access if(isset($this->Access)) { $this->Access->init($this->Config); } $cate=$listing['Listing']['cat_id']; if ($cate==22 || $cate==31){ $this->Config->list_order_default = 'rdate'; } else { $this->Config->list_order_default = 'rating'; } ...resto del archivo... Link to comment
Alejandro Posted August 6, 2009 at 01:30 PM Share Posted August 6, 2009 at 01:30 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Juan Posted August 6, 2009 at 02:13 PM Author Share Posted August 6, 2009 at 02:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts