PHP

How to use MediaWiki Editor

/index.php/MediaWiki:Sidebar - Edit Sidebar
Learn More

Show Products

Show Custom Product By ID
Learn More

bin/console commands

php bin/console - Show all commands
Learn More

SimpleXLSX class (Official)

Parse and retrieve data from Excel XLSx files. MS Excel 2007 workbooks PHP reader.
Learn More

Base Template

templates\base.html.twig
Learn More

Filters Twig

upper - mode uppercase
Learn More

Syntax Twig

Comments
{# Comment #}
Learn More

Request

var_dump($request->isXmlHttpRequest());
var_dump($request->getPreferredLanguage(array("en", "ru", "fr")));
var_dump($request->query->get("page"));
var_dump($request->request->get("page"));
var_dump($request->server->get("HTTP_HOST"));
Learn More

Entity

Create new entity: php bin/console make:entity
Create CRUD: php bin/console make:crud BookProduct
Learn More

First Project Creation

After installation we should to install .httaccess
Learn More