Function start
Starts Icybee.
The function instantiates a Icybee\Core
instance with the ICanBoogie's
auto-config and patches the following helpers:
- ICanBoogie\I18n\get_cldr
- Brickrouge\t
- Brickrouge\render_exception
- Brickrouge\get_document
- Brickrouge\check_session
<?php // index.php $core = Icybee\start(); $request = $core(); $response = $request(); $response();
Return value summary
|