# Snippets

# Getting data from the database (PHP)

"Mays Select": {
    "prefix": ["mays-sel"],
    "body": ["\\$mayswrapper = new MaysWrapper();\r\n\\$arr = \\$mayswrapper->selectSchemaContent(\"${0:SchemaName}\", [new Filter(\"active\", \"=\", 1)]);"],
    "description": "Mays Wrapper Select"
  }

# Grid component (twig)

"grid_component": {
		"prefix": "ay-grid",
		"body": [
			"{% include \"components/grid.twig\" \r\n with {\r\n\tid: 'sectionid',\r\n\tcss: { \r\n\t\tgrid: '', \r\n\t\tcard: '', \r\n\t\timage: 'has-hover-scale-up', \r\n\t\ttitle: 'has-text-weight-bold has-text-primary', \r\n\t\tsubtitle: '' \r\n\t}, \r\n\tcolumns: { \r\n\t\tdesktop: 3, \r\n\t\ttablet: 2, \r\n\t\tmobile: 1 \r\n\t}, \r\n\tdata: arr,\r\n\timageMode: 'img',\r\n\tanimation: { \r\n\t\ttype: 'fade', \r\n\t\tduration: 500, \r\n\t\tdelay: 500, \r\n\t\tstagger: 25 \r\n\t\t}\r\n\t}%}"
		]
	}
Last Updated: 10/12/2021, 3:27:32 PM