Jump to content

Search the Community

Showing results for tags 'Helper List'.

  • Search By Tags

    • helper list ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Salut j'ai crée un module dont la configuration doit contenir une liste et un deuxième formulaire de configuration indépendant . comme illustre l'image ci-dessous protected function initList() { $this->fields_list = array( 'id_info' => array(...
  2. Bonjour, Je voudrais ajouter un champs 'En solde' dans la liste des produits en admin products, le champs s'affiche bien, mon problème est le filtrage me retourne une erreur 'ambiguious field on_sale', malgré j'ai bien spécifié l'alias $this->_select .= 'sa.`on_sale`'; $this->fields_list['on...
  3. Hi everyone! I've created a Admin controller with an object model for table but when I use helper form for editing a row of table my changes doesnt save in database. and row that I've edit will be removed from list view !! this is my controller code: ---------------------------------------...
  4. Przy dodawaniu kodu SQL do AdminCategoriesController nie zwraca żadnego wyniku, za pomocą var_dump sprawdziłem zapytanie i jest ono poprawne. Może ktoś wie, co przeoczyłem? Problem powodują te 3 linijki, dodane do kodu $this->_join .= 'LEFT JOIN `'._DB_PREFIX_.'product` p ON (a.`id_category`...
×
×
  • Create New...