Skip to content

Instantly share code, notes, and snippets.

View tramak's full-sized avatar

Viktor tramak

  • Moscow
View GitHub Profile
@tramak
tramak / AsyncResponse.php
Last active January 29, 2024 11:02
Ajax Message and File Upload
<?php
class AsyncResponse {
const
APPEND = 'append',
PREPEND = 'prepend',
REPLACE = 'replace',
HTML = 'html',
DELETE = 'delete',
CALLBACK = 'callback',
PAGE_REDIRECT = 'url',