Skip to content

Instantly share code, notes, and snippets.

View enfrte's full-sized avatar

Leon enfrte

  • Finland
View GitHub Profile
@joshfortyfour
joshfortyfour / container-layout-names.md
Last active January 24, 2024 14:52
List of container layout names in Magento 2 Community Edition
  • actions_apply_to
  • admin.scope.col.wrap
  • adminhtml.block.report.product.lowstock.grid.container
  • adminhtml.catalog.product.set.edit.wrapper
  • after.body.start
  • alert.urls
  • assign_products_container
  • available_sort_by_group
  • backend.page
  • backend.session.activity
@jameskropp
jameskropp / class.database.php
Last active November 26, 2022 20:09 — forked from jonashansen229/class.database.php
PHP OOP Database class using PDO and Singleton pattern. Only one instance of the class will be made, this requires less memory.
<?php
/*
* Mysql database class - only one connection alowed
*/
<?php
class DB {
private $connection;
private static $_instance;
@odan
odan / xampp_php7_xdebug.md
Last active April 17, 2024 05:36
Installing Xdebug for XAMPP