Deprecated: Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 309

Deprecated: Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 317

Deprecated: Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 301

Deprecated: Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 313

Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 328

Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 339

Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 350

Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 362

Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 375

Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/grda1851/_wiki/wiki-dev.dgwww.fr/wp-content/themes/learnmore/freemius/includes/managers/class-fs-key-value-storage.php on line 389
janvier 2021 – Page 4 – Wiki Dev Skip to content

Wiki Dev

Wiki développement clients DGWWW

  • Clients
    • Toner.fr
    • Oggma Media
    • MAJ WordPress
  • Langage
    • ASP.net – C#
    • Bootstrap 4
    • CSS
      • SCSS
    • Git
    • HTML
    • Javascript
      • Jquery
    • PHP
    • Symfony 4
    • Twig
  • Logiciels
    • Excel
    • PhpStorm
    • SQL Serveur
    • Visual Studio
  • OS
    • Linux
  • CMS
    • Shopify
    • WordPress
      • Plugins
      • Woocommerce
  • WP-GS
    • Blocs DGWWW
    • Plugins
  • Réseaux
  • Google Analytics
  • Outils Web
  • Important
  • Référentiel DGWWW
  • Générateurs documents légaux
    • CGV
    • CGU
  • DGWWW
    • Schéma du classement Synology
  • Développement Symfony maison

Mois : janvier 2021

Ciblé une page en JQuery

Jquery janvier 13, 2021

Raccourcie pour Initialiser une propriétés avec PhpStorm

PhpStorm janvier 13, 2021

Cliquer sur le variable $mavariable puis appuyer sur « Alt » + « Entrée ». Une fenêtre s’affiche, sélectionner alors « Initialize properties »: /** * @var PropertyRepository */private $repository;public function __construct(PropertyRepository $repository){ $this->repository = $repository;}

Utiliser variable et méthod du template.master ASP.net

ASP.net – C# janvier 13, 2021

Lien : https://stackoverflow.com/questions/7619591/access-master-page-variables-in-child-page-in-asp-net/45772602 Il faudra changer nom_class_master avec le nom de la class du template master et la_variable avec le nom de la viable public du template.master

Lightbox avec Bootstrap 4

Bootstrap 4 janvier 13, 2021

Pour créer un système de lightbox simple et rapide en boostrap 4 https://ashleydw.github.io/lightbox/

Order by collection entity (function/method d’entité) Symfony 4

Symfony 4 janvier 13, 2021

https://stackoverflow.com/questions/14281758/how-to-sort-an-entitys-arraycollection-in-symfony2 $sort = new Criteria(null, [‘Order’ => Criteria::ASC]); return $this->yourCollectionProperty->matching($sort);

Sécurisé WordPress

Important, Wordpress janvier 13, 2021janvier 13, 2021

Par fichier .htaccess Idéalement, passer par la modification du fichier .htaccess Le guide ultime du fichier .htaccess dans WordPress Par plugin

Modifier l’URL d’un site WordPress

Wordpress janvier 13, 2021

Pour modifier l’URL d’un site WordPress, exécuter les requêtes suivantes. Attention : d’autres requêtes peuvent être nécessaire en fonction des plugin installé

Utiliser le contenu d’un bloc parents dans une page enfant en Twig

Twig janvier 13, 2021

Il suffit d’utiliser l’instruction {{ parent() }}

Importer plusieurs fichiers csv ou txt avec Power Query dans Excel

Excel janvier 13, 2021

Vidéo très bien expliquée, sur comment importer plusieurs fichier .txt, .csv ou .log en une seul action.

Supprimer éléments dupliqués d’un tableau en Twig

Twig janvier 13, 2021

Sourcehttps://stackoverflow.com/questions/17788424/how-to-remove-duplicated-items-in-array-on-twig

Pagination des publications

Previous page< Page 1 … Page 3 Page 4 Page 5 Next page>
Skip to footer

Articles récents

  • MAJ site WordPress – Prestation payante
  • Génération flux mondoshopping.fr
  • Plugin puissant à utiliser en + accrodeon parfait
  • Bloquer les accès administrateur à certain compte
  • Ajouter un code promo automatique dans WooCommerce

Commentaires récents

    Archives

    • juillet 2024
    • juin 2024
    • mai 2024
    • octobre 2023
    • mars 2023
    • novembre 2022
    • septembre 2022
    • août 2022
    • juillet 2022
    • juin 2022
    • mai 2022
    • avril 2022
    • mars 2022
    • février 2022
    • décembre 2021
    • septembre 2021
    • août 2021
    • juillet 2021
    • mai 2021
    • avril 2021
    • mars 2021
    • février 2021
    • janvier 2021

    Catégories

    • ASP.net – C#
    • Bootstrap 4
    • CGU
    • CGV
    • CMS
    • CSS
    • Développement Symfony maison
    • DGWWW
    • Excel
    • Git
    • Google Analytics
    • HTML
    • Important
    • Jquery
    • Linux
    • MAJ WordPress
    • Oggma Media
    • Outils Web
    • PHP
    • PhpStorm
    • Plugins
    • Référentiel DGWWW
    • SCSS
    • Shopify
    • SQL Serveur
    • Symfony 4
    • Symfony 5
    • Toner.fr
    • Twig
    • Uncategorized
    • Visual Studio
    • Windows
    • Woocommerce
    • Wordpress
    Theme: LearnMore by Humble Themes.