Search

Help

Page 1 of 35. Showing 343 results (0.061 seconds)

  1. Enabling the Auto-Update -

    upgrade_module_1_2_1($object) { return Db::getInstance()->execute(' UPDATE '._DB_PREFIX_.'homeslider_slides_lang SET '.homeslider_stripslashes_field('title … Enabling the Auto-Update Since PrestaShop 1.5, it is possible to have your module auto-update: once a new version is available on Addons, PrestaShop suggests
    PrestaShop 1.6Jul 12, 2016
  2. Enabling the Auto-Update

    Since PrestaShop 1.5, it is possible to have your module auto-update: once a new version is available on Addons, PrestaShop suggests an “Update it!” button to the user. Clicking this button will trigger a series of methods, each leading closer to the latest version of your module. In order to bring auto-update
    PrestaShop 1.7Sep 20, 2017
  3. Enabling the Auto-Update

    Since PrestaShop 1.5, it is possible to have your module auto-update: once a new version is available on Addons, PrestaShop suggests an "Update it!" button to the user. Clicking this button will trigger a series of methods, each leading closer to the latest version of your module. In order to bring auto-update support
    PrestaShop 1.6May 02, 2014
  4. Auto-updating modules

    Since PrestaShop 1.5, it is possible to have your module auto-update: once a new version is available on Addons, PrestaShop suggests an "Update it!" button to the user. Clicking this button will trigger a series of methods, each leading closer to the latest version of your module. In order to bring auto-update support
    PrestaShop 1.5Oct 03, 2013
  5. Accessing the database

    . Each object retrieves its data from the database; when an object is updated, the record to which it is tied is updated as well. The class implements accessors … __construct($id = NULL, $id_lang = NULL) Build object. add($autodate = true, $nullValues = false) Save current object to database (add or update). associateTo
    PrestaShop 1.6May 05, 2014
  6. Accessing the database-

    is added to the database. Each object retrieves its data from the database; when an object is updated, the record to which it is tied is updated as well. The class … or update). associateTo(integer|array $id_shops) Associate an item to its context. delete() Delete current object from database. deleteImage(mixed $force_delete
    PrestaShop 1.6Jul 01, 2016
  7. Public and overloadable methods

    files to replace english expression. postImage($id) Overload this method for custom checking in postProcess()'s object creation/update routine. validateRules … ) Save current object to database (add or update). delete() Delete current object from database. deleteSelection($selection) Delete several objects from database
    PrestaShop 1.5Jul 29, 2013
  8. Diving into PrestaShop Core development

    record is added to the database. Each object retrieves its data from the database; when an object is updated, the record to which it is tied is updated as well … and parameters Description __construct($id = NULL, $id_lang = NULL) Build object. add($autodate = true, $nullValues = false) Save current object to database (add or update
    PrestaShop 1.5Aug 25, 2014
  9. New Developers Features In PrestaShop 1.5

    of each controller: PrestaShop's ObjectModel and AdminController base objects have been updated so that this new feature is automatically applied to existing code … Table of content New Developers Features In PrestaShop 1.5 The new version of PrestaShop brings a lot of new and updated features to improve online shopping
    PrestaShop 1.5Jan 02, 2014
  10. Architecture

    the object, adding it or updating it as necessary. toggleStatus() Toggles whether the object is visible on the website. update() Updates the current object … of the ObjectModel members: Member Name Description $_cache Stores a cache of all object. $fieldsRequired The required fields. $fieldsRequiredDatabase The required fields
    PrestaShop 1.4Aug 22, 2013