Skip to content
Products
Resources
Solutions
Pricing
Contact
Log In
Sign Up
Docs
Getting Started
Configuration
Apps
CODE
Developer Architecture
Code Convention
Code Quality
Directory Structure
Storage System
Common Mistakes
Payment Provider Integration
How to Add an App
Auth
Docs
CODE
Developer Architecture
On this page

Developer Architecture

How a PHP module extends UNA 15: request entry, Studio builders, alerts, Artificer, and the API.
Android
iOS
Web
Core
Client
~15.0
Source
Copy Page
Note
bx_alert('bx_posts', 'add', $iPostId, $iProfileId, [
	'content' => $sContent,
	'title' => $sTitle,
	'module' => $this->_oConfig->getName(),
]);
define('BX_DB_FULL_DEBUG_MODE', $_ENV['UNA_DEBUG_MODE'] ?? false);
18d
On this page
Request entryModulesStudio buildersAlertsPHP templates and MixesAPIDebug and tests
Auto