Skip to content

Input + Raw Input #22

@KarelWintersky

Description

@KarelWintersky

Добавить в конструктор App:

public static ?array $raw_input = null;

public static ?Dot $dot_input = null;


...

App::$raw_input = json_decode(file_get_contents('php://input'), true);
App::$dot_input = new Dot(self::$raw_input);

И, вероятно, $_REQUEST + Dotted $_REQUEST

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions