Einen Antrag stellen

Datei hierher ziehen und ablegen oder Dateien durchsuchen

    This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.

    from

    NAME COMPONENT DURATION 0 ms 45 ms 90 ms 135 ms 180 ms 225 ms 270 ms
    BootstrapTimer22.39 ms
    Event: pre_systemEvents9.29 ms
    Required Before FiltersTimer3.09 ms
    RoutingTimer137.90 ms
    Connecting to Database: "default"Database0.33 ms
    QueryDatabase0.11 ms
    SELECT GET_LOCK('d56c1d26aefea8ae4a25a900cd886d80', 300) AS ci_session_lock
    Event: dbqueryEvents0.04 ms
    Event: dbqueryEvents0.02 ms
    QueryDatabase86.34 ms
    SELECT `data` FROM `ci_sessions` WHERE `id` = 'mds_session:kaov8gmunloe7d5u9t4phml4m4pacj5o'
    Event: dbqueryEvents0.08 ms
    Event: dbqueryEvents0.02 ms
    QueryDatabase0.23 ms
    SELECT * FROM `general_settings` WHERE `id` = 1
    Event: dbqueryEvents0.04 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.09 ms
    SELECT * FROM `payment_settings` WHERE `id` = 1
    Event: dbqueryEvents0.03 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.11 ms
    SELECT * FROM `product_settings` WHERE `id` = 1
    Event: dbqueryEvents0.03 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.09 ms
    SELECT * FROM `storage_settings` WHERE `id` = 1
    Event: dbqueryEvents0.03 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.10 ms
    SELECT * FROM `routes`
    Event: dbqueryEvents0.03 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.07 ms
    SELECT * FROM `languages` WHERE `status` = 1 ORDER BY `language_order`
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.05 ms
    SELECT * FROM `roles_permissions`
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.06 ms
    SELECT * FROM `languages` WHERE `id` = '1'
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.36 ms
    SELECT * FROM `language_translations` WHERE `lang_id` = '6'
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.17 ms
    SELECT * FROM `settings` WHERE `lang_id` = '6'
    Event: dbqueryEvents0.04 ms
    Event: dbqueryEvents0.02 ms
    QueryDatabase0.14 ms
    SELECT * FROM `currencies` ORDER BY `status` DESC, `id`
    Event: dbqueryEvents0.03 ms
    Event: dbqueryEvents0.01 ms
    Before FiltersTimer1.83 ms
    ControllerTimer138.29 ms
    Controller ConstructorTimer110.53 ms
    QueryDatabase0.46 ms
    SELECT * FROM `fonts` WHERE id IN (19,22)
    Event: dbqueryEvents0.06 ms
    Event: dbqueryEvents0.02 ms
    QueryDatabase0.13 ms
    SELECT `id`, `title`, `slug`, `page_order`, `location`, `page_default_name` FROM `pages` WHERE `lang_id` = 6 AND `visibility` = 1 ORDER BY `page_order`
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase0.28 ms
    SELECT * FROM `location_countries` WHERE `status` = 1 ORDER BY `name`
    Event: dbqueryEvents0.02 ms
    Event: dbqueryEvents0.01 ms
    QueryDatabase10.44 ms
    SELECT `categories`.*, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `parent_id` = 0 AND `visibility` = 1 ORDER BY `category_order`
    Event: dbqueryEvents0.05 ms
    Event: dbqueryEvents0.02 ms
    QueryDatabase3.08 ms
    SELECT `categories`.`id`, `categories`.`slug`, `categories`.`parent_id`, `categories`.`parent_tree`, `categories`.`category_order`, `categories`.`featured_order`, `categories`.`storage`, `categories`.`image`, `categories`.`show_on_main_menu`, `categories`.`show_image_on_main_menu`, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `visibility` = 1 AND id IN (SELECT SubCategory FROM ( SELECT parent.id AS Category, child.id AS SubCategory, child_lang.name AS SubCategoryName FROM ( SELECT id, parent_id, category_order, slug, @rn := IF(@cur = parent_id, @rn + 1, 1) AS rn, @cur := parent_id FROM categories JOIN (SELECT @rn := 0, @cur := '') AS init_vars ORDER BY parent_id, id ) AS child JOIN categories AS parent ON child.parent_id = parent.id JOIN categories_lang AS child_lang ON child.id = child_lang.category_id WHERE child.rn <= 10 AND parent.id IN (5,468,9,10,12,13,14,466) ORDER BY child.category_order ) AS tblCategories) ORDER BY `category_order`, `name`
    Event: dbqueryEvents0.04 ms
    Event: dbqueryEvents0.05 ms
    QueryDatabase7.13 ms
    SELECT `categories`.`id`, `categories`.`slug`, `categories`.`parent_id`, `categories`.`parent_tree`, `categories`.`category_order`, `categories`.`featured_order`, `categories`.`storage`, `categories`.`image`, `categories`.`show_on_main_menu`, `categories`.`show_image_on_main_menu`, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `visibility` = 1 AND id IN (SELECT SubCategory FROM ( SELECT parent.id AS Category, child.id AS SubCategory, child_lang.name AS SubCategoryName FROM ( SELECT id, parent_id, category_order, slug, @rn := IF(@cur = parent_id, @rn + 1, 1) AS rn, @cur := parent_id FROM categories JOIN (SELECT @rn := 0, @cur := '') AS init_vars ORDER BY parent_id, id ) AS child JOIN categories AS parent ON child.parent_id = parent.id JOIN categories_lang AS child_lang ON child.id = child_lang.category_id WHERE child.rn <= 6 AND parent.id IN (383,467,207,132,289,469,15,2,470,133,472,408,154,217,298,33,226,134,473,52,410,471,167,313,326,474,414,171,232,135,515,66,475,83,181,136,516,444,241,331,476,517,93,338,459,137,252,195,462,277,200,518,477,99,342,138,463,284,478,201,353,519,113,139,479,202,286,362,116,464,140,130,480,203,378,141,287) ORDER BY child.category_order ) AS tblCategories) ORDER BY `category_order`, `name`
    Event: dbqueryEvents0.06 ms
    Event: dbqueryEvents0.06 ms
    QueryDatabase15.29 ms
    SELECT * FROM `ad_spaces`
    Event: dbqueryEvents0.06 ms
    Event: dbqueryEvents0.02 ms
    View: partials/_header.phpViews19.27 ms
    View: partials/_fonts.phpViews0.52 ms
    View: partials/_css_js_header.phpViews0.36 ms
    View: partials/_top_bar.phpViews9.37 ms
    View: partials/_nav_main.phpViews3.16 ms
    View: partials/_nav_mobile.phpViews2.71 ms
    View: auth/_social_login.phpViews0.25 ms
    View: support/submit_request.phpViews0.91 ms
    View: partials/_messages.phpViews0.12 ms
    View: partials/_footer.phpViews7.39 ms
    View: support/_editor.phpViews0.46 ms
    After FiltersTimer0.01 ms
    Required After FiltersTimer0.58 ms

    Database (20 total Queries, 20 of them unique across 1 Connection)

    Time Query String
    0.11 ms SELECT GET_LOCK('d56c1d26aefea8ae4a25a900cd886d80', 300) AS ci_session_lock [internal function]
      1    SYSTEMPATH/Session/Handlers/Database/MySQLiHandler.php:31
            CodeIgniter\Database\BaseConnection->query()

      2    SYSTEMPATH/Session/Handlers/DatabaseHandler.php:117
            CodeIgniter\Session\Handlers\Database\MySQLiHandler->lockSession()

      3    [internal function]
            CodeIgniter\Session\Handlers\DatabaseHandler->read()

      4    SYSTEMPATH/Session/Session.php:920
            session_start()

      5    SYSTEMPATH/Session/Session.php:242
            CodeIgniter\Session\Session->startSession()

      6    SYSTEMPATH/Config/Services.php:710
            CodeIgniter\Session\Session->start()

      7    SYSTEMPATH/Config/BaseService.php:312
            CodeIgniter\Config\Services::session()

      8    SYSTEMPATH/Config/BaseService.php:251
            CodeIgniter\Config\BaseService::__callStatic()

      9    SYSTEMPATH/Config/Services.php:668
            CodeIgniter\Config\BaseService::getSharedInstance()

     10    SYSTEMPATH/Config/BaseService.php:321
            CodeIgniter\Config\Services::session()

     11    APPPATH/Config/Globals.php:32
            CodeIgniter\Config\BaseService::__callStatic()

     12    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

     13    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

     14    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

     15    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

     16    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

     17    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     18    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     19    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     20    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     21    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     22    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     23    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    86.34 ms SELECT `data` FROM `ci_sessions` WHERE `id` = 'mds_session:kaov8gmunloe7d5u9t4phml4m4pacj5o' [internal function]
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    SYSTEMPATH/Session/Handlers/DatabaseHandler.php:135
            CodeIgniter\Database\BaseBuilder->get()

      3    [internal function]
            CodeIgniter\Session\Handlers\DatabaseHandler->read()

      4    SYSTEMPATH/Session/Session.php:920
            session_start()

      5    SYSTEMPATH/Session/Session.php:242
            CodeIgniter\Session\Session->startSession()

      6    SYSTEMPATH/Config/Services.php:710
            CodeIgniter\Session\Session->start()

      7    SYSTEMPATH/Config/BaseService.php:312
            CodeIgniter\Config\Services::session()

      8    SYSTEMPATH/Config/BaseService.php:251
            CodeIgniter\Config\BaseService::__callStatic()

      9    SYSTEMPATH/Config/Services.php:668
            CodeIgniter\Config\BaseService::getSharedInstance()

     10    SYSTEMPATH/Config/BaseService.php:321
            CodeIgniter\Config\Services::session()

     11    APPPATH/Config/Globals.php:32
            CodeIgniter\Config\BaseService::__callStatic()

     12    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

     13    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

     14    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

     15    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

     16    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

     17    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     18    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     19    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     20    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     21    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     22    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     23    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.23 ms SELECT * FROM `general_settings` WHERE `id` = 1 APPPATH/Config/Globals.php:34
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:34
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      4    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      5    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      6    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      7    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      8    SYSTEMPATH/Router/RouteCollection.php:340
            require()

      9    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     10    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     11    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     12    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     13    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     14    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.09 ms SELECT * FROM `payment_settings` WHERE `id` = 1 APPPATH/Config/Globals.php:160
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:160
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:36
            Config\Globals::getSettingsCache()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.11 ms SELECT * FROM `product_settings` WHERE `id` = 1 APPPATH/Config/Globals.php:160
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:160
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:38
            Config\Globals::getSettingsCache()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.09 ms SELECT * FROM `storage_settings` WHERE `id` = 1 APPPATH/Config/Globals.php:160
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:160
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:40
            Config\Globals::getSettingsCache()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.09 ms SELECT * FROM `routes` APPPATH/Config/Globals.php:186
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:186
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:42
            Config\Globals::getRoutes()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.07 ms SELECT * FROM `languages` WHERE `status` = 1 ORDER BY `language_order` APPPATH/Config/Globals.php:199
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:199
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:51
            Config\Globals::getLanguages()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.05 ms SELECT * FROM `roles_permissions` APPPATH/Config/Globals.php:238
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:238
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:53
            Config\Globals::getRolesPermissions()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.06 ms SELECT * FROM `languages` WHERE `id` = '1' APPPATH/Config/Globals.php:212
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:212
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:59
            Config\Globals::getLanguage()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.36 ms SELECT * FROM `language_translations` WHERE `lang_id` = '6' APPPATH/Config/Globals.php:225
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:225
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:133
            Config\Globals::getLanguageTranslations()

      4    APPPATH/Config/Globals.php:78
            Config\Globals::setActiveLanguage()

      5    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      6    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      7    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      8    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      9    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

     10    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     11    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     12    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     13    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     14    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     15    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     16    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.17 ms SELECT * FROM `settings` WHERE `lang_id` = '6' APPPATH/Config/Globals.php:173
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:173
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:88
            Config\Globals::getSettings()

      4    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      5    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      6    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      7    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      8    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      9    SYSTEMPATH/Router/RouteCollection.php:340
            require()

     10    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     11    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     12    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     13    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     14    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     15    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.14 ms SELECT * FROM `currencies` ORDER BY `status` DESC, `id` APPPATH/Config/Globals.php:99
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Config/Globals.php:99
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Config/Globals.php:245
            Config\Globals::setGlobals()

      4    SYSTEMPATH/Autoloader/Autoloader.php:317
            include_once()

      5    SYSTEMPATH/Autoloader/Autoloader.php:296
            CodeIgniter\Autoloader\Autoloader->includeFile()

      6    SYSTEMPATH/Autoloader/Autoloader.php:272
            CodeIgniter\Autoloader\Autoloader->loadInNamespace()

      7    APPPATH/Config/Routes.php:6
            CodeIgniter\Autoloader\Autoloader->loadClass()

      8    SYSTEMPATH/Router/RouteCollection.php:340
            require()

      9    SYSTEMPATH/CodeIgniter.php:823
            CodeIgniter\Router\RouteCollection->loadRoutes()

     10    SYSTEMPATH/CodeIgniter.php:457
            CodeIgniter\CodeIgniter->tryToRouteIt()

     11    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

     12    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     13    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     14    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.46 ms SELECT * FROM `fonts` WHERE id IN (19,22) APPPATH/Models/SettingsModel.php:805
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/SettingsModel.php:805
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Controllers/BaseController.php:124
            App\Models\SettingsModel->getSelectedFonts()

      4    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      5    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      6    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      7    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      8    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

      9    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     10    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.13 ms SELECT `id`, `title`, `slug`, `page_order`, `location`, `page_default_name` FROM `pages` WHERE `lang_id` = 6 AND `visibility` = 1 ORDER BY `page_order` APPPATH/Models/PageModel.php:101
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/PageModel.php:101
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Controllers/BaseController.php:126
            App\Models\PageModel->getMenuLinks()

      4    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      5    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      6    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      7    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      8    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

      9    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     10    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    0.28 ms SELECT * FROM `location_countries` WHERE `status` = 1 ORDER BY `name` APPPATH/Models/LocationModel.php:63
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/LocationModel.php:63
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Controllers/BaseController.php:128
            App\Models\LocationModel->getActiveCountries()

      4    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      5    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      6    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      7    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      8    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

      9    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     10    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    10.44 ms SELECT `categories`.*, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `parent_id` = 0 AND `visibility` = 1 ORDER BY `category_order` APPPATH/Models/CategoryModel.php:131
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/CategoryModel.php:131
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Controllers/BaseController.php:130
            App\Models\CategoryModel->getParentCategories()

      4    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      5    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      6    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      7    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      8    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

      9    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     10    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    3.08 ms SELECT `categories`.`id`, `categories`.`slug`, `categories`.`parent_id`, `categories`.`parent_tree`, `categories`.`category_order`, `categories`.`featured_order`, `categories`.`storage`, `categories`.`image`, `categories`.`show_on_main_menu`, `categories`.`show_image_on_main_menu`, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `visibility` = 1 AND id IN (SELECT SubCategory FROM ( SELECT parent.id AS Category, child.id AS SubCategory, child_lang.name AS SubCategoryName FROM ( SELECT id, parent_id, category_order, slug, @rn := IF(@cur = parent_id, @rn + 1, 1) AS rn, @cur := parent_id FROM categories JOIN (SELECT @rn := 0, @cur := '') AS init_vars ORDER BY parent_id, id ) AS child JOIN categories AS parent ON child.parent_id = parent.id JOIN categories_lang AS child_lang ON child.id = child_lang.category_id WHERE child.rn <= 10 AND parent.id IN (5,468,9,10,12,13,14,466) ORDER BY child.category_order ) AS tblCategories) ORDER BY `category_order`, `name` APPPATH/Models/CategoryModel.php:62
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/CategoryModel.php:62
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Models/CategoryModel.php:91
            App\Models\CategoryModel->getSubLevelCategoryIds()

      4    APPPATH/Controllers/BaseController.php:132
            App\Models\CategoryModel->getCategoriesArray()

      5    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      6    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      7    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      8    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      9    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     10    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     11    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    7.13 ms SELECT `categories`.`id`, `categories`.`slug`, `categories`.`parent_id`, `categories`.`parent_tree`, `categories`.`category_order`, `categories`.`featured_order`, `categories`.`storage`, `categories`.`image`, `categories`.`show_on_main_menu`, `categories`.`show_image_on_main_menu`, `categories`.`parent_id` AS `join_parent_id`, (SELECT GROUP_CONCAT(lang_id, ':::', name SEPARATOR '|||') FROM categories_lang WHERE categories_lang.category_id = categories.id) AS name, (SELECT slug FROM categories WHERE id = join_parent_id) AS parent_slug, (SELECT id FROM categories AS sub_categories WHERE sub_categories.parent_id = categories.id LIMIT 1) AS has_subcategory FROM `categories` WHERE `visibility` = 1 AND id IN (SELECT SubCategory FROM ( SELECT parent.id AS Category, child.id AS SubCategory, child_lang.name AS SubCategoryName FROM ( SELECT id, parent_id, category_order, slug, @rn := IF(@cur = parent_id, @rn + 1, 1) AS rn, @cur := parent_id FROM categories JOIN (SELECT @rn := 0, @cur := '') AS init_vars ORDER BY parent_id, id ) AS child JOIN categories AS parent ON child.parent_id = parent.id JOIN categories_lang AS child_lang ON child.id = child_lang.category_id WHERE child.rn <= 6 AND parent.id IN (383,467,207,132,289,469,15,2,470,133,472,408,154,217,298,33,226,134,473,52,410,471,167,313,326,474,414,171,232,135,515,66,475,83,181,136,516,444,241,331,476,517,93,338,459,137,252,195,462,277,200,518,477,99,342,138,463,284,478,201,353,519,113,139,479,202,286,362,116,464,140,130,480,203,378,141,287) ORDER BY child.category_order ) AS tblCategories) ORDER BY `category_order`, `name` APPPATH/Models/CategoryModel.php:62
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/CategoryModel.php:62
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Models/CategoryModel.php:100
            App\Models\CategoryModel->getSubLevelCategoryIds()

      4    APPPATH/Controllers/BaseController.php:132
            App\Models\CategoryModel->getCategoriesArray()

      5    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      6    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      7    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      8    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      9    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

     10    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     11    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    15.29 ms SELECT * FROM `ad_spaces` APPPATH/Models/CommonModel.php:382
      1    SYSTEMPATH/Database/BaseBuilder.php:1644
            CodeIgniter\Database\BaseConnection->query()

      2    APPPATH/Models/CommonModel.php:382
            CodeIgniter\Database\BaseBuilder->get()

      3    APPPATH/Controllers/BaseController.php:134
            App\Models\CommonModel->getAdSpaces()

      4    APPPATH/Controllers/SupportController.php:14
            App\Controllers\BaseController->initController()

      5    SYSTEMPATH/CodeIgniter.php:904
            App\Controllers\SupportController->initController()

      6    SYSTEMPATH/CodeIgniter.php:500
            CodeIgniter\CodeIgniter->createController()

      7    SYSTEMPATH/CodeIgniter.php:355
            CodeIgniter\CodeIgniter->handleRequest()

      8    SYSTEMPATH/Boot.php:325
            CodeIgniter\CodeIgniter->run()

      9    SYSTEMPATH/Boot.php:67
            CodeIgniter\Boot::runCodeIgniter()

     10    FCPATH/index.php:56
            CodeIgniter\Boot::bootWeb()

    Logs

    Severity Message
    info Session: Class initialized using 'CodeIgniter\Session\Handlers\DatabaseHandler' driver.

    Files ( 178 )

    Common.php APPPATH/Common.php
    App.php APPPATH/Config/App.php
    Autoload.php APPPATH/Config/Autoload.php
    development.php APPPATH/Config/Boot/development.php
    Cache.php APPPATH/Config/Cache.php
    Constants.php APPPATH/Config/Constants.php
    ContentSecurityPolicy.php APPPATH/Config/ContentSecurityPolicy.php
    Cookie.php APPPATH/Config/Cookie.php
    Database.php APPPATH/Config/Database.php
    DocTypes.php APPPATH/Config/DocTypes.php
    Events.php APPPATH/Config/Events.php
    Exceptions.php APPPATH/Config/Exceptions.php
    Feature.php APPPATH/Config/Feature.php
    Filters.php APPPATH/Config/Filters.php
    Globals.php APPPATH/Config/Globals.php
    Kint.php APPPATH/Config/Kint.php
    Logger.php APPPATH/Config/Logger.php
    Modules.php APPPATH/Config/Modules.php
    Optimize.php APPPATH/Config/Optimize.php
    Paths.php APPPATH/Config/Paths.php
    Routes.php APPPATH/Config/Routes.php
    RoutesStatic.php APPPATH/Config/RoutesStatic.php
    Routing.php APPPATH/Config/Routing.php
    Security.php APPPATH/Config/Security.php
    Services.php APPPATH/Config/Services.php
    Session.php APPPATH/Config/Session.php
    Toolbar.php APPPATH/Config/Toolbar.php
    UserAgents.php APPPATH/Config/UserAgents.php
    View.php APPPATH/Config/View.php
    BaseController.php APPPATH/Controllers/BaseController.php
    SupportController.php APPPATH/Controllers/SupportController.php
    app_helper.php APPPATH/Helpers/app_helper.php
    product_helper.php APPPATH/Helpers/product_helper.php
    reCAPTCHA.php APPPATH/Libraries/reCAPTCHA.php
    AuthModel.php APPPATH/Models/AuthModel.php
    BaseModel.php APPPATH/Models/BaseModel.php
    CategoryModel.php APPPATH/Models/CategoryModel.php
    CommonModel.php APPPATH/Models/CommonModel.php
    LocationModel.php APPPATH/Models/LocationModel.php
    PageModel.php APPPATH/Models/PageModel.php
    ProductModel.php APPPATH/Models/ProductModel.php
    SettingsModel.php APPPATH/Models/SettingsModel.php
    SupportModel.php APPPATH/Models/SupportModel.php
    _social_login.php APPPATH/Views/auth/_social_login.php
    _css_js_header.php APPPATH/Views/partials/_css_js_header.php
    _fonts.php APPPATH/Views/partials/_fonts.php
    _footer.php APPPATH/Views/partials/_footer.php
    _header.php APPPATH/Views/partials/_header.php
    _messages.php APPPATH/Views/partials/_messages.php
    _nav_main.php APPPATH/Views/partials/_nav_main.php
    _nav_mobile.php APPPATH/Views/partials/_nav_mobile.php
    _top_bar.php APPPATH/Views/partials/_top_bar.php
    _editor.php APPPATH/Views/support/_editor.php
    submit_request.php APPPATH/Views/support/submit_request.php
    index.php FCPATH/index.php
    ResponseTrait.php SYSTEMPATH/API/ResponseTrait.php
    Autoloader.php SYSTEMPATH/Autoloader/Autoloader.php
    FileLocator.php SYSTEMPATH/Autoloader/FileLocator.php
    FileLocatorInterface.php SYSTEMPATH/Autoloader/FileLocatorInterface.php
    BaseModel.php SYSTEMPATH/BaseModel.php
    Boot.php SYSTEMPATH/Boot.php
    CacheFactory.php SYSTEMPATH/Cache/CacheFactory.php
    CacheInterface.php SYSTEMPATH/Cache/CacheInterface.php
    BaseHandler.php SYSTEMPATH/Cache/Handlers/BaseHandler.php
    FileHandler.php SYSTEMPATH/Cache/Handlers/FileHandler.php
    ResponseCache.php SYSTEMPATH/Cache/ResponseCache.php
    CodeIgniter.php SYSTEMPATH/CodeIgniter.php
    Common.php SYSTEMPATH/Common.php
    AutoloadConfig.php SYSTEMPATH/Config/AutoloadConfig.php
    BaseConfig.php SYSTEMPATH/Config/BaseConfig.php
    BaseService.php SYSTEMPATH/Config/BaseService.php
    DotEnv.php SYSTEMPATH/Config/DotEnv.php
    Factories.php SYSTEMPATH/Config/Factories.php
    Factory.php SYSTEMPATH/Config/Factory.php
    Filters.php SYSTEMPATH/Config/Filters.php
    Routing.php SYSTEMPATH/Config/Routing.php
    Services.php SYSTEMPATH/Config/Services.php
    View.php SYSTEMPATH/Config/View.php
    Controller.php SYSTEMPATH/Controller.php
    CloneableCookieInterface.php SYSTEMPATH/Cookie/CloneableCookieInterface.php
    Cookie.php SYSTEMPATH/Cookie/Cookie.php
    CookieInterface.php SYSTEMPATH/Cookie/CookieInterface.php
    CookieStore.php SYSTEMPATH/Cookie/CookieStore.php
    BaseBuilder.php SYSTEMPATH/Database/BaseBuilder.php
    BaseConnection.php SYSTEMPATH/Database/BaseConnection.php
    BaseResult.php SYSTEMPATH/Database/BaseResult.php
    Config.php SYSTEMPATH/Database/Config.php
    ConnectionInterface.php SYSTEMPATH/Database/ConnectionInterface.php
    Database.php SYSTEMPATH/Database/Database.php
    Builder.php SYSTEMPATH/Database/MySQLi/Builder.php
    Connection.php SYSTEMPATH/Database/MySQLi/Connection.php
    Result.php SYSTEMPATH/Database/MySQLi/Result.php
    Query.php SYSTEMPATH/Database/Query.php
    QueryInterface.php SYSTEMPATH/Database/QueryInterface.php
    ResultInterface.php SYSTEMPATH/Database/ResultInterface.php
    Exceptions.php SYSTEMPATH/Debug/Exceptions.php
    Timer.php SYSTEMPATH/Debug/Timer.php
    Toolbar.php SYSTEMPATH/Debug/Toolbar.php
    BaseCollector.php SYSTEMPATH/Debug/Toolbar/Collectors/BaseCollector.php
    Database.php SYSTEMPATH/Debug/Toolbar/Collectors/Database.php
    Events.php SYSTEMPATH/Debug/Toolbar/Collectors/Events.php
    Files.php SYSTEMPATH/Debug/Toolbar/Collectors/Files.php
    Logs.php SYSTEMPATH/Debug/Toolbar/Collectors/Logs.php
    Routes.php SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php
    Timers.php SYSTEMPATH/Debug/Toolbar/Collectors/Timers.php
    Views.php SYSTEMPATH/Debug/Toolbar/Collectors/Views.php
    Events.php SYSTEMPATH/Events/Events.php
    CSRF.php SYSTEMPATH/Filters/CSRF.php
    DebugToolbar.php SYSTEMPATH/Filters/DebugToolbar.php
    FilterInterface.php SYSTEMPATH/Filters/FilterInterface.php
    Filters.php SYSTEMPATH/Filters/Filters.php
    ForceHTTPS.php SYSTEMPATH/Filters/ForceHTTPS.php
    PageCache.php SYSTEMPATH/Filters/PageCache.php
    PerformanceMetrics.php SYSTEMPATH/Filters/PerformanceMetrics.php
    ContentSecurityPolicy.php SYSTEMPATH/HTTP/ContentSecurityPolicy.php
    Header.php SYSTEMPATH/HTTP/Header.php
    ArrayHelper.php SYSTEMPATH/HTTP/Helpers/Array/ArrayHelper.php
    IncomingRequest.php SYSTEMPATH/HTTP/IncomingRequest.php
    Message.php SYSTEMPATH/HTTP/Message.php
    MessageInterface.php SYSTEMPATH/HTTP/MessageInterface.php
    MessageTrait.php SYSTEMPATH/HTTP/MessageTrait.php
    Method.php SYSTEMPATH/HTTP/Method.php
    OutgoingRequest.php SYSTEMPATH/HTTP/OutgoingRequest.php
    OutgoingRequestInterface.php SYSTEMPATH/HTTP/OutgoingRequestInterface.php
    Request.php SYSTEMPATH/HTTP/Request.php
    RequestInterface.php SYSTEMPATH/HTTP/RequestInterface.php
    RequestTrait.php SYSTEMPATH/HTTP/RequestTrait.php
    Response.php SYSTEMPATH/HTTP/Response.php
    ResponseInterface.php SYSTEMPATH/HTTP/ResponseInterface.php
    ResponseTrait.php SYSTEMPATH/HTTP/ResponseTrait.php
    SiteURI.php SYSTEMPATH/HTTP/SiteURI.php
    SiteURIFactory.php SYSTEMPATH/HTTP/SiteURIFactory.php
    URI.php SYSTEMPATH/HTTP/URI.php
    UserAgent.php SYSTEMPATH/HTTP/UserAgent.php
    array_helper.php SYSTEMPATH/Helpers/array_helper.php
    kint_helper.php SYSTEMPATH/Helpers/kint_helper.php
    security_helper.php SYSTEMPATH/Helpers/security_helper.php
    text_helper.php SYSTEMPATH/Helpers/text_helper.php
    url_helper.php SYSTEMPATH/Helpers/url_helper.php
    Time.php SYSTEMPATH/I18n/Time.php
    TimeTrait.php SYSTEMPATH/I18n/TimeTrait.php
    BaseHandler.php SYSTEMPATH/Log/Handlers/BaseHandler.php
    FileHandler.php SYSTEMPATH/Log/Handlers/FileHandler.php
    HandlerInterface.php SYSTEMPATH/Log/Handlers/HandlerInterface.php
    Logger.php SYSTEMPATH/Log/Logger.php
    Model.php SYSTEMPATH/Model.php
    Modules.php SYSTEMPATH/Modules/Modules.php
    RouteCollection.php SYSTEMPATH/Router/RouteCollection.php
    RouteCollectionInterface.php SYSTEMPATH/Router/RouteCollectionInterface.php
    Router.php SYSTEMPATH/Router/Router.php
    RouterInterface.php SYSTEMPATH/Router/RouterInterface.php
    Security.php SYSTEMPATH/Security/Security.php
    SecurityInterface.php SYSTEMPATH/Security/SecurityInterface.php
    BaseHandler.php SYSTEMPATH/Session/Handlers/BaseHandler.php
    MySQLiHandler.php SYSTEMPATH/Session/Handlers/Database/MySQLiHandler.php
    DatabaseHandler.php SYSTEMPATH/Session/Handlers/DatabaseHandler.php
    Session.php SYSTEMPATH/Session/Session.php
    SessionInterface.php SYSTEMPATH/Session/SessionInterface.php
    Superglobals.php SYSTEMPATH/Superglobals.php
    Escaper.php SYSTEMPATH/ThirdParty/Escaper/Escaper.php
    FacadeInterface.php SYSTEMPATH/ThirdParty/Kint/FacadeInterface.php
    Kint.php SYSTEMPATH/ThirdParty/Kint/Kint.php
    AbstractRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/AbstractRenderer.php
    CliRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/CliRenderer.php
    RendererInterface.php SYSTEMPATH/ThirdParty/Kint/Renderer/RendererInterface.php
    RichRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/RichRenderer.php
    TextRenderer.php SYSTEMPATH/ThirdParty/Kint/Renderer/TextRenderer.php
    Utils.php SYSTEMPATH/ThirdParty/Kint/Utils.php
    init.php SYSTEMPATH/ThirdParty/Kint/init.php
    init_helpers.php SYSTEMPATH/ThirdParty/Kint/init_helpers.php
    LogLevel.php SYSTEMPATH/ThirdParty/PSR/Log/LogLevel.php
    LoggerAwareTrait.php SYSTEMPATH/ThirdParty/PSR/Log/LoggerAwareTrait.php
    LoggerInterface.php SYSTEMPATH/ThirdParty/PSR/Log/LoggerInterface.php
    ConditionalTrait.php SYSTEMPATH/Traits/ConditionalTrait.php
    FormatRules.php SYSTEMPATH/Validation/FormatRules.php
    RendererInterface.php SYSTEMPATH/View/RendererInterface.php
    View.php SYSTEMPATH/View/View.php
    ViewDecoratorTrait.php SYSTEMPATH/View/ViewDecoratorTrait.php

    Routes

    Matched Route

    Directory:
    Controller: \App\Controllers\SupportController
    Method: submitRequest
    Params: 0 / 0

    Defined Routes

    Method Route Handler
    GET / \App\Controllers\HomeController::index
    GET
    affiliate/(.*)
    affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET mds/load-products \App\Controllers\AjaxController::loadProducts
    GET cron/update-sitemap \App\Controllers\HomeController::cronUpdateSitemap
    GET unsubscribe \App\Controllers\HomeController::unSubscribe
    GET connect-with-facebook \App\Controllers\AuthController::connectWithFacebook
    GET facebook-callback \App\Controllers\AuthController::facebookCallback
    GET connect-with-google \App\Controllers\AuthController::connectWithGoogle
    GET connect-with-vk \App\Controllers\AuthController::connectWithVk
    GET flutterwave-payment-post \App\Controllers\CartController::flutterwavePaymentPost
    GET iyzico-payment-post \App\Controllers\CartController::iyzicoPaymentPost
    GET cart/paytabs-payment-post \App\Controllers\CartController::paytabsPaymentPost
    GET mercado-pago-payment-post \App\Controllers\CartController::mercadoPagoPaymentPost
    GET Ajax/updateChatGet \App\Controllers\AjaxController::updateChatGet
    GET admin \App\Controllers\AdminController::index
    GET admin/login \App\Controllers\CommonController::adminLogin
    GET confirm-account \App\Controllers\AuthController::confirmAccount
    GET admin/theme \App\Controllers\AdminController::theme
    GET admin/homepage-manager \App\Controllers\AdminController::homepageManager
    GET
    admin/edit-banner/([0-9]+)
    admin/edit-banner/
    \App\Controllers\AdminController::editIndexBanner/$1
    GET admin/slider \App\Controllers\AdminController::slider
    GET
    admin/edit-slider-item/([0-9]+)
    admin/edit-slider-item/
    \App\Controllers\AdminController::editSliderItem/$1
    GET admin/add-page \App\Controllers\AdminController::addPage
    GET
    admin/edit-page/([0-9]+)
    admin/edit-page/
    \App\Controllers\AdminController::editPage/$1
    GET admin/pages \App\Controllers\AdminController::pages
    GET admin/orders \App\Controllers\OrderAdminController::orders
    GET
    admin/order-details/([0-9]+)
    admin/order-details/
    \App\Controllers\OrderAdminController::orderDetails/$1
    GET admin/transactions \App\Controllers\OrderAdminController::transactions
    GET admin/digital-sales \App\Controllers\OrderAdminController::digitalSales
    GET admin/products \App\Controllers\ProductController::products
    GET
    admin/product-details/([0-9]+)
    admin/product-details/
    \App\Controllers\ProductController::productDetails/$1
    GET admin/featured-products \App\Controllers\ProductController::featuredProducts
    GET admin/featured-products-pricing \App\Controllers\ProductController::featuredProductsPricing
    GET admin/membership-payments \App\Controllers\AdminController::membershipPayments
    GET admin/promotion-payments \App\Controllers\AdminController::promotionPayments
    GET admin/wallet-deposits \App\Controllers\AdminController::walletDeposits
    GET admin/bank-transfer-reports \App\Controllers\AdminController::bankTransferReports
    GET admin/quote-requests \App\Controllers\ProductController::quoteRequests
    GET admin/add-category \App\Controllers\CategoryController::addCategory
    GET admin/categories \App\Controllers\CategoryController::categories
    GET
    admin/edit-category/([0-9]+)
    admin/edit-category/
    \App\Controllers\CategoryController::editCategory/$1
    GET admin/bulk-category-upload \App\Controllers\CategoryController::bulkCategoryUpload
    GET admin/brands \App\Controllers\CategoryController::brands
    GET admin/add-brand \App\Controllers\CategoryController::AddBrand
    GET
    admin/edit-brand/([0-9]+)
    admin/edit-brand/
    \App\Controllers\CategoryController::editBrand/$1
    GET admin/add-custom-field \App\Controllers\CategoryController::addCustomField
    GET admin/custom-fields \App\Controllers\CategoryController::customFields
    GET
    admin/edit-custom-field/([0-9]+)
    admin/edit-custom-field/
    \App\Controllers\CategoryController::editCustomField/$1
    GET
    admin/custom-field-options/([0-9]+)
    admin/custom-field-options/
    \App\Controllers\CategoryController::customFieldOptions/$1
    GET admin/bulk-custom-field-upload \App\Controllers\CategoryController::bulkCustomFieldUpload
    GET admin/earnings \App\Controllers\EarningsController::earnings
    GET admin/payout-requests \App\Controllers\EarningsController::payoutRequests
    GET admin/payout-settings \App\Controllers\EarningsController::payoutSettings
    GET admin/add-payout \App\Controllers\EarningsController::addPayout
    GET admin/seller-balances \App\Controllers\EarningsController::sellerBalances
    GET admin/blog-add-post \App\Controllers\BlogController::addPost
    GET admin/blog-posts \App\Controllers\BlogController::posts
    GET
    admin/edit-blog-post/([0-9]+)
    admin/edit-blog-post/
    \App\Controllers\BlogController::editPost/$1
    GET admin/blog-categories \App\Controllers\BlogController::categories
    GET
    admin/edit-blog-category/([0-9]+)
    admin/edit-blog-category/
    \App\Controllers\BlogController::editCategory/$1
    GET admin/pending-product-comments \App\Controllers\ProductController::pendingComments
    GET admin/product-comments \App\Controllers\ProductController::comments
    GET admin/pending-blog-comments \App\Controllers\BlogController::pendingComments
    GET admin/blog-comments \App\Controllers\BlogController::comments
    GET admin/reviews \App\Controllers\ProductController::reviews
    GET admin/contact-messages \App\Controllers\AdminController::contactMessages
    GET admin/chat-messages \App\Controllers\AdminController::chatMessages
    GET admin/abuse-reports \App\Controllers\AdminController::abuseReports
    GET admin/ad-spaces \App\Controllers\AdminController::adSpaces
    GET admin/seo-tools \App\Controllers\AdminController::seoTools
    GET admin/location-settings \App\Controllers\AdminController::locationSettings
    GET admin/countries \App\Controllers\AdminController::countries
    GET admin/states \App\Controllers\AdminController::states
    GET admin/add-country \App\Controllers\AdminController::addCountry
    GET
    admin/edit-country/([0-9]+)
    admin/edit-country/
    \App\Controllers\AdminController::editCountry/$1
    GET admin/add-state \App\Controllers\AdminController::addState
    GET
    admin/edit-state/([0-9]+)
    admin/edit-state/
    \App\Controllers\AdminController::editState/$1
    GET admin/cities \App\Controllers\AdminController::cities
    GET admin/add-city \App\Controllers\AdminController::addCity
    GET
    admin/edit-city/([0-9]+)
    admin/edit-city/
    \App\Controllers\AdminController::editCity/$1
    GET admin/users \App\Controllers\MembershipController::users
    GET admin/user-login-activities \App\Controllers\MembershipController::userLoginActivities
    GET admin/account-deletion-requests \App\Controllers\MembershipController::accountDeletionRequests
    GET admin/shop-opening-requests \App\Controllers\MembershipController::shopOpeningRequests
    GET admin/add-user \App\Controllers\MembershipController::addUser
    GET
    admin/edit-user/([0-9]+)
    admin/edit-user/
    \App\Controllers\MembershipController::editUser/$1
    GET
    admin/user-details/([0-9]+)
    admin/user-details/
    \App\Controllers\MembershipController::userDetails/$1
    GET admin/membership-plans \App\Controllers\MembershipController::membershipPlans
    GET
    admin/edit-plan/([0-9]+)
    admin/edit-plan/
    \App\Controllers\MembershipController::editPlan/$1
    GET admin/roles-permissions \App\Controllers\MembershipController::rolesPermissions
    GET admin/add-role \App\Controllers\MembershipController::addRole
    GET
    admin/edit-role/([0-9]+)
    admin/edit-role/
    \App\Controllers\MembershipController::editRole/$1
    GET admin/knowledge-base \App\Controllers\SupportAdminController::knowledgeBase
    GET admin/knowledge-base/add-content \App\Controllers\SupportAdminController::addContent
    GET
    admin/knowledge-base/edit-content/([0-9]+)
    admin/knowledge-base/edit-content/
    \App\Controllers\SupportAdminController::editContent/$1
    GET admin/knowledge-base-categories \App\Controllers\SupportAdminController::categories
    GET admin/knowledge-base/add-category \App\Controllers\SupportAdminController::addCategory
    GET
    admin/knowledge-base/edit-category/([0-9]+)
    admin/knowledge-base/edit-category/
    \App\Controllers\SupportAdminController::editCategory/$1
    GET admin/support-tickets \App\Controllers\SupportAdminController::supportTickets
    GET
    admin/support-ticket/([0-9]+)
    admin/support-ticket/
    \App\Controllers\SupportAdminController::supportTicket/$1
    GET admin/refund-requests \App\Controllers\OrderAdminController::refundRequests
    GET
    admin/refund-requests/([0-9]+)
    admin/refund-requests/
    \App\Controllers\OrderAdminController::refund/$1
    GET admin/language-settings \App\Controllers\LanguageController::languageSettings
    GET
    admin/edit-language/([0-9]+)
    admin/edit-language/
    \App\Controllers\LanguageController::editLanguage/$1
    GET
    admin/edit-translations/([0-9]+)
    admin/edit-translations/
    \App\Controllers\LanguageController::editTranslations/$1
    GET admin/search-phrases \App\Controllers\LanguageController::searchPhrases
    GET admin/newsletter \App\Controllers\AdminController::newsletter
    GET admin/affiliate-program \App\Controllers\AdminController::affiliateProgram
    GET admin/currency-settings \App\Controllers\AdminController::currencySettings
    GET admin/add-currency \App\Controllers\AdminController::addCurrency
    GET
    admin/edit-currency/([0-9]+)
    admin/edit-currency/
    \App\Controllers\AdminController::editCurrency/$1
    GET admin/general-settings \App\Controllers\AdminController::generalSettings
    GET admin/email-settings \App\Controllers\AdminController::emailSettings
    GET admin/social-login \App\Controllers\AdminController::socialLoginSettings
    GET admin/visual-settings \App\Controllers\AdminController::visualSettings
    GET admin/preferences \App\Controllers\AdminController::preferences
    GET admin/product-settings \App\Controllers\AdminController::productSettings
    GET admin/font-settings \App\Controllers\AdminController::fontSettings
    GET
    admin/edit-font/([0-9]+)
    admin/edit-font/
    \App\Controllers\AdminController::editFont/$1
    GET admin/route-settings \App\Controllers\AdminController::routeSettings
    GET admin/cache-system \App\Controllers\AdminController::cacheSystem
    GET admin/storage \App\Controllers\AdminController::storage
    GET admin/payment-settings \App\Controllers\AdminController::paymentSettings
    GET admin/add-tax \App\Controllers\AdminController::addTax
    GET
    admin/edit-tax/([0-9]+)
    admin/edit-tax/
    \App\Controllers\AdminController::editTax/$1
    GET register \App\Controllers\AuthController::register
    GET register-success \App\Controllers\AuthController::registerSuccess
    GET forgot-password \App\Controllers\AuthController::forgotPassword
    GET reset-password \App\Controllers\AuthController::resetPassword
    GET
    profile/(.*)
    profile/
    \App\Controllers\ProfileController::profile/$1
    GET wishlist \App\Controllers\HomeController::wishlist
    GET
    followers/(.*)
    followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    following/(.*)
    following/
    \App\Controllers\ProfileController::following/$1
    GET
    reviews/(.*)
    reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    my-reviews/(.*)
    my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    shop-policies/(.*)
    shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET my-coupons \App\Controllers\ProfileController::myCoupons
    GET settings \App\Controllers\ProfileController::editProfile
    GET settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET settings/location \App\Controllers\ProfileController::location
    GET settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET settings/social-media \App\Controllers\ProfileController::socialMedia
    GET settings/change-password \App\Controllers\ProfileController::changePassword
    GET settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET wallet \App\Controllers\ProfileController::wallet
    GET affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET start-selling \App\Controllers\HomeController::startSelling
    GET search \App\Controllers\HomeController::search
    GET products \App\Controllers\HomeController::products
    GET downloads \App\Controllers\OrderController::downloads
    GET blog \App\Controllers\HomeController::blog
    GET
    blog/tag/(.*)
    blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    blog/(.*)/(.*)
    blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    blog/(.*)
    blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET shops \App\Controllers\HomeController::shops
    GET contact \App\Controllers\HomeController::contact
    GET messages \App\Controllers\HomeController::chat
    GET rss-feeds \App\Controllers\RssController::rssFeeds
    GET rss/latest-products \App\Controllers\RssController::latestProducts
    GET rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    rss/category/(.*)
    rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    rss/seller/(.*)
    rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET cart \App\Controllers\CartController::cart
    GET cart/shipping \App\Controllers\CartController::shipping
    GET cart/payment-method \App\Controllers\CartController::paymentMethod
    GET cart/payment \App\Controllers\CartController::payment
    GET orders \App\Controllers\OrderController::orders
    GET
    order-details/([0-9]+)
    order-details/
    \App\Controllers\OrderController::order/$1
    GET
    order-completed/([0-9]+)
    order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    invoice/([0-9]+)
    invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    invoice-promotion/([0-9]+)
    invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    invoice-membership/([0-9]+)
    invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    invoice-wallet-deposit/([0-9]+)
    invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    invoice-expense/([0-9]+)
    invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET refund-requests \App\Controllers\OrderController::refundRequests
    GET
    refund-requests/([0-9]+)
    refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET quote-requests \App\Controllers\OrderController::quoteRequests
    GET terms-conditions \App\Controllers\HomeController::termsConditions
    GET dashboard \App\Controllers\DashboardController::index
    GET dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    dashboard/product/product-details/([0-9]+)
    dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    dashboard/edit-product/([0-9]+)
    dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET dashboard/products \App\Controllers\DashboardController::products
    GET dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET dashboard/sales \App\Controllers\DashboardController::sales
    GET
    dashboard/sale/([0-9]+)
    dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET dashboard/payments \App\Controllers\DashboardController::payments
    GET dashboard/comments \App\Controllers\DashboardController::comments
    GET dashboard/reviews \App\Controllers\DashboardController::reviews
    GET dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    dashboard/edit-shipping-zone/([0-9]+)
    dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    dashboard/coupon-products/([0-9]+)
    dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    dashboard/edit-coupon/([0-9]+)
    dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    dashboard/refund-requests/([0-9]+)
    dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET help-center \App\Controllers\SupportController::helpCenter
    GET help-center/tickets \App\Controllers\SupportController::tickets
    GET help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    help-center/ticket/([0-9]+)
    help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET help-center/search \App\Controllers\SupportController::search
    GET
    help-center/(.*)/(.*)
    help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    help-center/(.*)
    help-center/
    \App\Controllers\SupportController::category/$1
    GET ar \App\Controllers\HomeController::index
    GET
    ar/affiliate/(.*)
    ar/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET ar/register \App\Controllers\AuthController::register
    GET ar/register-success \App\Controllers\AuthController::registerSuccess
    GET ar/forgot-password \App\Controllers\AuthController::forgotPassword
    GET ar/reset-password \App\Controllers\AuthController::resetPassword
    GET
    ar/profile/(.*)
    ar/profile/
    \App\Controllers\ProfileController::profile/$1
    GET ar/wishlist \App\Controllers\HomeController::wishlist
    GET
    ar/followers/(.*)
    ar/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    ar/following/(.*)
    ar/following/
    \App\Controllers\ProfileController::following/$1
    GET
    ar/reviews/(.*)
    ar/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    ar/my-reviews/(.*)
    ar/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    ar/shop-policies/(.*)
    ar/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET ar/my-coupons \App\Controllers\ProfileController::myCoupons
    GET ar/settings \App\Controllers\ProfileController::editProfile
    GET ar/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET ar/settings/location \App\Controllers\ProfileController::location
    GET ar/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET ar/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET ar/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET ar/settings/change-password \App\Controllers\ProfileController::changePassword
    GET ar/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET ar/wallet \App\Controllers\ProfileController::wallet
    GET ar/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET ar/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET ar/start-selling \App\Controllers\HomeController::startSelling
    GET ar/search \App\Controllers\HomeController::search
    GET ar/products \App\Controllers\HomeController::products
    GET ar/downloads \App\Controllers\OrderController::downloads
    GET ar/blog \App\Controllers\HomeController::blog
    GET
    ar/blog/tag/(.*)
    ar/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    ar/blog/(.*)/(.*)
    ar/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    ar/blog/(.*)
    ar/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET ar/shops \App\Controllers\HomeController::shops
    GET ar/contact \App\Controllers\HomeController::contact
    GET ar/messages \App\Controllers\HomeController::chat
    GET ar/rss-feeds \App\Controllers\RssController::rssFeeds
    GET ar/rss/latest-products \App\Controllers\RssController::latestProducts
    GET ar/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    ar/rss/category/(.*)
    ar/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    ar/rss/seller/(.*)
    ar/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET ar/cart \App\Controllers\CartController::cart
    GET ar/cart/shipping \App\Controllers\CartController::shipping
    GET ar/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET ar/cart/payment \App\Controllers\CartController::payment
    GET ar/orders \App\Controllers\OrderController::orders
    GET
    ar/order-details/([0-9]+)
    ar/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    ar/order-completed/([0-9]+)
    ar/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET ar/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    ar/invoice/([0-9]+)
    ar/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    ar/invoice-promotion/([0-9]+)
    ar/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    ar/invoice-membership/([0-9]+)
    ar/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    ar/invoice-wallet-deposit/([0-9]+)
    ar/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    ar/invoice-expense/([0-9]+)
    ar/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET ar/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    ar/refund-requests/([0-9]+)
    ar/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET ar/quote-requests \App\Controllers\OrderController::quoteRequests
    GET ar/terms-conditions \App\Controllers\HomeController::termsConditions
    GET ar/dashboard \App\Controllers\DashboardController::index
    GET ar/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    ar/dashboard/product/product-details/([0-9]+)
    ar/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    ar/dashboard/edit-product/([0-9]+)
    ar/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET ar/dashboard/products \App\Controllers\DashboardController::products
    GET ar/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET ar/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    ar/dashboard/sale/([0-9]+)
    ar/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET ar/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET ar/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET ar/dashboard/payments \App\Controllers\DashboardController::payments
    GET ar/dashboard/comments \App\Controllers\DashboardController::comments
    GET ar/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET ar/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET ar/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET ar/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET ar/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    ar/dashboard/edit-shipping-zone/([0-9]+)
    ar/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET ar/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    ar/dashboard/coupon-products/([0-9]+)
    ar/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET ar/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    ar/dashboard/edit-coupon/([0-9]+)
    ar/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET ar/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    ar/dashboard/refund-requests/([0-9]+)
    ar/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET ar/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET ar/help-center \App\Controllers\SupportController::helpCenter
    GET ar/help-center/tickets \App\Controllers\SupportController::tickets
    GET ar/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    ar/help-center/ticket/([0-9]+)
    ar/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET ar/help-center/search \App\Controllers\SupportController::search
    GET
    ar/help-center/(.*)/(.*)
    ar/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    ar/help-center/(.*)
    ar/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    ar/(.*)/(.*)/(.*)
    ar//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    ar/(.*)/(.*)
    ar//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    ar/(.*)
    ar/
    \App\Controllers\HomeController::any/$1
    GET es \App\Controllers\HomeController::index
    GET
    es/affiliate/(.*)
    es/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET es/register \App\Controllers\AuthController::register
    GET es/register-success \App\Controllers\AuthController::registerSuccess
    GET es/forgot-password \App\Controllers\AuthController::forgotPassword
    GET es/reset-password \App\Controllers\AuthController::resetPassword
    GET
    es/profile/(.*)
    es/profile/
    \App\Controllers\ProfileController::profile/$1
    GET es/wishlist \App\Controllers\HomeController::wishlist
    GET
    es/followers/(.*)
    es/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    es/following/(.*)
    es/following/
    \App\Controllers\ProfileController::following/$1
    GET
    es/reviews/(.*)
    es/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    es/my-reviews/(.*)
    es/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    es/shop-policies/(.*)
    es/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET es/my-coupons \App\Controllers\ProfileController::myCoupons
    GET es/settings \App\Controllers\ProfileController::editProfile
    GET es/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET es/settings/location \App\Controllers\ProfileController::location
    GET es/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET es/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET es/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET es/settings/change-password \App\Controllers\ProfileController::changePassword
    GET es/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET es/wallet \App\Controllers\ProfileController::wallet
    GET es/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET es/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET es/start-selling \App\Controllers\HomeController::startSelling
    GET es/search \App\Controllers\HomeController::search
    GET es/products \App\Controllers\HomeController::products
    GET es/downloads \App\Controllers\OrderController::downloads
    GET es/blog \App\Controllers\HomeController::blog
    GET
    es/blog/tag/(.*)
    es/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    es/blog/(.*)/(.*)
    es/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    es/blog/(.*)
    es/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET es/shops \App\Controllers\HomeController::shops
    GET es/contact \App\Controllers\HomeController::contact
    GET es/messages \App\Controllers\HomeController::chat
    GET es/rss-feeds \App\Controllers\RssController::rssFeeds
    GET es/rss/latest-products \App\Controllers\RssController::latestProducts
    GET es/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    es/rss/category/(.*)
    es/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    es/rss/seller/(.*)
    es/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET es/cart \App\Controllers\CartController::cart
    GET es/cart/shipping \App\Controllers\CartController::shipping
    GET es/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET es/cart/payment \App\Controllers\CartController::payment
    GET es/orders \App\Controllers\OrderController::orders
    GET
    es/order-details/([0-9]+)
    es/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    es/order-completed/([0-9]+)
    es/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET es/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    es/invoice/([0-9]+)
    es/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    es/invoice-promotion/([0-9]+)
    es/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    es/invoice-membership/([0-9]+)
    es/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    es/invoice-wallet-deposit/([0-9]+)
    es/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    es/invoice-expense/([0-9]+)
    es/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET es/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    es/refund-requests/([0-9]+)
    es/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET es/quote-requests \App\Controllers\OrderController::quoteRequests
    GET es/terms-conditions \App\Controllers\HomeController::termsConditions
    GET es/dashboard \App\Controllers\DashboardController::index
    GET es/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    es/dashboard/product/product-details/([0-9]+)
    es/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    es/dashboard/edit-product/([0-9]+)
    es/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET es/dashboard/products \App\Controllers\DashboardController::products
    GET es/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET es/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    es/dashboard/sale/([0-9]+)
    es/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET es/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET es/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET es/dashboard/payments \App\Controllers\DashboardController::payments
    GET es/dashboard/comments \App\Controllers\DashboardController::comments
    GET es/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET es/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET es/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET es/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET es/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    es/dashboard/edit-shipping-zone/([0-9]+)
    es/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET es/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    es/dashboard/coupon-products/([0-9]+)
    es/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET es/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    es/dashboard/edit-coupon/([0-9]+)
    es/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET es/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    es/dashboard/refund-requests/([0-9]+)
    es/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET es/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET es/help-center \App\Controllers\SupportController::helpCenter
    GET es/help-center/tickets \App\Controllers\SupportController::tickets
    GET es/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    es/help-center/ticket/([0-9]+)
    es/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET es/help-center/search \App\Controllers\SupportController::search
    GET
    es/help-center/(.*)/(.*)
    es/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    es/help-center/(.*)
    es/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    es/(.*)/(.*)/(.*)
    es//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    es/(.*)/(.*)
    es//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    es/(.*)
    es/
    \App\Controllers\HomeController::any/$1
    GET fr \App\Controllers\HomeController::index
    GET
    fr/affiliate/(.*)
    fr/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET fr/register \App\Controllers\AuthController::register
    GET fr/register-success \App\Controllers\AuthController::registerSuccess
    GET fr/forgot-password \App\Controllers\AuthController::forgotPassword
    GET fr/reset-password \App\Controllers\AuthController::resetPassword
    GET
    fr/profile/(.*)
    fr/profile/
    \App\Controllers\ProfileController::profile/$1
    GET fr/wishlist \App\Controllers\HomeController::wishlist
    GET
    fr/followers/(.*)
    fr/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    fr/following/(.*)
    fr/following/
    \App\Controllers\ProfileController::following/$1
    GET
    fr/reviews/(.*)
    fr/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    fr/my-reviews/(.*)
    fr/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    fr/shop-policies/(.*)
    fr/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET fr/my-coupons \App\Controllers\ProfileController::myCoupons
    GET fr/settings \App\Controllers\ProfileController::editProfile
    GET fr/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET fr/settings/location \App\Controllers\ProfileController::location
    GET fr/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET fr/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET fr/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET fr/settings/change-password \App\Controllers\ProfileController::changePassword
    GET fr/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET fr/wallet \App\Controllers\ProfileController::wallet
    GET fr/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET fr/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET fr/start-selling \App\Controllers\HomeController::startSelling
    GET fr/search \App\Controllers\HomeController::search
    GET fr/products \App\Controllers\HomeController::products
    GET fr/downloads \App\Controllers\OrderController::downloads
    GET fr/blog \App\Controllers\HomeController::blog
    GET
    fr/blog/tag/(.*)
    fr/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    fr/blog/(.*)/(.*)
    fr/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    fr/blog/(.*)
    fr/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET fr/shops \App\Controllers\HomeController::shops
    GET fr/contact \App\Controllers\HomeController::contact
    GET fr/messages \App\Controllers\HomeController::chat
    GET fr/rss-feeds \App\Controllers\RssController::rssFeeds
    GET fr/rss/latest-products \App\Controllers\RssController::latestProducts
    GET fr/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    fr/rss/category/(.*)
    fr/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    fr/rss/seller/(.*)
    fr/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET fr/cart \App\Controllers\CartController::cart
    GET fr/cart/shipping \App\Controllers\CartController::shipping
    GET fr/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET fr/cart/payment \App\Controllers\CartController::payment
    GET fr/orders \App\Controllers\OrderController::orders
    GET
    fr/order-details/([0-9]+)
    fr/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    fr/order-completed/([0-9]+)
    fr/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET fr/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    fr/invoice/([0-9]+)
    fr/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    fr/invoice-promotion/([0-9]+)
    fr/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    fr/invoice-membership/([0-9]+)
    fr/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    fr/invoice-wallet-deposit/([0-9]+)
    fr/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    fr/invoice-expense/([0-9]+)
    fr/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET fr/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    fr/refund-requests/([0-9]+)
    fr/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET fr/quote-requests \App\Controllers\OrderController::quoteRequests
    GET fr/terms-conditions \App\Controllers\HomeController::termsConditions
    GET fr/dashboard \App\Controllers\DashboardController::index
    GET fr/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    fr/dashboard/product/product-details/([0-9]+)
    fr/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    fr/dashboard/edit-product/([0-9]+)
    fr/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET fr/dashboard/products \App\Controllers\DashboardController::products
    GET fr/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET fr/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    fr/dashboard/sale/([0-9]+)
    fr/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET fr/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET fr/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET fr/dashboard/payments \App\Controllers\DashboardController::payments
    GET fr/dashboard/comments \App\Controllers\DashboardController::comments
    GET fr/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET fr/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET fr/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET fr/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET fr/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    fr/dashboard/edit-shipping-zone/([0-9]+)
    fr/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET fr/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    fr/dashboard/coupon-products/([0-9]+)
    fr/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET fr/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    fr/dashboard/edit-coupon/([0-9]+)
    fr/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET fr/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    fr/dashboard/refund-requests/([0-9]+)
    fr/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET fr/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET fr/help-center \App\Controllers\SupportController::helpCenter
    GET fr/help-center/tickets \App\Controllers\SupportController::tickets
    GET fr/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    fr/help-center/ticket/([0-9]+)
    fr/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET fr/help-center/search \App\Controllers\SupportController::search
    GET
    fr/help-center/(.*)/(.*)
    fr/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    fr/help-center/(.*)
    fr/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    fr/(.*)/(.*)/(.*)
    fr//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    fr/(.*)/(.*)
    fr//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    fr/(.*)
    fr/
    \App\Controllers\HomeController::any/$1
    GET tr \App\Controllers\HomeController::index
    GET
    tr/affiliate/(.*)
    tr/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET tr/register \App\Controllers\AuthController::register
    GET tr/register-success \App\Controllers\AuthController::registerSuccess
    GET tr/forgot-password \App\Controllers\AuthController::forgotPassword
    GET tr/reset-password \App\Controllers\AuthController::resetPassword
    GET
    tr/profile/(.*)
    tr/profile/
    \App\Controllers\ProfileController::profile/$1
    GET tr/wishlist \App\Controllers\HomeController::wishlist
    GET
    tr/followers/(.*)
    tr/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    tr/following/(.*)
    tr/following/
    \App\Controllers\ProfileController::following/$1
    GET
    tr/reviews/(.*)
    tr/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    tr/my-reviews/(.*)
    tr/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    tr/shop-policies/(.*)
    tr/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET tr/my-coupons \App\Controllers\ProfileController::myCoupons
    GET tr/settings \App\Controllers\ProfileController::editProfile
    GET tr/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET tr/settings/location \App\Controllers\ProfileController::location
    GET tr/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET tr/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET tr/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET tr/settings/change-password \App\Controllers\ProfileController::changePassword
    GET tr/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET tr/wallet \App\Controllers\ProfileController::wallet
    GET tr/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET tr/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET tr/start-selling \App\Controllers\HomeController::startSelling
    GET tr/search \App\Controllers\HomeController::search
    GET tr/products \App\Controllers\HomeController::products
    GET tr/downloads \App\Controllers\OrderController::downloads
    GET tr/blog \App\Controllers\HomeController::blog
    GET
    tr/blog/tag/(.*)
    tr/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    tr/blog/(.*)/(.*)
    tr/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    tr/blog/(.*)
    tr/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET tr/shops \App\Controllers\HomeController::shops
    GET tr/contact \App\Controllers\HomeController::contact
    GET tr/messages \App\Controllers\HomeController::chat
    GET tr/rss-feeds \App\Controllers\RssController::rssFeeds
    GET tr/rss/latest-products \App\Controllers\RssController::latestProducts
    GET tr/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    tr/rss/category/(.*)
    tr/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    tr/rss/seller/(.*)
    tr/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET tr/cart \App\Controllers\CartController::cart
    GET tr/cart/shipping \App\Controllers\CartController::shipping
    GET tr/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET tr/cart/payment \App\Controllers\CartController::payment
    GET tr/orders \App\Controllers\OrderController::orders
    GET
    tr/order-details/([0-9]+)
    tr/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    tr/order-completed/([0-9]+)
    tr/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET tr/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    tr/invoice/([0-9]+)
    tr/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    tr/invoice-promotion/([0-9]+)
    tr/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    tr/invoice-membership/([0-9]+)
    tr/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    tr/invoice-wallet-deposit/([0-9]+)
    tr/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    tr/invoice-expense/([0-9]+)
    tr/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET tr/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    tr/refund-requests/([0-9]+)
    tr/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET tr/quote-requests \App\Controllers\OrderController::quoteRequests
    GET tr/terms-conditions \App\Controllers\HomeController::termsConditions
    GET tr/dashboard \App\Controllers\DashboardController::index
    GET tr/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    tr/dashboard/product/product-details/([0-9]+)
    tr/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    tr/dashboard/edit-product/([0-9]+)
    tr/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET tr/dashboard/products \App\Controllers\DashboardController::products
    GET tr/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET tr/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    tr/dashboard/sale/([0-9]+)
    tr/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET tr/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET tr/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET tr/dashboard/payments \App\Controllers\DashboardController::payments
    GET tr/dashboard/comments \App\Controllers\DashboardController::comments
    GET tr/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET tr/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET tr/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET tr/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET tr/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    tr/dashboard/edit-shipping-zone/([0-9]+)
    tr/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET tr/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    tr/dashboard/coupon-products/([0-9]+)
    tr/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET tr/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    tr/dashboard/edit-coupon/([0-9]+)
    tr/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET tr/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    tr/dashboard/refund-requests/([0-9]+)
    tr/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET tr/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET tr/help-center \App\Controllers\SupportController::helpCenter
    GET tr/help-center/tickets \App\Controllers\SupportController::tickets
    GET tr/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    tr/help-center/ticket/([0-9]+)
    tr/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET tr/help-center/search \App\Controllers\SupportController::search
    GET
    tr/help-center/(.*)/(.*)
    tr/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    tr/help-center/(.*)
    tr/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    tr/(.*)/(.*)/(.*)
    tr//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    tr/(.*)/(.*)
    tr//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    tr/(.*)
    tr/
    \App\Controllers\HomeController::any/$1
    GET de \App\Controllers\HomeController::index
    GET
    de/affiliate/(.*)
    de/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET de/register \App\Controllers\AuthController::register
    GET de/register-success \App\Controllers\AuthController::registerSuccess
    GET de/forgot-password \App\Controllers\AuthController::forgotPassword
    GET de/reset-password \App\Controllers\AuthController::resetPassword
    GET
    de/profile/(.*)
    de/profile/
    \App\Controllers\ProfileController::profile/$1
    GET de/wishlist \App\Controllers\HomeController::wishlist
    GET
    de/followers/(.*)
    de/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    de/following/(.*)
    de/following/
    \App\Controllers\ProfileController::following/$1
    GET
    de/reviews/(.*)
    de/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    de/my-reviews/(.*)
    de/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    de/shop-policies/(.*)
    de/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET de/my-coupons \App\Controllers\ProfileController::myCoupons
    GET de/settings \App\Controllers\ProfileController::editProfile
    GET de/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET de/settings/location \App\Controllers\ProfileController::location
    GET de/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET de/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET de/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET de/settings/change-password \App\Controllers\ProfileController::changePassword
    GET de/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET de/wallet \App\Controllers\ProfileController::wallet
    GET de/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET de/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET de/start-selling \App\Controllers\HomeController::startSelling
    GET de/search \App\Controllers\HomeController::search
    GET de/products \App\Controllers\HomeController::products
    GET de/downloads \App\Controllers\OrderController::downloads
    GET de/blog \App\Controllers\HomeController::blog
    GET
    de/blog/tag/(.*)
    de/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    de/blog/(.*)/(.*)
    de/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    de/blog/(.*)
    de/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET de/shops \App\Controllers\HomeController::shops
    GET de/contact \App\Controllers\HomeController::contact
    GET de/messages \App\Controllers\HomeController::chat
    GET de/rss-feeds \App\Controllers\RssController::rssFeeds
    GET de/rss/latest-products \App\Controllers\RssController::latestProducts
    GET de/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    de/rss/category/(.*)
    de/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    de/rss/seller/(.*)
    de/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET de/cart \App\Controllers\CartController::cart
    GET de/cart/shipping \App\Controllers\CartController::shipping
    GET de/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET de/cart/payment \App\Controllers\CartController::payment
    GET de/orders \App\Controllers\OrderController::orders
    GET
    de/order-details/([0-9]+)
    de/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    de/order-completed/([0-9]+)
    de/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET de/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    de/invoice/([0-9]+)
    de/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    de/invoice-promotion/([0-9]+)
    de/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    de/invoice-membership/([0-9]+)
    de/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    de/invoice-wallet-deposit/([0-9]+)
    de/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    de/invoice-expense/([0-9]+)
    de/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET de/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    de/refund-requests/([0-9]+)
    de/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET de/quote-requests \App\Controllers\OrderController::quoteRequests
    GET de/terms-conditions \App\Controllers\HomeController::termsConditions
    GET de/dashboard \App\Controllers\DashboardController::index
    GET de/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    de/dashboard/product/product-details/([0-9]+)
    de/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    de/dashboard/edit-product/([0-9]+)
    de/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET de/dashboard/products \App\Controllers\DashboardController::products
    GET de/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET de/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    de/dashboard/sale/([0-9]+)
    de/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET de/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET de/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET de/dashboard/payments \App\Controllers\DashboardController::payments
    GET de/dashboard/comments \App\Controllers\DashboardController::comments
    GET de/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET de/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET de/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET de/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET de/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    de/dashboard/edit-shipping-zone/([0-9]+)
    de/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET de/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    de/dashboard/coupon-products/([0-9]+)
    de/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET de/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    de/dashboard/edit-coupon/([0-9]+)
    de/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET de/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    de/dashboard/refund-requests/([0-9]+)
    de/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET de/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET de/help-center \App\Controllers\SupportController::helpCenter
    GET de/help-center/tickets \App\Controllers\SupportController::tickets
    GET de/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    de/help-center/ticket/([0-9]+)
    de/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET de/help-center/search \App\Controllers\SupportController::search
    GET
    de/help-center/(.*)/(.*)
    de/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    de/help-center/(.*)
    de/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    de/(.*)/(.*)/(.*)
    de//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    de/(.*)/(.*)
    de//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    de/(.*)
    de/
    \App\Controllers\HomeController::any/$1
    GET ru \App\Controllers\HomeController::index
    GET
    ru/affiliate/(.*)
    ru/affiliate/
    \App\Controllers\HomeController::affiliate/$1
    GET ru/register \App\Controllers\AuthController::register
    GET ru/register-success \App\Controllers\AuthController::registerSuccess
    GET ru/forgot-password \App\Controllers\AuthController::forgotPassword
    GET ru/reset-password \App\Controllers\AuthController::resetPassword
    GET
    ru/profile/(.*)
    ru/profile/
    \App\Controllers\ProfileController::profile/$1
    GET ru/wishlist \App\Controllers\HomeController::wishlist
    GET
    ru/followers/(.*)
    ru/followers/
    \App\Controllers\ProfileController::followers/$1
    GET
    ru/following/(.*)
    ru/following/
    \App\Controllers\ProfileController::following/$1
    GET
    ru/reviews/(.*)
    ru/reviews/
    \App\Controllers\ProfileController::reviews/$1
    GET
    ru/my-reviews/(.*)
    ru/my-reviews/
    \App\Controllers\ProfileController::myReviews/$1
    GET
    ru/shop-policies/(.*)
    ru/shop-policies/
    \App\Controllers\ProfileController::shopPolicies/$1
    GET ru/my-coupons \App\Controllers\ProfileController::myCoupons
    GET ru/settings \App\Controllers\ProfileController::editProfile
    GET ru/settings/edit-profile \App\Controllers\ProfileController::editProfile
    GET ru/settings/location \App\Controllers\ProfileController::location
    GET ru/settings/shipping-address \App\Controllers\ProfileController::shippingAddress
    GET ru/settings/affiliate-links \App\Controllers\ProfileController::affiliateLinks
    GET ru/settings/social-media \App\Controllers\ProfileController::socialMedia
    GET ru/settings/change-password \App\Controllers\ProfileController::changePassword
    GET ru/settings/delete-account \App\Controllers\ProfileController::deleteAccount
    GET ru/wallet \App\Controllers\ProfileController::wallet
    GET ru/affiliate-program \App\Controllers\HomeController::affiliateProgram
    GET ru/select-membership-plan \App\Controllers\HomeController::selectMembershipPlan
    GET ru/start-selling \App\Controllers\HomeController::startSelling
    GET ru/search \App\Controllers\HomeController::search
    GET ru/products \App\Controllers\HomeController::products
    GET ru/downloads \App\Controllers\OrderController::downloads
    GET ru/blog \App\Controllers\HomeController::blog
    GET
    ru/blog/tag/(.*)
    ru/blog/tag/
    \App\Controllers\HomeController::tag/$1
    GET
    ru/blog/(.*)/(.*)
    ru/blog//(.*)
    \App\Controllers\HomeController::post/$1/$2
    GET
    ru/blog/(.*)
    ru/blog/
    \App\Controllers\HomeController::blogCategory/$1
    GET ru/shops \App\Controllers\HomeController::shops
    GET ru/contact \App\Controllers\HomeController::contact
    GET ru/messages \App\Controllers\HomeController::chat
    GET ru/rss-feeds \App\Controllers\RssController::rssFeeds
    GET ru/rss/latest-products \App\Controllers\RssController::latestProducts
    GET ru/rss/featured-products \App\Controllers\RssController::featuredProducts
    GET
    ru/rss/category/(.*)
    ru/rss/category/
    \App\Controllers\RssController::rssByCategory/$1
    GET
    ru/rss/seller/(.*)
    ru/rss/seller/
    \App\Controllers\RssController::rssBySeller/$1
    GET ru/cart \App\Controllers\CartController::cart
    GET ru/cart/shipping \App\Controllers\CartController::shipping
    GET ru/cart/payment-method \App\Controllers\CartController::paymentMethod
    GET ru/cart/payment \App\Controllers\CartController::payment
    GET ru/orders \App\Controllers\OrderController::orders
    GET
    ru/order-details/([0-9]+)
    ru/order-details/
    \App\Controllers\OrderController::order/$1
    GET
    ru/order-completed/([0-9]+)
    ru/order-completed/
    \App\Controllers\CartController::orderCompleted/$1
    GET ru/service-payment-completed \App\Controllers\CartController::servicePaymentCompleted
    GET
    ru/invoice/([0-9]+)
    ru/invoice/
    \App\Controllers\HomeController::invoice/$1
    GET
    ru/invoice-promotion/([0-9]+)
    ru/invoice-promotion/
    \App\Controllers\HomeController::invoicePromotion/$1
    GET
    ru/invoice-membership/([0-9]+)
    ru/invoice-membership/
    \App\Controllers\HomeController::invoiceMembership/$1
    GET
    ru/invoice-wallet-deposit/([0-9]+)
    ru/invoice-wallet-deposit/
    \App\Controllers\HomeController::invoiceWalletDeposit/$1
    GET
    ru/invoice-expense/([0-9]+)
    ru/invoice-expense/
    \App\Controllers\HomeController::invoiceExpense/$1
    GET ru/refund-requests \App\Controllers\OrderController::refundRequests
    GET
    ru/refund-requests/([0-9]+)
    ru/refund-requests/
    \App\Controllers\OrderController::refund/$1
    GET ru/quote-requests \App\Controllers\OrderController::quoteRequests
    GET ru/terms-conditions \App\Controllers\HomeController::termsConditions
    GET ru/dashboard \App\Controllers\DashboardController::index
    GET ru/dashboard/add-product \App\Controllers\DashboardController::addProduct
    GET
    ru/dashboard/product/product-details/([0-9]+)
    ru/dashboard/product/product-details/
    \App\Controllers\DashboardController::editProductDetails/$1
    GET
    ru/dashboard/edit-product/([0-9]+)
    ru/dashboard/edit-product/
    \App\Controllers\DashboardController::editProduct/$1
    GET ru/dashboard/products \App\Controllers\DashboardController::products
    GET ru/dashboard/bulk-product-upload \App\Controllers\DashboardController::bulkProductUpload
    GET ru/dashboard/sales \App\Controllers\DashboardController::sales
    GET
    ru/dashboard/sale/([0-9]+)
    ru/dashboard/sale/
    \App\Controllers\DashboardController::sale/$1
    GET ru/dashboard/quote-requests \App\Controllers\DashboardController::quoteRequests
    GET ru/dashboard/cash-on-delivery \App\Controllers\DashboardController::cashOnDelivery
    GET ru/dashboard/payments \App\Controllers\DashboardController::payments
    GET ru/dashboard/comments \App\Controllers\DashboardController::comments
    GET ru/dashboard/reviews \App\Controllers\DashboardController::reviews
    GET ru/dashboard/shop-settings \App\Controllers\DashboardController::shopSettings
    GET ru/dashboard/shop-policies \App\Controllers\DashboardController::shopPolicies
    GET ru/dashboard/shipping-settings \App\Controllers\DashboardController::shippingSettings
    GET ru/dashboard/add-shipping-zone \App\Controllers\DashboardController::addShippingZone
    GET
    ru/dashboard/edit-shipping-zone/([0-9]+)
    ru/dashboard/edit-shipping-zone/
    \App\Controllers\DashboardController::editShippingZone/$1
    GET ru/dashboard/coupons \App\Controllers\DashboardController::coupons
    GET
    ru/dashboard/coupon-products/([0-9]+)
    ru/dashboard/coupon-products/
    \App\Controllers\DashboardController::couponProducts/$1
    GET ru/dashboard/add-coupon \App\Controllers\DashboardController::addCoupon
    GET
    ru/dashboard/edit-coupon/([0-9]+)
    ru/dashboard/edit-coupon/
    \App\Controllers\DashboardController::editCoupon/$1
    GET ru/dashboard/refund-requests \App\Controllers\DashboardController::refundRequests
    GET
    ru/dashboard/refund-requests/([0-9]+)
    ru/dashboard/refund-requests/
    \App\Controllers\DashboardController::refund/$1
    GET ru/dashboard/affiliate-program \App\Controllers\DashboardController::affiliateProgram
    GET ru/help-center \App\Controllers\SupportController::helpCenter
    GET ru/help-center/tickets \App\Controllers\SupportController::tickets
    GET ru/help-center/submit-request \App\Controllers\SupportController::submitRequest
    GET
    ru/help-center/ticket/([0-9]+)
    ru/help-center/ticket/
    \App\Controllers\SupportController::ticket/$1
    GET ru/help-center/search \App\Controllers\SupportController::search
    GET
    ru/help-center/(.*)/(.*)
    ru/help-center//(.*)
    \App\Controllers\SupportController::article/$1/$2
    GET
    ru/help-center/(.*)
    ru/help-center/
    \App\Controllers\SupportController::category/$1
    GET
    ru/(.*)/(.*)/(.*)
    ru//(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    ru/(.*)/(.*)
    ru//(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET
    ru/(.*)
    ru/
    \App\Controllers\HomeController::any/$1
    GET
    (.*)/(.*)/(.*)
    /(.*)/(.*)
    \App\Controllers\HomeController::error404
    GET
    (.*)/(.*)
    /(.*)
    \App\Controllers\HomeController::subCategory/$1/$2
    GET (.*) \App\Controllers\HomeController::any/$1
    POST login-post \App\Controllers\AuthController::loginPost
    POST logout \App\Controllers\CommonController::logout
    POST contact-post \App\Controllers\HomeController::contactPost
    POST set-selected-currency-post \App\Controllers\HomeController::setSelectedCurrency
    POST add-review-post \App\Controllers\HomeController::addReviewPost
    POST submit-request-post \App\Controllers\SupportController::submitRequestPost
    POST reply-ticket-post \App\Controllers\SupportController::replyTicketPost
    POST close-ticket-post \App\Controllers\SupportController::closeTicketPost
    POST download-attachment-post \App\Controllers\SupportController::downloadAttachmentPost
    POST forgot-password-post \App\Controllers\AuthController::forgotPasswordPost
    POST reset-password-post \App\Controllers\AuthController::resetPasswordPost
    POST register-post \App\Controllers\AuthController::registerPost
    POST submit-quote-post \App\Controllers\DashboardController::submitQuotePost
    POST request-quote-post \App\Controllers\OrderController::requestQuotePost
    POST accept-quote-post \App\Controllers\OrderController::acceptQuote
    POST reject-quote-post \App\Controllers\OrderController::rejectQuote
    POST cart/add-to-cart \App\Controllers\CartController::addToCart
    POST add-to-cart-quote \App\Controllers\CartController::addToCartQuote
    POST update-cart-product-quantity \App\Controllers\CartController::updateCartProductQuantity
    POST payment-method-post \App\Controllers\CartController::paymentMethodPost
    POST shipping-post \App\Controllers\CartController::shippingPost
    POST bank-transfer-payment-post \App\Controllers\CartController::bankTransferPaymentPost
    POST cash-on-delivery-payment-post \App\Controllers\CartController::cashOnDeliveryPaymentPost
    POST paypal-payment-post \App\Controllers\CartController::paypalPaymentPost
    POST paystack-payment-post \App\Controllers\CartController::paystackPaymentPost
    POST razorpay-payment-post \App\Controllers\CartController::razorpayPaymentPost
    POST stripe-payment-post \App\Controllers\CartController::stripePaymentPost
    POST midtrans-payment-post \App\Controllers\CartController::midtransPaymentPost
    POST cart/coupon-code-post \App\Controllers\CartController::couponCodePost
    POST submit-refund-request \App\Controllers\OrderController::submitRefundRequest
    POST add-refund-message \App\Controllers\OrderController::addRefundMessage
    POST wallet/new-payout-request-post \App\Controllers\ProfileController::newPayoutRequestPost
    POST wallet/set-payout-account-post \App\Controllers\ProfileController::setPayoutAccountPost
    POST send-message-post \App\Controllers\HomeController::sendMessagePost
    POST upload-audio-post \App\Controllers\FileController::uploadAudio
    POST load-audio-preview-post \App\Controllers\FileController::loadAudioPreview
    POST upload-digital-file-post \App\Controllers\FileController::uploadDigitalFile
    POST download-digital-file-post \App\Controllers\FileController::downloadDigitalFile
    POST upload-file-manager-images-post \App\Controllers\FileController::uploadFileManagerImagePost
    POST upload-image-post \App\Controllers\FileController::uploadImage
    POST get-uploaded-image-post \App\Controllers\FileController::getUploadedImage
    POST upload-image-session-post \App\Controllers\FileController::uploadImageSession
    POST get-sess-uploaded-image-post \App\Controllers\FileController::getSessUploadedImage
    POST upload-video-post \App\Controllers\FileController::uploadVideo
    POST load-video-preview-post \App\Controllers\FileController::loadVideoPreview
    POST download-purchased-digital-file-post \App\Controllers\FileController::downloadPurchasedDigitalFile
    POST download-free-digital-file-post \App\Controllers\FileController::downloadFreeDigitalFile
    POST add-product-post \App\Controllers\DashboardController::addProductPost
    POST edit-product-post \App\Controllers\DashboardController::editProductPost
    POST edit-product-details-post \App\Controllers\DashboardController::editProductDetailsPost
    POST start-selling-post \App\Controllers\HomeController::startSellingPost
    POST add-remove-wishlist-post \App\Controllers\AjaxController::addRemoveWishlist
    POST add-variation-post \App\Controllers\VariationController::addVariationPost
    POST edit-variation \App\Controllers\VariationController::editVariation
    POST edit-variation-post \App\Controllers\VariationController::editVariationPost
    POST delete-variation-post \App\Controllers\VariationController::deleteVariationPost
    POST add-variation-option \App\Controllers\VariationController::addVariationOption
    POST add-variation-option-post \App\Controllers\VariationController::addVariationOptionPost
    POST view-variation-options \App\Controllers\VariationController::viewVariationOptions
    POST edit-variation-option \App\Controllers\VariationController::editVariationOption
    POST edit-variation-option-post \App\Controllers\VariationController::editVariationOptionPost
    POST delete-variation-option-post \App\Controllers\VariationController::deleteVariationOptionPost
    POST select-variation-post \App\Controllers\VariationController::selectVariationPost
    POST upload-variation-image-session \App\Controllers\VariationController::uploadVariationImageSession
    POST get-uploaded-variation-image-session \App\Controllers\VariationController::getSessUploadedVariationImage
    POST delete-variation-image-session-post \App\Controllers\VariationController::deleteVariationImageSessionPost
    POST set-variation-image-main-session \App\Controllers\VariationController::setVariationImageMainSession
    POST set-variation-image-main \App\Controllers\VariationController::setVariationImageMain
    POST upload-variation-image \App\Controllers\VariationController::uploadVariationImage
    POST get-uploaded-variation-image \App\Controllers\VariationController::getUploadedVariationImage
    POST delete-variation-image-post \App\Controllers\VariationController::deleteVariationImagePost
    POST select-variation-option-post \App\Controllers\AjaxController::selectProductVariationOption
    POST get-sub-variation-options \App\Controllers\AjaxController::getSubVariationOptions
    POST social-media-post \App\Controllers\ProfileController::socialMediaPost
    POST edit-profile-post \App\Controllers\ProfileController::editProfilePost
    POST cover-image-post \App\Controllers\ProfileController::coverImagePost
    POST follow-unfollow-user-post \App\Controllers\ProfileController::followUnfollowUser
    POST change-password-post \App\Controllers\ProfileController::changePasswordPost
    POST delete-account-post \App\Controllers\ProfileController::deleteAccountPost
    POST add-shipping-address-post \App\Controllers\ProfileController::addShippingAddressPost
    POST edit-shipping-address-post \App\Controllers\ProfileController::editShippingAddressPost
    POST edit-location-post \App\Controllers\ProfileController::locationPost
    POST shop-settings-post \App\Controllers\DashboardController::shopSettingsPost
    POST add-shipping-zone-post \App\Controllers\DashboardController::addShippingZonePost
    POST edit-shipping-zone-post \App\Controllers\DashboardController::editShippingZonePost
    POST add-shipping-class-post \App\Controllers\DashboardController::addShippingClassPost
    POST edit-shipping-class-post \App\Controllers\DashboardController::editShippingClassPost
    POST add-shipping-delivery-time-post \App\Controllers\DashboardController::addShippingDeliveryTimePost
    POST edit-shipping-delivery-time-post \App\Controllers\DashboardController::editShippingDeliveryTimePost
    POST update-order-product-status-post \App\Controllers\DashboardController::updateOrderProductStatusPost
    POST promote-product-post \App\Controllers\DashboardController::promoteProductPost
    POST add-coupon-post \App\Controllers\DashboardController::addCouponPost
    POST edit-coupon-post \App\Controllers\DashboardController::editCouponPost
    POST Admin/editSliderSettingsPost \App\Controllers\AdminController::editSliderSettingsPost
    POST Admin/deleteAbuseReportPost \App\Controllers\AdminController::deleteAbuseReportPost
    POST Admin/adSpacesPost \App\Controllers\AdminController::adSpacesPost
    POST Admin/googleAdsenseCodePost \App\Controllers\AdminController::googleAdsenseCodePost
    POST Admin/cacheSystemPost \App\Controllers\AdminController::cacheSystemPost
    POST Admin/deleteContactMessagePost \App\Controllers\AdminController::deleteContactMessagePost
    POST Admin/themePost \App\Controllers\AdminController::themePost
    POST Admin/generateSitemapPost \App\Controllers\AdminController::generateSitemapPost
    POST Admin/downloadSitemapPost \App\Controllers\AdminController::downloadSitemapPost
    POST Admin/deleteSitemapPost \App\Controllers\AdminController::deleteSitemapPost
    POST Admin/seoToolsPost \App\Controllers\AdminController::seoToolsPost
    POST Admin/storagePost \App\Controllers\AdminController::storagePost
    POST Admin/awsS3Post \App\Controllers\AdminController::awsS3Post
    POST Admin/addCurrencyPost \App\Controllers\AdminController::addCurrencyPost
    POST Admin/currencySettingsPost \App\Controllers\AdminController::currencySettingsPost
    POST Admin/currencyConverterPost \App\Controllers\AdminController::currencyConverterPost
    POST Admin/updateCurrencyRates \App\Controllers\AdminController::updateCurrencyRates
    POST Admin/deleteCurrencyPost \App\Controllers\AdminController::deleteCurrencyPost
    POST Admin/editCurrencyPost \App\Controllers\AdminController::editCurrencyPost
    POST Admin/editFontPost \App\Controllers\AdminController::editFontPost
    POST Admin/setSiteFontPost \App\Controllers\AdminController::setSiteFontPost
    POST Admin/addFontPost \App\Controllers\AdminController::addFontPost
    POST Admin/deleteFontPost \App\Controllers\AdminController::deleteFontPost
    POST Admin/editIndexBannerPost \App\Controllers\AdminController::editIndexBannerPost
    POST Admin/homepageManagerPost \App\Controllers\AdminController::homepageManagerPost
    POST Admin/deleteIndexBannerPost \App\Controllers\AdminController::deleteIndexBannerPost
    POST Admin/homepageManagerSettingsPost \App\Controllers\AdminController::homepageManagerSettingsPost
    POST Admin/addIndexBannerPost \App\Controllers\AdminController::addIndexBannerPost
    POST Admin/setActiveLanguagePost \App\Controllers\AdminController::setActiveLanguagePost
    POST Admin/downloadDatabaseBackup \App\Controllers\AdminController::downloadDatabaseBackup
    POST Admin/addCityPost \App\Controllers\AdminController::addCityPost
    POST Admin/addCountryPost \App\Controllers\AdminController::addCountryPost
    POST Admin/addStatePost \App\Controllers\AdminController::addStatePost
    POST Admin/deleteCityPost \App\Controllers\AdminController::deleteCityPost
    POST Admin/deleteCountryPost \App\Controllers\AdminController::deleteCountryPost
    POST Admin/locationSettingsPost \App\Controllers\AdminController::locationSettingsPost
    POST Admin/editCityPost \App\Controllers\AdminController::editCityPost
    POST Admin/editCountryPost \App\Controllers\AdminController::editCountryPost
    POST Admin/editStatePost \App\Controllers\AdminController::editStatePost
    POST Admin/deleteStatePost \App\Controllers\AdminController::deleteStatePost
    POST Admin/newsletterSendEmail \App\Controllers\AdminController::newsletterSendEmail
    POST Admin/deleteNewsletterPost \App\Controllers\AdminController::deleteNewsletterPost
    POST Admin/newsletterSettingsPost \App\Controllers\AdminController::newsletterSettingsPost
    POST Admin/newsletterSendEmailPost \App\Controllers\AdminController::newsletterSendEmailPost
    POST Admin/addPagePost \App\Controllers\AdminController::addPagePost
    POST Admin/editPagePost \App\Controllers\AdminController::editPagePost
    POST Admin/deletePagePost \App\Controllers\AdminController::deletePagePost
    POST Admin/emailSettingsPost \App\Controllers\AdminController::emailSettingsPost
    POST Admin/sendTestEmailPost \App\Controllers\AdminController::sendTestEmailPost
    POST Admin/emailOptionsPost \App\Controllers\AdminController::emailOptionsPost
    POST Admin/generalSettingsPost \App\Controllers\AdminController::generalSettingsPost
    POST Admin/recaptchaSettingsPost \App\Controllers\AdminController::recaptchaSettingsPost
    POST Admin/maintenanceModePost \App\Controllers\AdminController::maintenanceModePost
    POST Admin/paymentGatewaySettingsPost \App\Controllers\AdminController::paymentGatewaySettingsPost
    POST Admin/commissionSettingsPost \App\Controllers\AdminController::commissionSettingsPost
    POST Admin/deleteTaxPost \App\Controllers\AdminController::deleteTaxPost
    POST Admin/editTaxPost \App\Controllers\AdminController::editTaxPost
    POST Admin/addTaxPost \App\Controllers\AdminController::addTaxPost
    POST Admin/additionalInvoiceInfoPost \App\Controllers\AdminController::additionalInvoiceInfoPost
    POST Admin/preferencesPost \App\Controllers\AdminController::preferencesPost
    POST Admin/productSettingsPost \App\Controllers\AdminController::productSettingsPost
    POST Admin/routeSettingsPost \App\Controllers\AdminController::routeSettingsPost
    POST Admin/socialLoginSettingsPost \App\Controllers\AdminController::socialLoginSettingsPost
    POST Admin/visualSettingsPost \App\Controllers\AdminController::visualSettingsPost
    POST Admin/updateWatermarkSettingsPost \App\Controllers\AdminController::updateWatermarkSettingsPost
    POST Admin/editSliderItemPost \App\Controllers\AdminController::editSliderItemPost
    POST Admin/addSliderItemPost \App\Controllers\AdminController::addSliderItemPost
    POST Admin/deleteSliderItemPost \App\Controllers\AdminController::deleteSliderItemPost
    POST Admin/activateInactivateCountries \App\Controllers\AdminController::activateInactivateCountries
    POST Admin/updateCurrencyRate \App\Controllers\AdminController::updateCurrencyRate
    POST Admin/affiliateProgramPost \App\Controllers\AdminController::affiliateProgramPost
    POST Admin/deleteChatPost \App\Controllers\AdminController::deleteChatPost
    POST Admin/deleteChatMessagePost \App\Controllers\AdminController::deleteChatMessagePost
    POST Admin/approveMembershipPaymentPost \App\Controllers\AdminController::approveMembershipPaymentPost
    POST Admin/approvePromotionPaymentPost \App\Controllers\AdminController::approvePromotionPaymentPost
    POST Admin/approveWalletDepositPaymentPost \App\Controllers\AdminController::approveWalletDepositPaymentPost
    POST Admin/deleteMembershipPaymentPost \App\Controllers\AdminController::deleteMembershipPaymentPost
    POST Admin/deletePromotionPaymentsPost \App\Controllers\AdminController::deletePromotionPaymentsPost
    POST Admin/bankTransferOptionsPost \App\Controllers\AdminController::bankTransferOptionsPost
    POST Admin/deleteWalletDepositPost \App\Controllers\AdminController::deleteWalletDepositPost
    POST Admin/deleteBankTransferPost \App\Controllers\AdminController::deleteBankTransferPost
    POST Admin/loadCountersPost \App\Controllers\AdminController::loadCountersPost
    POST Ajax/getStates \App\Controllers\AjaxController::getStates
    POST Ajax/getCities \App\Controllers\AjaxController::getCities
    POST Ajax/getSubCategories \App\Controllers\AjaxController::getSubCategories
    POST Ajax/searchCategories \App\Controllers\AjaxController::searchCategories
    POST Ajax/runEmailQueue \App\Controllers\AjaxController::runEmailQueue
    POST Ajax/getBlogCategoriesByLang \App\Controllers\AjaxController::getBlogCategoriesByLang
    POST Ajax/getCountriesByContinent \App\Controllers\AjaxController::getCountriesByContinent
    POST Ajax/getStatesByCountry \App\Controllers\AjaxController::getStatesByCountry
    POST Ajax/addComment \App\Controllers\AjaxController::addComment
    POST Ajax/loadMoreComments \App\Controllers\AjaxController::loadMoreComments
    POST Ajax/loadMoreReviews \App\Controllers\AjaxController::loadMoreReviews
    POST Ajax/deleteComment \App\Controllers\AjaxController::deleteComment
    POST Ajax/deleteReview \App\Controllers\AjaxController::deleteReview
    POST Ajax/loadSubCommentForm \App\Controllers\AjaxController::loadSubCommentForm
    POST Ajax/addBlogComment \App\Controllers\AjaxController::addBlogComment
    POST Ajax/loadMoreBlogComments \App\Controllers\AjaxController::loadMoreBlogComments
    POST Ajax/deleteBlogComment \App\Controllers\AjaxController::deleteBlogComment
    POST Ajax/addChatPost \App\Controllers\AjaxController::addChatPost
    POST Ajax/loadChatPost \App\Controllers\AjaxController::loadChatPost
    POST Ajax/sendMessagePost \App\Controllers\AjaxController::sendMessagePost
    POST Ajax/deleteChatPost \App\Controllers\AjaxController::deleteChatPost
    POST Ajax/reportAbusePost \App\Controllers\AjaxController::reportAbusePost
    POST Ajax/ajaxSearch \App\Controllers\AjaxController::ajaxSearch
    POST Ajax/loadMorePromotedProducts \App\Controllers\AjaxController::loadMorePromotedProducts
    POST Ajax/hideCookiesWarning \App\Controllers\AjaxController::hideCookiesWarning
    POST Ajax/getProductShippingCost \App\Controllers\AjaxController::getProductShippingCost
    POST Ajax/addToNewsletter \App\Controllers\AjaxController::addToNewsletter
    POST Ajax/createAffiliateLink \App\Controllers\AjaxController::createAffiliateLink
    POST Ajax/selectCouponCategoryPost \App\Controllers\AjaxController::selectCouponCategoryPost
    POST Ajax/selectCouponProductPost \App\Controllers\AjaxController::selectCouponProductPost
    POST Auth/sendActivationEmailPost \App\Controllers\AuthController::sendActivationEmailPost
    POST Auth/joinAffiliateProgramPost \App\Controllers\AuthController::joinAffiliateProgramPost
    POST Blog/addPostPost \App\Controllers\BlogController::addPostPost
    POST Blog/addCategoryPost \App\Controllers\BlogController::addCategoryPost
    POST Blog/deleteCategoryPost \App\Controllers\BlogController::deleteCategoryPost
    POST Blog/approveCommentPost \App\Controllers\BlogController::approveCommentPost
    POST Blog/deleteComment \App\Controllers\BlogController::deleteComment
    POST Blog/editCategoryPost \App\Controllers\BlogController::editCategoryPost
    POST Blog/editPostPost \App\Controllers\BlogController::editPostPost
    POST Blog/deletePostPost \App\Controllers\BlogController::deletePostPost
    POST Blog/approveSelectedComments \App\Controllers\BlogController::approveSelectedComments
    POST Blog/deleteSelectedComments \App\Controllers\BlogController::deleteSelectedComments
    POST Blog/deletePostImagePost \App\Controllers\BlogController::deletePostImagePost
    POST Cart/removeCartDiscountCoupon \App\Controllers\CartController::removeCartDiscountCoupon
    POST Cart/removeFromCart \App\Controllers\CartController::removeFromCart
    POST Cart/getShippingMethodsByLocation \App\Controllers\CartController::getShippingMethodsByLocation
    POST Cart/walletBalancePaymentPost \App\Controllers\CartController::walletBalancePaymentPost
    POST Category/deleteBrandPost \App\Controllers\CategoryController::deleteBrandPost
    POST Category/editBrandPost \App\Controllers\CategoryController::editBrandPost
    POST Category/brandSettingsPost \App\Controllers\CategoryController::brandSettingsPost
    POST Category/addBrandPost \App\Controllers\CategoryController::addBrandPost
    POST Category/addCategoryPost \App\Controllers\CategoryController::addCategoryPost
    POST Category/addCustomFieldPost \App\Controllers\CategoryController::addCustomFieldPost
    POST Category/downloadCsvFilesPost \App\Controllers\CategoryController::downloadCsvFilesPost
    POST Category/generateCsvObjectPost \App\Controllers\CategoryController::generateCsvObjectPost
    POST Category/importCsvItemPost \App\Controllers\CategoryController::importCsvItemPost
    POST Category/categorySettingsPost \App\Controllers\CategoryController::categorySettingsPost
    POST Category/deleteCategoryPost \App\Controllers\CategoryController::deleteCategoryPost
    POST Category/loadCategories \App\Controllers\CategoryController::loadCategories
    POST Category/editCustomFieldOptionPost \App\Controllers\CategoryController::editCustomFieldOptionPost
    POST Category/addCustomFieldOptionPost \App\Controllers\CategoryController::addCustomFieldOptionPost
    POST Category/addCategoryToCustomField \App\Controllers\CategoryController::addCategoryToCustomField
    POST Category/customFieldSettingsPost \App\Controllers\CategoryController::customFieldSettingsPost
    POST Category/addRemoveCustomFieldFiltersPost \App\Controllers\CategoryController::addRemoveCustomFieldFiltersPost
    POST Category/deleteCustomFieldPost \App\Controllers\CategoryController::deleteCustomFieldPost
    POST Category/editCategoryPost \App\Controllers\CategoryController::editCategoryPost
    POST Category/editCustomFieldPost \App\Controllers\CategoryController::editCustomFieldPost
    POST Category/deleteCustomFieldOption \App\Controllers\CategoryController::deleteCustomFieldOption
    POST Category/deleteCategoryFromField \App\Controllers\CategoryController::deleteCategoryFromField
    POST Category/editFeaturedCategoriesOrderPost \App\Controllers\CategoryController::editFeaturedCategoriesOrderPost
    POST Category/editIndexCategoriesOrderPost \App\Controllers\CategoryController::editIndexCategoriesOrderPost
    POST Category/deleteCategoryImagePost \App\Controllers\CategoryController::deleteCategoryImagePost
    POST Category/generateCsvObjectCustomFieldPost \App\Controllers\CategoryController::generateCsvObjectCustomFieldPost
    POST Category/importCsvCustomFieldPost \App\Controllers\CategoryController::importCsvCustomFieldPost
    POST Category/downloadCsvFilesCustomFieldPost \App\Controllers\CategoryController::downloadCsvFilesCustomFieldPost
    POST Dashboard/deleteCouponPost \App\Controllers\DashboardController::deleteCouponPost
    POST Dashboard/downloadCsvFilePost \App\Controllers\DashboardController::downloadCsvFilePost
    POST Dashboard/generateCsvObjectPost \App\Controllers\DashboardController::generateCsvObjectPost
    POST Dashboard/importCsvItemPost \App\Controllers\DashboardController::importCsvItemPost
    POST Dashboard/deleteProduct \App\Controllers\DashboardController::deleteProduct
    POST Dashboard/approveDeclineRefund \App\Controllers\DashboardController::approveDeclineRefund
    POST Dashboard/deleteShippingLocationPost \App\Controllers\DashboardController::deleteShippingLocationPost
    POST Dashboard/selectShippingMethod \App\Controllers\DashboardController::selectShippingMethod
    POST Dashboard/deleteShippingMethodPost \App\Controllers\DashboardController::deleteShippingMethodPost
    POST Dashboard/deleteShippingZonePost \App\Controllers\DashboardController::deleteShippingZonePost
    POST Dashboard/deleteShippingClassPost \App\Controllers\DashboardController::deleteShippingClassPost
    POST Dashboard/deleteShippingDeliveryTimePost \App\Controllers\DashboardController::deleteShippingDeliveryTimePost
    POST Dashboard/addLicenseKeys \App\Controllers\DashboardController::addLicenseKeys
    POST Dashboard/deleteLicenseKey \App\Controllers\DashboardController::deleteLicenseKey
    POST Dashboard/loadLicenseKeysList \App\Controllers\DashboardController::loadLicenseKeysList
    POST Dashboard/getSubCategories \App\Controllers\DashboardController::getSubCategories
    POST Dashboard/affiliateProgramPost \App\Controllers\DashboardController::affiliateProgramPost
    POST Dashboard/addRemoveAffiliateProductPost \App\Controllers\DashboardController::addRemoveAffiliateProductPost
    POST Dashboard/exportTableDataPost \App\Controllers\DashboardController::exportTableDataPost
    POST Dashboard/cashOnDeliverySettingsPost \App\Controllers\DashboardController::cashOnDeliverySettingsPost
    POST Dashboard/shopPoliciesPost \App\Controllers\DashboardController::shopPoliciesPost
    POST Dashboard/loadIndexData \App\Controllers\DashboardController::loadIndexData
    POST Earnings/addPayoutPost \App\Controllers\EarningsController::addPayoutPost
    POST Earnings/deleteEarningPost \App\Controllers\EarningsController::deleteEarningPost
    POST Earnings/completePayoutRequestPost \App\Controllers\EarningsController::completePayoutRequestPost
    POST Earnings/deletePayoutPost \App\Controllers\EarningsController::deletePayoutPost
    POST Earnings/payoutSettingsPost \App\Controllers\EarningsController::payoutSettingsPost
    POST Earnings/editSellerBalancePost \App\Controllers\EarningsController::editSellerBalancePost
    POST File/uploadBlogImage \App\Controllers\FileController::uploadBlogImage
    POST File/downloadDigitalFile \App\Controllers\FileController::downloadDigitalFile
    POST File/setImageMainSession \App\Controllers\FileController::setImageMainSession
    POST File/setImageMain \App\Controllers\FileController::setImageMain
    POST File/deleteImageSession \App\Controllers\FileController::deleteImageSession
    POST File/deleteImage \App\Controllers\FileController::deleteImage
    POST File/deleteVideo \App\Controllers\FileController::deleteVideo
    POST File/deleteAudio \App\Controllers\FileController::deleteAudio
    POST File/deleteDigitalFile \App\Controllers\FileController::deleteDigitalFile
    POST File/getBlogImages \App\Controllers\FileController::getBlogImages
    POST File/deleteBlogImage \App\Controllers\FileController::deleteBlogImage
    POST File/loadMoreBlogImages \App\Controllers\FileController::loadMoreBlogImages
    POST File/getFileManagerImages \App\Controllers\FileController::getFileManagerImages
    POST File/deleteFileManagerImage \App\Controllers\FileController::deleteFileManagerImage
    POST File/exportTableDataPost \App\Controllers\FileController::exportTableDataPost
    POST Home/selectMembershipPlanPost \App\Controllers\HomeController::selectMembershipPlanPost
    POST Home/setDefaultLocationPost \App\Controllers\HomeController::setDefaultLocationPost
    POST Home/bankTransferPaymentReportPost \App\Controllers\HomeController::bankTransferPaymentReportPost
    POST Language/editLanguagePost \App\Controllers\LanguageController::editLanguagePost
    POST Language/setDefaultLanguagePost \App\Controllers\LanguageController::setDefaultLanguagePost
    POST Language/exportLanguagePost \App\Controllers\LanguageController::exportLanguagePost
    POST Language/deleteLanguagePost \App\Controllers\LanguageController::deleteLanguagePost
    POST Language/addLanguagePost \App\Controllers\LanguageController::addLanguagePost
    POST Language/importLanguagePost \App\Controllers\LanguageController::importLanguagePost
    POST Language/editTranslationsPost \App\Controllers\LanguageController::editTranslationsPost
    POST Membership/addRolePost \App\Controllers\MembershipController::addRolePost
    POST Membership/addUserPost \App\Controllers\MembershipController::addUserPost
    POST Membership/editPlanPost \App\Controllers\MembershipController::editPlanPost
    POST Membership/editRolePost \App\Controllers\MembershipController::editRolePost
    POST Membership/editUserPost \App\Controllers\MembershipController::editUserPost
    POST Membership/addPlanPost \App\Controllers\MembershipController::addPlanPost
    POST Membership/settingsPost \App\Controllers\MembershipController::settingsPost
    POST Membership/deletePlanPost \App\Controllers\MembershipController::deletePlanPost
    POST Membership/deleteRolePost \App\Controllers\MembershipController::deleteRolePost
    POST Membership/approveShopOpeningRequest \App\Controllers\MembershipController::approveShopOpeningRequest
    POST Membership/deleteUserPost \App\Controllers\MembershipController::deleteUserPost
    POST Membership/assignMembershipPlanPost \App\Controllers\MembershipController::assignMembershipPlanPost
    POST Membership/changeUserRolePost \App\Controllers\MembershipController::changeUserRolePost
    POST Membership/confirmUserEmail \App\Controllers\MembershipController::confirmUserEmail
    POST Membership/banRemoveBanUser \App\Controllers\MembershipController::banRemoveBanUser
    POST Membership/addDeleteUserAffiliateProgram \App\Controllers\MembershipController::addDeleteUserAffiliateProgram
    POST Membership/loginToUserAccountPost \App\Controllers\MembershipController::loginToUserAccountPost
    POST Membership/rejectShopOpeningRequest \App\Controllers\MembershipController::rejectShopOpeningRequest
    POST Membership/cancelAccountDeleteRequestPost \App\Controllers\MembershipController::cancelAccountDeleteRequestPost
    POST OrderAdmin/deleteDigitalSalePost \App\Controllers\OrderAdminController::deleteDigitalSalePost
    POST OrderAdmin/approveGuestOrderProduct \App\Controllers\OrderAdminController::approveGuestOrderProduct
    POST OrderAdmin/deleteOrderProductPost \App\Controllers\OrderAdminController::deleteOrderProductPost
    POST OrderAdmin/updateOrderProductStatusPost \App\Controllers\OrderAdminController::updateOrderProductStatusPost
    POST OrderAdmin/orderPaymentReceivedPost \App\Controllers\OrderAdminController::orderPaymentReceivedPost
    POST OrderAdmin/deleteOrderPost \App\Controllers\OrderAdminController::deleteOrderPost
    POST OrderAdmin/deleteTransactionPost \App\Controllers\OrderAdminController::deleteTransactionPost
    POST OrderAdmin/approveRefundPost \App\Controllers\OrderAdminController::approveRefundPost
    POST Order/deleteQuoteRequest \App\Controllers\OrderController::deleteQuoteRequest
    POST Order/addRefundMessage \App\Controllers\OrderController::addRefundMessage
    POST Order/cancelOrderPost \App\Controllers\OrderController::cancelOrderPost
    POST Order/approveOrderProductPost \App\Controllers\OrderController::approveOrderProductPost
    POST Product/deleteReviewPost \App\Controllers\ProductController::deleteReviewPost
    POST Product/deleteCommentPost \App\Controllers\ProductController::deleteCommentPost
    POST Product/deleteQuoteRequestPost \App\Controllers\ProductController::deleteQuoteRequestPost
    POST Product/approveCommentPost \App\Controllers\ProductController::approveCommentPost
    POST Product/deleteProductPermanently \App\Controllers\ProductController::deleteProductPermanently
    POST Product/deleteProduct \App\Controllers\ProductController::deleteProduct
    POST Product/featuredProductsPricingPost \App\Controllers\ProductController::featuredProductsPricingPost
    POST Product/addRemoveFeaturedProduct \App\Controllers\ProductController::addRemoveFeaturedProduct
    POST Product/rejectProduct \App\Controllers\ProductController::rejectProduct
    POST Product/approveProduct \App\Controllers\ProductController::approveProduct
    POST Product/deleteSelectedProducts \App\Controllers\ProductController::deleteSelectedProducts
    POST Product/deleteSelectedProductsPermanently \App\Controllers\ProductController::deleteSelectedProductsPermanently
    POST Product/addRemoveSpecialOffer \App\Controllers\ProductController::addRemoveSpecialOffer
    POST Product/restoreProduct \App\Controllers\ProductController::restoreProduct
    POST Product/deleteSelectedReviews \App\Controllers\ProductController::deleteSelectedReviews
    POST Product/approveSelectedComments \App\Controllers\ProductController::approveSelectedComments
    POST Product/deleteSelectedComments \App\Controllers\ProductController::deleteSelectedComments
    POST Product/approveSelectedEditedProducts \App\Controllers\ProductController::approveSelectedEditedProducts
    POST Profile/deleteCoverImagePost \App\Controllers\ProfileController::deleteCoverImagePost
    POST Profile/deleteShippingAddressPost \App\Controllers\ProfileController::deleteShippingAddressPost
    POST Profile/addFundsPost \App\Controllers\ProfileController::addFundsPost
    POST Profile/deleteAffiliateLinkPost \App\Controllers\ProfileController::deleteAffiliateLinkPost
    POST SupportAdmin/addCategoryPost \App\Controllers\SupportAdminController::addCategoryPost
    POST SupportAdmin/addContentPost \App\Controllers\SupportAdminController::addContentPost
    POST SupportAdmin/editCategoryPost \App\Controllers\SupportAdminController::editCategoryPost
    POST SupportAdmin/editContentPost \App\Controllers\SupportAdminController::editContentPost
    POST SupportAdmin/deleteContentPost \App\Controllers\SupportAdminController::deleteContentPost
    POST SupportAdmin/deleteCategoryPost \App\Controllers\SupportAdminController::deleteCategoryPost
    POST SupportAdmin/sendMessagePost \App\Controllers\SupportAdminController::sendMessagePost
    POST SupportAdmin/deleteTicketPost \App\Controllers\SupportAdminController::deleteTicketPost
    POST SupportAdmin/changeTicketStatusPost \App\Controllers\SupportAdminController::changeTicketStatusPost
    POST SupportAdmin/getCategoriesByLang \App\Controllers\SupportAdminController::getCategoriesByLang
    POST Support/downloadAttachmentPost \App\Controllers\SupportController::downloadAttachmentPost
    POST Support/uploadSupportAttachment \App\Controllers\SupportController::uploadSupportAttachment
    POST Support/deleteSupportAttachmentPost \App\Controllers\SupportController::deleteSupportAttachmentPost
    POST admin/login-post \App\Controllers\CommonController::adminLoginpost

    Events

    Time Event Name Times Called
    9.29 ms pre_system 1
    1.08 ms dbquery 40

    History

    Action Datetime Status Method URL Content-Type Is AJAX?
    2025-07-27 02:39:16.584221 200 GET https://webaggo.com/de/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:16.357549 200 GET https://webaggo.com/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:16.202670 200 GET https://webaggo.com/ru/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:16.160265 200 GET https://webaggo.com/apps-software/ios-515 text/html; charset=UTF-8 No
    2025-07-27 02:39:15.951477 200 GET https://webaggo.com/de/help-center/submit-request text/html; charset=UTF-8 No
    2025-07-27 02:39:15.896095 200 GET https://webaggo.com/es/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:15.277260 200 GET https://webaggo.com/de/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:14.013356 200 GET https://webaggo.com/tr/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:13.781219 200 GET https://webaggo.com/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:12.829442 200 GET https://webaggo.com/ar/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:11.596036 200 GET https://webaggo.com/tr/photos/travel text/html; charset=UTF-8 No
    2025-07-27 02:39:10.403765 200 GET https://webaggo.com/ar/photos/travel text/html; charset=UTF-8 No
    2025-07-27 02:39:10.094379 200 GET https://webaggo.com/ text/html; charset=UTF-8 No
    2025-07-27 02:39:09.985931 200 GET https://webaggo.com/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:09.159925 200 GET https://webaggo.com/tr/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:08.590727 200 GET https://webaggo.com/fr/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:07.897192 200 GET https://webaggo.com/tr/photos/people text/html; charset=UTF-8 No
    2025-07-27 02:39:06.692147 200 GET https://webaggo.com/ar/photos/travel text/html; charset=UTF-8 No
    2025-07-27 02:39:06.006416 200 GET https://webaggo.com/apps-software/android-470 text/html; charset=UTF-8 No
    2025-07-27 02:39:05.493264 200 GET https://webaggo.com/fr/photos/miscellaneous-141 text/html; charset=UTF-8 No

    View Data

    generalSettings
    $value stdClass#79 (115)
    • Properties (115)
    • public affiliate_commission_rate -> string (1) "0"
      $value->affiliate_commission_rate
      public affiliate_discount_rate -> string (1) "0"
      $value->affiliate_discount_rate
      public affiliate_image -> null
      $value->affiliate_image
      public affiliate_status -> string (1) "0"
      $value->affiliate_status
      public affiliate_type -> string (10) "site_based"
      $value->affiliate_type
      public allow_free_plan_multiple_times -> string (1) "0"
      $value->allow_free_plan_multiple_times
      public application_name -> string (7) "Webaggo"
      $value->application_name
      public approve_after_editing -> string (1) "0"
      $value->approve_after_editing
      public approve_before_publishing -> string (1) "1"
      $value->approve_before_publishing
      public auto_approve_orders -> string (1) "0"
      $value->auto_approve_orders
      public auto_approve_orders_days -> string (2) "10"
      $value->auto_approve_orders_days
      public bidding_system -> string (1) "0"
      $value->bidding_system
      public blog_comments -> string (1) "0"
      $value->blog_comments
      public cache_refresh_time -> string (2) "60"
      $value->cache_refresh_time
      public cache_static_system -> string (1) "0"
      $value->cache_static_system
      public cache_system -> string (1) "1"
      $value->cache_system
      public classified_ads_system -> string (1) "1"
      $value->classified_ads_system
      public comment_approval_system -> string (1) "1"
      $value->comment_approval_system
      public custom_footer_codes -> string (0) ""
      $value->custom_footer_codes
      public custom_header_codes -> string (153) "<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoog...
      $value->custom_header_codes
      <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7631556838092697"
           crossorigin="anonymous"></script>
      
      public digital_products_system -> string (1) "1"
      $value->digital_products_system
      public email_options -> string (186) "a:7:{s:11:"new_product";i:0;s:9:"new_order";i:1;s:13:"order_shipped";i:0;s:1...
      $value->email_options
      a:7:{s:11:"new_product";i:0;s:9:"new_order";i:1;s:13:"order_shipped";i:0;s:16:"contact_messages";i:1;s:20:"shop_opening_request";i:0;s:14:"bidding_system";i:0;s:14:"support_system";i:0;}
      
      public email_verification -> string (1) "1"
      $value->email_verification
      public explanation_documents_vendors -> string (0) ""
      $value->explanation_documents_vendors
      public facebook_app_id -> string (0) ""
      $value->facebook_app_id
      public facebook_app_secret -> string (0) ""
      $value->facebook_app_secret
      public facebook_comment -> string (0) ""
      $value->facebook_comment
      public facebook_comment_status -> string (1) "0"
      $value->facebook_comment_status
      public favicon -> string (45) "uploads/logo/logo_6639dbc12593b1-86984865.png"
      $value->favicon
      • File (1.2KB)
      • -rw-r--r-- 1000 1000 1.2KB May 07 2024 uploads/logo/logo_6639dbc12593b1-86984865.png
        
      public featured_categories -> string (1) "0"
      $value->featured_categories
      public fea_categories_design -> string (11) "round_boxes"
      $value->fea_categories_design
      public google_adsense_code -> string (0) ""
      $value->google_adsense_code
      public google_analytics -> string (0) ""
      $value->google_analytics
      public google_client_id -> string (72) "565335756314-4lu9g1stu6onrgbj0htgd1iqlgep8p5l.apps.googleusercontent.com"
      $value->google_client_id
      public google_client_secret -> string (35) "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"
      $value->google_client_secret
      public guest_checkout -> string (1) "1"
      $value->guest_checkout
      public id -> string (1) "1"
      $value->id
      public index_blog_slider -> string (1) "1"
      $value->index_blog_slider
      public index_latest_products -> string (1) "1"
      $value->index_latest_products
      public index_latest_products_count -> string (2) "10"
      $value->index_latest_products_count
      public index_promoted_products -> string (1) "1"
      $value->index_promoted_products
      public index_promoted_products_count -> string (2) "10"
      $value->index_promoted_products_count
      public last_cron_update -> string (19) "2025-07-27 05:37:05"
      $value->last_cron_update
      public location_search_header -> string (1) "1"
      $value->location_search_header
      public logo -> string (45) "uploads/logo/logo_685900e4a2f9d6-24805806.png"
      $value->logo
      • File (5.8KB)
      • -rw-r--r-- 1000 1000 5.8KB Jun 23 10:23 uploads/logo/logo_685900e4a2f9d6-24805806.png
        
      public logo_email -> string (35) "uploads/logo/logo_62711c380e4cc.png"
      $value->logo_email
      • File (92.7KB)
      • -rw-r--r-- 1000 1000 92.7KB May 03 2022 uploads/logo/logo_62711c380e4cc.png
        
      public logo_size -> string (6) "165x38"
      $value->logo_size
      public mailjet_api_key -> string (0) ""
      $value->mailjet_api_key
      public mailjet_email_address -> string (0) ""
      $value->mailjet_email_address
      public mailjet_secret_key -> string (0) ""
      $value->mailjet_secret_key
      public mail_encryption -> string (3) "ssl"
      $value->mail_encryption
      public mail_host -> string (13) "smtp.zoho.com"
      $value->mail_host
      public mail_options_account -> string (0) ""
      $value->mail_options_account
      public mail_password -> string (13) "kamli20125566"
      $value->mail_password
      public mail_port -> string (3) "465"
      $value->mail_port
      public mail_protocol -> string (4) "smtp"
      $value->mail_protocol
      public mail_reply_to -> string (19) "contact@webaggo.com"
      $value->mail_reply_to
      public mail_service -> string (5) "swift"
      $value->mail_service
      public mail_title -> string (7) "Webaggo"
      $value->mail_title
      public mail_username -> string (19) "contact@webaggo.com"
      $value->mail_username
      public maintenance_mode_description -> string (59) ".Providing digital products, services & educational courses"
      $value->maintenance_mode_description
      public maintenance_mode_status -> string (1) "0"
      $value->maintenance_mode_status
      public maintenance_mode_title -> string (29) "Website will be launched soon"
      $value->maintenance_mode_title
      public marketplace_system -> string (1) "1"
      $value->marketplace_system
      public membership_plans_system -> string (1) "1"
      $value->membership_plans_system
      public menu_limit -> string (2) "10"
      $value->menu_limit
      public multilingual_system -> string (1) "1"
      $value->multilingual_system
      public multi_vendor_system -> string (1) "1"
      $value->multi_vendor_system
      public newsletter_image -> null
      $value->newsletter_image
      public newsletter_popup -> string (1) "0"
      $value->newsletter_popup
      public newsletter_status -> string (1) "1"
      $value->newsletter_status
      public physical_products_system -> string (1) "0"
      $value->physical_products_system
      public product_comments -> string (1) "1"
      $value->product_comments
      public product_link_structure -> string (7) "slug-id"
      $value->product_link_structure
      public profile_number_of_sales -> string (1) "1"
      $value->profile_number_of_sales
      public promoted_products -> string (1) "1"
      $value->promoted_products
      public pwa_logo -> null
      $value->pwa_logo
      public pwa_status -> string (1) "1"
      $value->pwa_status
      public recaptcha_lang -> string (2) "en"
      $value->recaptcha_lang
      public recaptcha_secret_key -> string (40) "6LeDzsUeAAAAAAjUEyY2ky7CMGPJjj_9bIpYaX6G"
      $value->recaptcha_secret_key
      public recaptcha_site_key -> string (40) "6LeDzsUeAAAAAL9W3uKJQDjcazKPro-YGZO7SRpR"
      $value->recaptcha_site_key
      public refresh_cache_database_changes -> string (1) "1"
      $value->refresh_cache_database_changes
      public refund_system -> string (1) "1"
      $value->refund_system
      public request_documents_vendors -> string (1) "0"
      $value->request_documents_vendors
      public reviews -> string (1) "1"
      $value->reviews
      public rss_system -> string (1) "1"
      $value->rss_system
      public selected_navigation -> string (1) "1"
      $value->selected_navigation
      public selling_license_keys_system -> string (1) "1"
      $value->selling_license_keys_system
      public show_customer_email_seller -> string (1) "1"
      $value->show_customer_email_seller
      public show_customer_phone_seller -> string (1) "1"
      $value->show_customer_phone_seller
      public show_sold_products -> string (1) "1"
      $value->show_sold_products
      public show_vendor_contact_information -> string (1) "1"
      $value->show_vendor_contact_information
      public single_country_id -> null
      $value->single_country_id
      public single_country_mode -> string (1) "0"
      $value->single_country_mode
      public site_color -> string (7) "#222222"
      $value->site_color
      #222
      #222222
      rgb(34, 34, 34)
      hsl(0, 0%, 13%)
      
      public site_lang -> string (1) "1"
      $value->site_lang
      public slider_effect -> string (5) "slide"
      $value->slider_effect
      public slider_status -> string (1) "1"
      $value->slider_status
      public slider_type -> string (10) "full_width"
      $value->slider_type
      public sort_categories -> string (14) "category_order"
      $value->sort_categories
      public sort_parent_categories_by_order -> string (1) "1"
      $value->sort_parent_categories_by_order
      public timezone -> string (12) "Africa/Cairo"
      $value->timezone
      public vendors_change_shop_name -> string (1) "1"
      $value->vendors_change_shop_name
      public vendor_bulk_product_upload -> string (1) "0"
      $value->vendor_bulk_product_upload
      public vendor_verification_system -> string (1) "1"
      $value->vendor_verification_system
      public version -> string (3) "2.5"
      $value->version
      public vk_app_id -> null
      $value->vk_app_id
      public vk_secure_key -> null
      $value->vk_secure_key
      public watermark_blog_images -> string (1) "0"
      $value->watermark_blog_images
      public watermark_font_size -> string (2) "42"
      $value->watermark_font_size
      public watermark_hor_alignment -> string (6) "center"
      $value->watermark_hor_alignment
      public watermark_product_images -> string (1) "1"
      $value->watermark_product_images
      public watermark_text -> string (7) "WEBAGGO"
      $value->watermark_text
      public watermark_thumbnail_images -> string (1) "0"
      $value->watermark_thumbnail_images
      public watermark_vrt_alignment -> string (6) "center"
      $value->watermark_vrt_alignment
    paymentSettings
    $value stdClass#83 (27)
    • Properties (27)
    • public additional_invoice_info -> null
      $value->additional_invoice_info
      public allow_all_currencies_for_classied -> string (1) "1"
      $value->allow_all_currencies_for_classied
      public auto_update_exchange_rates -> string (1) "1"
      $value->auto_update_exchange_rates
      public bank_transfer_accounts -> UTF-8 string (417) "<p>يمكنك الدفع بشكل اسرع باستخدام فودافون كاش ، قم بتحويل مبلغ الفاتورة علي ...
      $value->bank_transfer_accounts
      <p>يمكنك الدفع بشكل اسرع باستخدام فودافون كاش ، قم بتحويل مبلغ الفاتورة علي الرقم التالي:</p>
      <p>01096400927</p>
      <p>ثم ارفق رقم محفظتك في الخطوة القادمة مع اسكرين التحويل إذا امكن للتأكد من الدفع وإتاحة تحميل منتجاتنا لك.</p>
      <p>شكراً لتفهمك.</p>
      
      public bank_transfer_enabled -> string (1) "0"
      $value->bank_transfer_enabled
      public cash_on_delivery_debt_limit -> string (4) "1000"
      $value->cash_on_delivery_debt_limit
      public cash_on_delivery_enabled -> string (1) "0"
      $value->cash_on_delivery_enabled
      public commission_rate -> string (1) "0"
      $value->commission_rate
      public currency_converter -> string (1) "1"
      $value->currency_converter
      public currency_converter_api -> string (5) "fixer"
      $value->currency_converter_api
      public currency_converter_api_key -> string (32) "bad36bb3367f04f9b911c74949ff5ffb"
      $value->currency_converter_api_key
      public default_currency -> string (3) "USD"
      $value->default_currency
      public free_product_promotion -> string (1) "0"
      $value->free_product_promotion
      public id -> string (1) "1"
      $value->id
      public min_payout_bitcoin -> string (3) "500"
      $value->min_payout_bitcoin
      public min_payout_iban -> string (4) "5000"
      $value->min_payout_iban
      public min_payout_paypal -> string (4) "5000"
      $value->min_payout_paypal
      public min_payout_swift -> string (4) "5000"
      $value->min_payout_swift
      public payout_bitcoin_enabled -> string (1) "1"
      $value->payout_bitcoin_enabled
      public payout_iban_enabled -> string (1) "1"
      $value->payout_iban_enabled
      public payout_paypal_enabled -> string (1) "1"
      $value->payout_paypal_enabled
      public payout_swift_enabled -> string (1) "0"
      $value->payout_swift_enabled
      public pay_with_wallet_balance -> string (1) "1"
      $value->pay_with_wallet_balance
      public price_per_day -> string (2) "50"
      $value->price_per_day
      public price_per_month -> string (3) "500"
      $value->price_per_month
      public vat_status -> string (1) "1"
      $value->vat_status
      public wallet_deposit -> string (1) "1"
      $value->wallet_deposit
    productSettings
    $value stdClass#85 (31)
    • Properties (31)
    • public brand_status -> string (1) "0"
      $value->brand_status
      public brand_where_to_display -> string (1) "2"
      $value->brand_where_to_display
      public classified_external_link -> string (1) "0"
      $value->classified_external_link
      public classified_price -> string (1) "1"
      $value->classified_price
      public classified_price_required -> string (1) "1"
      $value->classified_price_required
      public classified_product_location -> string (1) "0"
      $value->classified_product_location
      public digital_allowed_file_extensions -> string (23) ""zip","pdf","dat","rar""
      $value->digital_allowed_file_extensions
      public digital_audio_preview -> string (1) "1"
      $value->digital_audio_preview
      public digital_demo_url -> string (1) "1"
      $value->digital_demo_url
      public digital_external_link -> string (1) "1"
      $value->digital_external_link
      public digital_video_preview -> string (1) "1"
      $value->digital_video_preview
      public id -> string (1) "1"
      $value->id
      public image_file_format -> string (4) "WEBP"
      $value->image_file_format
      public is_brand_optional -> string (1) "1"
      $value->is_brand_optional
      public is_product_image_required -> string (1) "1"
      $value->is_product_image_required
      public marketplace_product_location -> string (1) "0"
      $value->marketplace_product_location
      public marketplace_shipping -> string (1) "0"
      $value->marketplace_shipping
      public marketplace_sku -> string (1) "0"
      $value->marketplace_sku
      public marketplace_variations -> string (1) "1"
      $value->marketplace_variations
      public max_file_size_audio -> string (8) "31457280"
      $value->max_file_size_audio
      public max_file_size_image -> string (8) "20971520"
      $value->max_file_size_image
      public max_file_size_video -> string (8) "52428800"
      $value->max_file_size_video
      public pagination_per_page -> string (2) "60"
      $value->pagination_per_page
      public physical_audio_preview -> string (1) "0"
      $value->physical_audio_preview
      public physical_demo_url -> string (1) "0"
      $value->physical_demo_url
      public physical_video_preview -> string (1) "0"
      $value->physical_video_preview
      public product_image_limit -> string (2) "20"
      $value->product_image_limit
      public sitemap_frequency -> string (6) "always"
      $value->sitemap_frequency
      public sitemap_last_modification -> string (15) "server_response"
      $value->sitemap_last_modification
      public sitemap_priority -> string (13) "automatically"
      $value->sitemap_priority
      public sort_by_featured_products -> string (1) "1"
      $value->sort_by_featured_products
    baseSettings
    $value stdClass#1685 (23)
    • Properties (23)
    • public about_footer -> UTF-8 string (153) "<p>Ein digitaler Marktplatz für den Kauf und Verkauf digitaler Produkte mit ...
      $value->about_footer
      <p>Ein digitaler Marktplatz für den Kauf und Verkauf digitaler Produkte mit der Bereitstellung von Dienstleistungen digitaler und technischer Natur.</p>
      
      public affiliate_content -> UTF-8 string (1844) "a:2:{s:5:"title";s:38:"Why Join the Modesy Affiliate Program?";s:7:"content"...
      $value->affiliate_content
      a:2:{s:5:"title";s:38:"Why Join the Modesy Affiliate Program?";s:7:"content";s:1745:"<p>Modesy, a leading e-commerce platform known for its diverse range of products and exceptional customer service, is thrilled to introduce its Affiliate Program. This program offers you a chance to earn lucrative commissions by promoting Modesy's products. Here is everything you need to know about why the Modesy Affiliate Program is perfect for you.<br><br><strong>1. Attractive Commission Rates</strong><br>Modesy offers competitive commission rates that ensure you are rewarded generously for your efforts. Every time someone makes a purchase through your referral link, you earn a commission. The more you promote, the more you earn.</p>
          <p><strong>2. Wide Range of Products</strong><br>With Modesy’s extensive catalog, you have endless opportunities to promote products that resonate with your audience. Whether your niche is tech gadgets, fashion, beauty products, or home decor, Modesy has something for everyone.</p>
          <p><strong>3. Easy-to-Use Tools</strong><br>The Modesy Affiliate Program provides you with a suite of tools to make your promotional efforts seamless. From custom referral links to detailed performance reports, you’ll have everything you need to track your success and optimize your strategies.</p>
          <p><strong>4. Reliable Support</strong><br>Modesy values its affiliates and offers dedicated support to help you succeed. Whether you have questions about the program or need tips on how to maximize your earnings, the Modesy support team is always ready to assist you.</p>
          <p><strong>5. Timely Payments</strong><br>Modesy ensures that your hard-earned commissions are paid out on time. With a straightforward payout process, you can focus on what you do best – promoting great products and earning money.</p>";}
      
      public affiliate_description -> string (303) "a:2:{s:5:"title";s:53:"Boost Your Earnings with the Modesy Affiliate Program...
      $value->affiliate_description
      a:2:{s:5:"title";s:53:"Boost Your Earnings with the Modesy Affiliate Program";s:11:"description";s:196:"Are you a content creator, blogger, influencer, or simply someone with a strong online presence? If so, Modesy has an exciting opportunity for you to turn your online influence into real earnings.";}
      
      public affiliate_faq -> UTF-8 string (2088) "a:8:{i:0;a:3:{s:1:"o";s:1:"1";s:1:"q";s:36:"How do I join the Affiliate prog...
      $value->affiliate_faq
      a:8:{i:0;a:3:{s:1:"o";s:1:"1";s:1:"q";s:36:"How do I join the Affiliate program?";s:1:"a";s:110:"Simply click the "Join Now" button and fill out the registration form. Once approved, you can start promoting!";}i:1;a:3:{s:1:"o";s:1:"2";s:1:"q";s:45:"Who can participate in the Affiliate Program?";s:1:"a";s:215:"Anyone with an online presence, including bloggers, social media influencers, website owners, and content creators, can join the affiliate program. As long as you can promote our products, you’re welcome to apply!";}i:2;a:3:{s:1:"o";s:1:"3";s:1:"q";s:40:"Where can I generate my Affiliate links?";s:1:"a";s:222:"You can generate your affiliate links directly from any product detail page on our website. Once logged in, visit the product page you want to promote, and you’ll find an option to create your affiliate link right there.";}i:3;a:3:{s:1:"o";s:1:"4";s:1:"q";s:28:"What products can I promote?";s:1:"a";s:162:"You can promote any product from our store that is included in the affiliate program and earn commission on any qualifying sales made through your affiliate link.";}i:4;a:3:{s:1:"o";s:1:"5";s:1:"q";s:46:"How long is the validity of an Affiliate link?";s:1:"a";s:211:"An affiliate link is valid for 30 days from the moment a person clicks on it and opens the product page. If the product is purchased during this period, the affiliate commission will be applied for that product.";}i:5;a:3:{s:1:"o";s:1:"6";s:1:"q";s:20:"How much can I earn?";s:1:"a";s:120:"There is no limit to how much you can earn. Your earnings depend on the sales you generate through your affiliate links.";}i:6;a:3:{s:1:"o";s:1:"7";s:1:"q";s:37:"How do I track my Affiliate earnings?";s:1:"a";s:96:"You can track your affiliate program earnings in the "Referral Earnings" section of your wallet.";}i:7;a:3:{s:1:"o";s:1:"8";s:1:"q";s:35:"How do I get my Affiliate earnings?";s:1:"a";s:188:"Once your earnings exceed the minimum payout limit, you can request a payment from the "Payouts" section of your wallet. Simply submit a payout request, and your payment will be processed.";}}
      
      public affiliate_works -> string (467) "a:3:{i:0;a:2:{s:5:"title";s:23:"Sign up for the program";s:11:"description";...
      $value->affiliate_works
      a:3:{i:0;a:2:{s:5:"title";s:23:"Sign up for the program";s:11:"description";s:77:"Join the Modesy affiliate program by completing a simple registration process";}i:1;a:2:{s:5:"title";s:34:"Create and share your referral URL";s:11:"description";s:77:"Generate a referral URL and share it on your website, email, or social media.";}i:2;a:2:{s:5:"title";s:15:"Earn commission";s:11:"description";s:64:"Earn commissions on every sale made through your affiliate links";}}
      
      public bulk_upload_documentation -> string (4502) "<p>With the bulk product upload feature, you can upload your products in bul...
      $value->bulk_upload_documentation
      <p>With the bulk product upload feature, you can upload your products in bulk with the help of a CSV file.<br><br>Bulk upload has options to add new products and edit existing products:<br><br><strong>Add Products: </strong>To add new products, download the CSV template, add your products to this CSV file and upload it from this section. You can see detailed explanations of all required or optional columns in the table below. When adding your data, you need to pay attention to the data type of these columns.<br><br><strong>Edit Products: </strong>To edit products, you need to add an "id" column to the CSV template. You can see the ID numbers of your products on the "products" page. After adding the "id" column, you need to add the column names you want to edit. <br>For example, if you want to update the stock and prices of your products, your CSV template should be like this:<br><span style="color: rgb(35, 111, 161);">"id","price","price_discounted","stock"</span><br><br>Example:<br><span style="color: rgb(35, 111, 161);">"id","price","price_discounted","stock"</span><br><span style="color: rgb(132, 63, 161);">"1","30","20","1000"</span><br><span style="color: rgb(132, 63, 161);">"5","40","40","500"</span><br><br><span style="color: rgb(186, 55, 42);">* To update the product price, you need to add both "price" and "price_discounted" columns to your CSV file.<br><br><br></span></p>
          <p><span style="font-size: 12pt;"><strong>CSV Columns</strong></span></p><table style="width: 100%;" class="table table-bordered"><tbody><tr><th>Column</th><th>Description</th></tr><tr><td style="width: 180px;">title</td>
          <td>Data Type: Text <br><strong>Required</strong><br>Example: Modern grey couch and pillows</td></tr><tr><td style="width: 180px;">slug</td><td>Data Type: Text <br><strong>Optional</strong> <small>(If you leave it empty, it will be generated automatically.)</small> <br>Example: modern-grey-couch-and-pillows</td>
          </tr><tr><td style="width: 180px;">sku</td><td>Data Type: Text <br><strong>Optional</strong><br>Example: MD-GR-6898</td></tr><tr><td style="width: 180px;">category_id</td><td>Data Type: Number <br><strong>Required</strong><br>Example: 1</td></tr><tr><td style="width: 180px;">price</td>
          <td>Data Type: Decimal/Number <br><strong>Required</strong><br>Example 1: 50<br>Example 2: 45.90<br>Example 3: 3456.25</td></tr><tr><td style="width: 180px;">price_discounted</td><td>Data Type: Decimal/Number <br><strong>Optional</strong><br>Example 1: 40<br>Example 2: 35.90<br>Example 3: 2456.25</td>
          </tr><tr><td style="width: 180px;">vat_rate</td><td>Data Type: Number <br><strong>Optional</strong><br>Example: 8</td></tr><tr><td style="width: 180px;">stock</td><td>Data Type: Number <br><strong>Required</strong><br>Example: 100</td></tr><tr><td style="width: 180px;">short_description</td>
          <td>Data Type: Text <br><strong>Optional</strong><br>Example: It is a nice and comfortable couch</td></tr><tr><td style="width: 180px;">description</td><td>Data Type: Text <br><strong>Optional</strong><br>Example: It is a nice and comfortable couch...</td></tr><tr><td style="width: 180px;">tags</td>
          <td>Data Type: Text <br><strong>Optional</strong><br>Example: nice, comfortable, couch</td></tr><tr><td style="width: 180px;">image_url</td><td>Data Type: Text <br><strong>Optional</strong><br>Example 1:<br>https://upload.wikimedia.org/wikipedia/commons/7/70/Labrador-sea-paamiut.jpg<br><br>Example 2:<br>https://upload.wikimedia.org/wikipedia/commons/7/70/Labrador-sea-paamiut.jpg,<br>https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Shaqi_jrvej.jpg/1600px-Shaqi_jrvej.jpg<br><br><span style="color: rgb(186, 55, 42);">*You can add multiple image links by placing commas between them.</span></td>
          </tr><tr><td style="width: 180px;">external_link</td><td>Data Type: Text <br><strong>Optional</strong><br>Example: https://domain.com/product_url</td></tr><tr><td style="width: 180px;">updated_at</td><td>Data Type: Timestamp <br><strong>Optional</strong><br>Example: 2024-06-30 10:27:00 <br><br><span style="color: rgb(186, 55, 42);">*If you leave it blank, the system will not assign an update date.</span></td></tr><tr>
          <td style="width: 180px;">created_at</td><td>Data Type: Timestamp <br><strong>Optional</strong><br>Example: 2024-06-30 10:27:00 <br><br><span style="color: rgb(186, 55, 42);">*If you leave it blank, the system will automatically assign the current date.</span></td></tr></tbody></table><p><br><br><br><br><br></p>
      
      public contact_address -> string (0) ""
      $value->contact_address
      public contact_email -> string (19) "support@webaggo.com"
      $value->contact_email
      public contact_phone -> string (0) ""
      $value->contact_phone
      public contact_text -> string (0) ""
      $value->contact_text
      public cookies_warning -> string (1) "1"
      $value->cookies_warning
      public cookies_warning_text -> string (103) "<p>This site uses cookies. By continuing to browse the site you are agreeing...
      $value->cookies_warning_text
      <p>This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.</p>
      
      public copyright -> string (55) "Copyright 2022 - 2024 Webaggo - Alle Rechte vorbehalten"
      $value->copyright
      public created_at -> string (19) "2022-05-04 19:51:01"
      $value->created_at
      public dashboard_font -> string (2) "22"
      $value->dashboard_font
      public homepage_title -> string (38) "Kaufen und verkaufen digitale Produkte"
      $value->homepage_title
      public id -> string (1) "6"
      $value->id
      public keywords -> string (242) ", Webaggo , Digitale Produkte , Dienstleistungen , Bildungskurse , Kaufen un...
      $value->keywords
      , Webaggo , Digitale Produkte , Dienstleistungen , Bildungskurse , Kaufen und Verkaufen digitaler Produkte mit , Kaufen, Verkaufen ,digitaler Produkte ,mit, Leichtigkeit, Verkaufen ,Kaufen , Verkaufen , Kaufen und Verkaufen digitaler Produkte
      
      public lang_id -> string (1) "6"
      $value->lang_id
      public site_description -> UTF-8 string (146) "Ein digitaler Marktplatz für den Kauf und Verkauf digitaler Produkte mit der...
      $value->site_description
      Ein digitaler Marktplatz für den Kauf und Verkauf digitaler Produkte mit der Bereitstellung von Dienstleistungen digitaler und technischer Natur.
      
      public site_font -> string (2) "19"
      $value->site_font
      public site_title -> string (7) "Webaggo"
      $value->site_title
      public social_media_data -> string (417) "a:12:{s:12:"facebook_url";s:32:"https://www.facebook.com/webaggo";s:11:"twit...
      $value->social_media_data
      a:12:{s:12:"facebook_url";s:32:"https://www.facebook.com/webaggo";s:11:"twitter_url";s:27:"https://twitter.com/webaggo";s:13:"instagram_url";s:0:"";s:10:"tiktok_url";s:0:"";s:12:"whatsapp_url";s:0:"";s:11:"youtube_url";s:0:"";s:11:"discord_url";s:0:"";s:12:"telegram_url";s:0:"";s:13:"pinterest_url";s:0:"";s:12:"linkedin_url";s:36:"https://www.linkedin.com/in/webaggo/";s:10:"twitch_url";s:0:"";s:6:"vk_url";s:0:"";}
      
    activeLanguages
    $value array (7)
    0 => stdClass#168 (9)
    $value[0]
    • Properties (9)
    • public flag_path -> string (27) "uploads/blocks/flag_eng.jpg"
      $value[0]->flag_path
      • File (4.7KB)
      • -rw-r--r-- 1000 1000 4.7KB Apr 19 2022 uploads/blocks/flag_eng.jpg
        
      public id -> string (1) "1"
      $value[0]->id
      public language_code -> string (5) "en-US"
      $value[0]->language_code
      public language_order -> string (1) "1"
      $value[0]->language_order
      public name -> string (7) "English"
      $value[0]->name
      public short_form -> string (2) "en"
      $value[0]->short_form
      public status -> string (1) "1"
      $value[0]->status
      public text_direction -> string (3) "ltr"
      $value[0]->text_direction
      public text_editor_lang -> string (2) "en"
      $value[0]->text_editor_lang
    1 => stdClass#171 (9)
    $value[1]
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_6272dd2b1ceee0-00447054-10872001.jpg"
      $value[1]->flag_path
      • File (3.9KB)
      • -rw-r--r-- 1000 1000 3.9KB May 04 2022 uploads/blocks/flag_6272dd2b1ceee0-00447054-10872001.jpg
        
      public id -> string (1) "3"
      $value[1]->id
      public language_code -> string (5) "ar-SA"
      $value[1]->language_code
      public language_order -> string (1) "2"
      $value[1]->language_order
      public name -> UTF-8 string (14) "العربية"
      $value[1]->name
      public short_form -> string (2) "ar"
      $value[1]->short_form
      public status -> string (1) "1"
      $value[1]->status
      public text_direction -> string (3) "rtl"
      $value[1]->text_direction
      public text_editor_lang -> string (2) "ar"
      $value[1]->text_editor_lang
    2 => stdClass#172 (9)
    $value[2]
    • Properties (9)
    • public flag_path -> string (37) "uploads/blocks/flag_6857d62dde270.png"
      $value[2]->flag_path
      • File (5KB)
      • -rw-r--r-- 1000 1000 5KB Jun 22 13:08 uploads/blocks/flag_6857d62dde270.png
        
      public id -> string (2) "11"
      $value[2]->id
      public language_code -> string (5) "es-ES"
      $value[2]->language_code
      public language_order -> string (1) "3"
      $value[2]->language_order
      public name -> string (7) "Spanish"
      $value[2]->name
      public short_form -> string (2) "es"
      $value[2]->short_form
      public status -> string (1) "1"
      $value[2]->status
      public text_direction -> string (3) "ltr"
      $value[2]->text_direction
      public text_editor_lang -> string (2) "es"
      $value[2]->text_editor_lang
    3 => stdClass#173 (9)
    $value[3]
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_6272d8fdda7262-75004465-31390838.jpg"
      $value[3]->flag_path
      • File (2.3KB)
      • -rw-r--r-- 1000 1000 2.3KB May 04 2022 uploads/blocks/flag_6272d8fdda7262-75004465-31390838.jpg
        
      public id -> string (1) "4"
      $value[3]->id
      public language_code -> string (5) "fr-FR"
      $value[3]->language_code
      public language_order -> string (1) "4"
      $value[3]->language_order
      public name -> string (6) "French"
      $value[3]->name
      public short_form -> string (2) "fr"
      $value[3]->short_form
      public status -> string (1) "1"
      $value[3]->status
      public text_direction -> string (3) "ltr"
      $value[3]->text_direction
      public text_editor_lang -> string (5) "fr_FR"
      $value[3]->text_editor_lang
    4 => stdClass#174 (9)
    $value[4]
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_626daf691544b9-37369462-14749578.jpg"
      $value[4]->flag_path
      • File (3.9KB)
      • -rw-r--r-- 1000 1000 3.9KB Apr 30 2022 uploads/blocks/flag_626daf691544b9-37369462-14749578.jpg
        
      public id -> string (1) "5"
      $value[4]->id
      public language_code -> string (5) "tr-TR"
      $value[4]->language_code
      public language_order -> string (1) "5"
      $value[4]->language_order
      public name -> UTF-8 string (8) "Türkçe"
      $value[4]->name
      public short_form -> string (2) "tr"
      $value[4]->short_form
      public status -> string (1) "1"
      $value[4]->status
      public text_direction -> string (3) "ltr"
      $value[4]->text_direction
      public text_editor_lang -> string (2) "tr"
      $value[4]->text_editor_lang
    5 => stdClass#175 (9)
    $value[5]
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_6272d9254b7304-68299015-75417917.jpg"
      $value[5]->flag_path
      • File (2.5KB)
      • -rw-r--r-- 1000 1000 2.5KB May 04 2022 uploads/blocks/flag_6272d9254b7304-68299015-75417917.jpg
        
      public id -> string (1) "6"
      $value[5]->id
      public language_code -> string (5) "de-DE"
      $value[5]->language_code
      public language_order -> string (1) "6"
      $value[5]->language_order
      public name -> string (6) "German"
      $value[5]->name
      public short_form -> string (2) "de"
      $value[5]->short_form
      public status -> string (1) "1"
      $value[5]->status
      public text_direction -> string (3) "ltr"
      $value[5]->text_direction
      public text_editor_lang -> string (2) "de"
      $value[5]->text_editor_lang
    6 => stdClass#176 (9)
    $value[6]
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_6272d9480efeb2-07635710-40921762.jpg"
      $value[6]->flag_path
      • File (4.2KB)
      • -rw-r--r-- 1000 1000 4.2KB May 04 2022 uploads/blocks/flag_6272d9480efeb2-07635710-40921762.jpg
        
      public id -> string (1) "7"
      $value[6]->id
      public language_code -> string (5) "ru-RU"
      $value[6]->language_code
      public language_order -> string (1) "8"
      $value[6]->language_order
      public name -> string (7) "Russian"
      $value[6]->name
      public short_form -> string (2) "ru"
      $value[6]->short_form
      public status -> string (1) "1"
      $value[6]->status
      public text_direction -> string (3) "ltr"
      $value[6]->text_direction
      public text_editor_lang -> string (2) "ru"
      $value[6]->text_editor_lang
    activeLang
    $value stdClass#175 (9)
    • Properties (9)
    • public flag_path -> string (56) "uploads/blocks/flag_6272d9254b7304-68299015-75417917.jpg"
      $value->flag_path
      • File (2.5KB)
      • -rw-r--r-- 1000 1000 2.5KB May 04 2022 uploads/blocks/flag_6272d9254b7304-68299015-75417917.jpg
        
      public id -> string (1) "6"
      $value->id
      public language_code -> string (5) "de-DE"
      $value->language_code
      public language_order -> string (1) "6"
      $value->language_order
      public name -> string (6) "German"
      $value->name
      public short_form -> string (2) "de"
      $value->short_form
      public status -> string (1) "1"
      $value->status
      public text_direction -> string (3) "ltr"
      $value->text_direction
      public text_editor_lang -> string (2) "de"
      $value->text_editor_lang
    currencies
    $value array (158)
    USD => stdClass#185 (9)
    $value['USD']
    • Properties (9)
    • public code -> string (3) "USD"
      $value['USD']->code
      public currency_format -> string (2) "us"
      $value['USD']->currency_format
      public exchange_rate -> string (1) "1"
      $value['USD']->exchange_rate
      public id -> string (1) "1"
      $value['USD']->id
      public name -> string (9) "US Dollar"
      $value['USD']->name
      public space_money_symbol -> string (1) "0"
      $value['USD']->space_money_symbol
      public status -> string (1) "1"
      $value['USD']->status
      public symbol -> string (1) "$"
      $value['USD']->symbol
      public symbol_direction -> string (4) "left"
      $value['USD']->symbol_direction
    EUR => stdClass#1681 (9)
    $value['EUR']
    • Properties (9)
    • public code -> string (3) "EUR"
      $value['EUR']->code
      public currency_format -> string (2) "us"
      $value['EUR']->currency_format
      public exchange_rate -> string (10) "0.84895048"
      $value['EUR']->exchange_rate
      public id -> string (1) "2"
      $value['EUR']->id
      public name -> string (4) "Euro"
      $value['EUR']->name
      public space_money_symbol -> string (1) "1"
      $value['EUR']->space_money_symbol
      public status -> string (1) "1"
      $value['EUR']->status
      public symbol -> UTF-8 string (3) "€"
      $value['EUR']->symbol
      public symbol_direction -> string (4) "left"
      $value['EUR']->symbol_direction
    AED => stdClass#1680 (9)
    $value['AED']
    • Properties (9)
    • public code -> string (3) "AED"
      $value['AED']->code
      public currency_format -> string (2) "us"
      $value['AED']->currency_format
      public exchange_rate -> string (10) "3.67250462"
      $value['AED']->exchange_rate
      public id -> string (1) "4"
      $value['AED']->id
      public name -> string (10) "UAE Dirham"
      $value['AED']->name
      public space_money_symbol -> string (1) "1"
      $value['AED']->space_money_symbol
      public status -> string (1) "1"
      $value['AED']->status
      public symbol -> UTF-8 string (5) "د.إ"
      $value['AED']->symbol
      public symbol_direction -> string (5) "right"
      $value['AED']->symbol_direction
    BRL => stdClass#1679 (9)
    $value['BRL']
    • Properties (9)
    • public code -> string (3) "BRL"
      $value['BRL']->code
      public currency_format -> string (2) "us"
      $value['BRL']->currency_format
      public exchange_rate -> string (10) "5.41860475"
      $value['BRL']->exchange_rate
      public id -> string (2) "23"
      $value['BRL']->id
      public name -> string (11) "Brazil Real"
      $value['BRL']->name
      public space_money_symbol -> string (1) "1"
      $value['BRL']->space_money_symbol
      public status -> string (1) "1"
      $value['BRL']->status
      public symbol -> string (2) "R$"
      $value['BRL']->symbol
      public symbol_direction -> string (4) "left"
      $value['BRL']->symbol_direction
    EGP => stdClass#1678 (9)
    $value['EGP']
    • Properties (9)
    • public code -> string (3) "EGP"
      $value['EGP']->code
      public currency_format -> string (2) "us"
      $value['EGP']->currency_format
      public exchange_rate -> string (11) "49.25839845"
      $value['EGP']->exchange_rate
      public id -> string (2) "43"
      $value['EGP']->id
      public name -> string (11) "Egypt Pound"
      $value['EGP']->name
      public space_money_symbol -> string (1) "1"
      $value['EGP']->space_money_symbol
      public status -> string (1) "1"
      $value['EGP']->status
      public symbol -> UTF-8 string (5) "ج.م"
      $value['EGP']->symbol
      ج.م
      
      public symbol_direction -> string (5) "right"
      $value['EGP']->symbol_direction
    GBP => stdClass#1677 (9)
    $value['GBP']
    • Properties (9)
    • public code -> string (3) "GBP"
      $value['GBP']->code
      public currency_format -> string (2) "us"
      $value['GBP']->currency_format
      public exchange_rate -> string (10) "0.73230554"
      $value['GBP']->exchange_rate
      public id -> string (2) "47"
      $value['GBP']->id
      public name -> string (20) "United Kingdom Pound"
      $value['GBP']->name
      public space_money_symbol -> string (1) "1"
      $value['GBP']->space_money_symbol
      public status -> string (1) "1"
      $value['GBP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['GBP']->symbol
      public symbol_direction -> string (4) "left"
      $value['GBP']->symbol_direction
    KWD => stdClass#1676 (9)
    $value['KWD']
    • Properties (9)
    • public code -> string (3) "KWD"
      $value['KWD']->code
      public currency_format -> string (2) "us"
      $value['KWD']->currency_format
      public exchange_rate -> string (10) "0.30529023"
      $value['KWD']->exchange_rate
      public id -> string (2) "76"
      $value['KWD']->id
      public name -> string (13) "Kuwaiti Dinar"
      $value['KWD']->name
      public space_money_symbol -> string (1) "1"
      $value['KWD']->space_money_symbol
      public status -> string (1) "1"
      $value['KWD']->status
      public symbol -> UTF-8 string (5) "د.ك"
      $value['KWD']->symbol
      public symbol_direction -> string (5) "right"
      $value['KWD']->symbol_direction
    RUB => stdClass#1675 (9)
    $value['RUB']
    • Properties (9)
    • public code -> string (3) "RUB"
      $value['RUB']->code
      public currency_format -> string (2) "us"
      $value['RUB']->currency_format
      public exchange_rate -> string (11) "78.83007832"
      $value['RUB']->exchange_rate
      public id -> string (3) "118"
      $value['RUB']->id
      public name -> string (12) "Russia Ruble"
      $value['RUB']->name
      public space_money_symbol -> string (1) "0"
      $value['RUB']->space_money_symbol
      public status -> string (1) "1"
      $value['RUB']->status
      public symbol -> UTF-8 string (3) "₽"
      $value['RUB']->symbol
      public symbol_direction -> string (4) "left"
      $value['RUB']->symbol_direction
    SAR => stdClass#1674 (9)
    $value['SAR']
    • Properties (9)
    • public code -> string (3) "SAR"
      $value['SAR']->code
      public currency_format -> string (2) "us"
      $value['SAR']->currency_format
      public exchange_rate -> string (10) "3.74973364"
      $value['SAR']->exchange_rate
      public id -> string (3) "120"
      $value['SAR']->id
      public name -> string (18) "Saudi Arabia Riyal"
      $value['SAR']->name
      public space_money_symbol -> string (1) "1"
      $value['SAR']->space_money_symbol
      public status -> string (1) "1"
      $value['SAR']->status
      public symbol -> UTF-8 string (3) "﷼"
      $value['SAR']->symbol
      public symbol_direction -> string (5) "right"
      $value['SAR']->symbol_direction
    TRY => stdClass#1673 (9)
    $value['TRY']
    • Properties (9)
    • public code -> string (3) "TRY"
      $value['TRY']->code
      public currency_format -> string (2) "us"
      $value['TRY']->currency_format
      public exchange_rate -> string (10) "39.8303712"
      $value['TRY']->exchange_rate
      public id -> string (3) "139"
      $value['TRY']->id
      public name -> string (12) "Turkish Lira"
      $value['TRY']->name
      public space_money_symbol -> string (1) "1"
      $value['TRY']->space_money_symbol
      public status -> string (1) "1"
      $value['TRY']->status
      public symbol -> UTF-8 string (3) "₺"
      $value['TRY']->symbol
      public symbol_direction -> string (4) "left"
      $value['TRY']->symbol_direction
    CAD => stdClass#1672 (9)
    $value['CAD']
    • Properties (9)
    • public code -> string (3) "CAD"
      $value['CAD']->code
      public currency_format -> string (2) "us"
      $value['CAD']->currency_format
      public exchange_rate -> string (10) "1.36095082"
      $value['CAD']->exchange_rate
      public id -> string (1) "3"
      $value['CAD']->id
      public name -> string (13) "Canada Dollar"
      $value['CAD']->name
      public space_money_symbol -> string (1) "0"
      $value['CAD']->space_money_symbol
      public status -> string (1) "0"
      $value['CAD']->status
      public symbol -> string (1) "$"
      $value['CAD']->symbol
      public symbol_direction -> string (4) "left"
      $value['CAD']->symbol_direction
    AFN => stdClass#1671 (9)
    $value['AFN']
    • Properties (9)
    • public code -> string (3) "AFN"
      $value['AFN']->code
      public currency_format -> string (2) "us"
      $value['AFN']->currency_format
      public exchange_rate -> string (9) "69.864589"
      $value['AFN']->exchange_rate
      public id -> string (1) "5"
      $value['AFN']->id
      public name -> string (19) "Afghanistan Afghani"
      $value['AFN']->name
      public space_money_symbol -> string (1) "0"
      $value['AFN']->space_money_symbol
      public status -> string (1) "0"
      $value['AFN']->status
      public symbol -> string (2) "Af"
      $value['AFN']->symbol
      public symbol_direction -> string (4) "left"
      $value['AFN']->symbol_direction
    ALL => stdClass#1670 (9)
    $value['ALL']
    • Properties (9)
    • public code -> string (3) "ALL"
      $value['ALL']->code
      public currency_format -> string (2) "us"
      $value['ALL']->currency_format
      public exchange_rate -> string (11) "83.13453149"
      $value['ALL']->exchange_rate
      public id -> string (1) "6"
      $value['ALL']->id
      public name -> string (11) "Albania Lek"
      $value['ALL']->name
      public space_money_symbol -> string (1) "0"
      $value['ALL']->space_money_symbol
      public status -> string (1) "0"
      $value['ALL']->status
      public symbol -> string (3) "Lek"
      $value['ALL']->symbol
      public symbol_direction -> string (4) "left"
      $value['ALL']->symbol_direction
    AMD => stdClass#1669 (9)
    $value['AMD']
    • Properties (9)
    • public code -> string (3) "AMD"
      $value['AMD']->code
      public currency_format -> string (2) "us"
      $value['AMD']->currency_format
      public exchange_rate -> string (12) "384.51418724"
      $value['AMD']->exchange_rate
      public id -> string (1) "7"
      $value['AMD']->id
      public name -> string (13) "Armenian Dram"
      $value['AMD']->name
      public space_money_symbol -> string (1) "0"
      $value['AMD']->space_money_symbol
      public status -> string (1) "0"
      $value['AMD']->status
      public symbol -> string (3) "AMD"
      $value['AMD']->symbol
      public symbol_direction -> string (4) "left"
      $value['AMD']->symbol_direction
    ANG => stdClass#1668 (9)
    $value['ANG']
    • Properties (9)
    • public code -> string (3) "ANG"
      $value['ANG']->code
      public currency_format -> string (2) "us"
      $value['ANG']->currency_format
      public exchange_rate -> string (10) "1.78962243"
      $value['ANG']->exchange_rate
      public id -> string (1) "8"
      $value['ANG']->id
      public name -> string (28) "Netherlands Antilles Guilder"
      $value['ANG']->name
      public space_money_symbol -> string (1) "0"
      $value['ANG']->space_money_symbol
      public status -> string (1) "0"
      $value['ANG']->status
      public symbol -> UTF-8 string (2) "ƒ"
      $value['ANG']->symbol
      public symbol_direction -> string (4) "left"
      $value['ANG']->symbol_direction
    AOA => stdClass#1667 (9)
    $value['AOA']
    • Properties (9)
    • public code -> string (3) "AOA"
      $value['AOA']->code
      public currency_format -> string (2) "us"
      $value['AOA']->currency_format
      public exchange_rate -> string (12) "917.00043976"
      $value['AOA']->exchange_rate
      public id -> string (1) "9"
      $value['AOA']->id
      public name -> string (6) "Kwanza"
      $value['AOA']->name
      public space_money_symbol -> string (1) "0"
      $value['AOA']->space_money_symbol
      public status -> string (1) "0"
      $value['AOA']->status
      public symbol -> string (2) "Kz"
      $value['AOA']->symbol
      public symbol_direction -> string (4) "left"
      $value['AOA']->symbol_direction
    ARS => stdClass#1666 (9)
    $value['ARS']
    • Properties (9)
    • public code -> string (3) "ARS"
      $value['ARS']->code
      public currency_format -> string (2) "us"
      $value['ARS']->currency_format
      public exchange_rate -> string (11) "1231.434745"
      $value['ARS']->exchange_rate
      public id -> string (2) "10"
      $value['ARS']->id
      public name -> string (14) "Argentina Peso"
      $value['ARS']->name
      public space_money_symbol -> string (1) "0"
      $value['ARS']->space_money_symbol
      public status -> string (1) "0"
      $value['ARS']->status
      public symbol -> string (1) "$"
      $value['ARS']->symbol
      public symbol_direction -> string (4) "left"
      $value['ARS']->symbol_direction
    AUD => stdClass#1665 (9)
    $value['AUD']
    • Properties (9)
    • public code -> string (3) "AUD"
      $value['AUD']->code
      public currency_format -> string (2) "us"
      $value['AUD']->currency_format
      public exchange_rate -> string (10) "1.52718382"
      $value['AUD']->exchange_rate
      public id -> string (2) "11"
      $value['AUD']->id
      public name -> string (16) "Australia Dollar"
      $value['AUD']->name
      public space_money_symbol -> string (1) "0"
      $value['AUD']->space_money_symbol
      public status -> string (1) "0"
      $value['AUD']->status
      public symbol -> string (1) "$"
      $value['AUD']->symbol
      public symbol_direction -> string (4) "left"
      $value['AUD']->symbol_direction
    AWG => stdClass#1664 (9)
    $value['AWG']
    • Properties (9)
    • public code -> string (3) "AWG"
      $value['AWG']->code
      public currency_format -> string (2) "us"
      $value['AWG']->currency_format
      public exchange_rate -> string (10) "1.80250016"
      $value['AWG']->exchange_rate
      public id -> string (2) "12"
      $value['AWG']->id
      public name -> string (13) "Aruba Guilder"
      $value['AWG']->name
      public space_money_symbol -> string (1) "0"
      $value['AWG']->space_money_symbol
      public status -> string (1) "0"
      $value['AWG']->status
      public symbol -> UTF-8 string (2) "ƒ"
      $value['AWG']->symbol
      public symbol_direction -> string (4) "left"
      $value['AWG']->symbol_direction
    AZN => stdClass#1663 (9)
    $value['AZN']
    • Properties (9)
    • public code -> string (3) "AZN"
      $value['AZN']->code
      public currency_format -> string (2) "us"
      $value['AZN']->currency_format
      public exchange_rate -> string (10) "1.70397012"
      $value['AZN']->exchange_rate
      public id -> string (2) "13"
      $value['AZN']->id
      public name -> string (20) "Azerbaijan New Manat"
      $value['AZN']->name
      public space_money_symbol -> string (1) "0"
      $value['AZN']->space_money_symbol
      public status -> string (1) "0"
      $value['AZN']->status
      public symbol -> UTF-8 string (6) "ман"
      $value['AZN']->symbol
      public symbol_direction -> string (4) "left"
      $value['AZN']->symbol_direction
    BAM => stdClass#1662 (9)
    $value['BAM']
    • Properties (9)
    • public code -> string (3) "BAM"
      $value['BAM']->code
      public currency_format -> string (2) "us"
      $value['BAM']->currency_format
      public exchange_rate -> string (10) "1.66048348"
      $value['BAM']->exchange_rate
      public id -> string (2) "14"
      $value['BAM']->id
      public name -> string (40) "Bosnia and Herzegovina Convertible Marka"
      $value['BAM']->name
      public space_money_symbol -> string (1) "0"
      $value['BAM']->space_money_symbol
      public status -> string (1) "0"
      $value['BAM']->status
      public symbol -> string (2) "KM"
      $value['BAM']->symbol
      public symbol_direction -> string (4) "left"
      $value['BAM']->symbol_direction
    BBD => stdClass#1661 (9)
    $value['BBD']
    • Properties (9)
    • public code -> string (3) "BBD"
      $value['BBD']->code
      public currency_format -> string (2) "us"
      $value['BBD']->currency_format
      public exchange_rate -> string (10) "2.01901819"
      $value['BBD']->exchange_rate
      public id -> string (2) "15"
      $value['BBD']->id
      public name -> string (15) "Barbados Dollar"
      $value['BBD']->name
      public space_money_symbol -> string (1) "0"
      $value['BBD']->space_money_symbol
      public status -> string (1) "0"
      $value['BBD']->status
      public symbol -> string (1) "$"
      $value['BBD']->symbol
      public symbol_direction -> string (4) "left"
      $value['BBD']->symbol_direction
    BDT => stdClass#1660 (9)
    $value['BDT']
    • Properties (9)
    • public code -> string (3) "BDT"
      $value['BDT']->code
      public currency_format -> string (2) "us"
      $value['BDT']->currency_format
      public exchange_rate -> string (12) "122.66418575"
      $value['BDT']->exchange_rate
      public id -> string (2) "16"
      $value['BDT']->id
      public name -> string (16) "Bangladeshi taka"
      $value['BDT']->name
      public space_money_symbol -> string (1) "0"
      $value['BDT']->space_money_symbol
      public status -> string (1) "0"
      $value['BDT']->status
      public symbol -> UTF-8 string (3) "৳"
      $value['BDT']->symbol
      public symbol_direction -> string (4) "left"
      $value['BDT']->symbol_direction
    BGN => stdClass#1659 (9)
    $value['BGN']
    • Properties (9)
    • public code -> string (3) "BGN"
      $value['BGN']->code
      public currency_format -> string (2) "us"
      $value['BGN']->currency_format
      public exchange_rate -> string (10) "1.66048348"
      $value['BGN']->exchange_rate
      public id -> string (2) "17"
      $value['BGN']->id
      public name -> string (12) "Bulgaria Lev"
      $value['BGN']->name
      public space_money_symbol -> string (1) "0"
      $value['BGN']->space_money_symbol
      public status -> string (1) "0"
      $value['BGN']->status
      public symbol -> UTF-8 string (4) "лв"
      $value['BGN']->symbol
      public symbol_direction -> string (4) "left"
      $value['BGN']->symbol_direction
    BHD => stdClass#1658 (9)
    $value['BHD']
    • Properties (9)
    • public code -> string (3) "BHD"
      $value['BHD']->code
      public currency_format -> string (2) "us"
      $value['BHD']->currency_format
      public exchange_rate -> string (10) "0.37627863"
      $value['BHD']->exchange_rate
      public id -> string (2) "18"
      $value['BHD']->id
      public name -> string (14) "Bahraini Dinar"
      $value['BHD']->name
      public space_money_symbol -> string (1) "0"
      $value['BHD']->space_money_symbol
      public status -> string (1) "0"
      $value['BHD']->status
      public symbol -> UTF-8 string (6) ".د.ب"
      $value['BHD']->symbol
      public symbol_direction -> string (4) "left"
      $value['BHD']->symbol_direction
    BIF => stdClass#1657 (9)
    $value['BIF']
    • Properties (9)
    • public code -> string (3) "BIF"
      $value['BIF']->code
      public currency_format -> string (2) "us"
      $value['BIF']->currency_format
      public exchange_rate -> string (13) "2978.98737271"
      $value['BIF']->exchange_rate
      public id -> string (2) "19"
      $value['BIF']->id
      public name -> string (13) "Burundi Franc"
      $value['BIF']->name
      public space_money_symbol -> string (1) "0"
      $value['BIF']->space_money_symbol
      public status -> string (1) "0"
      $value['BIF']->status
      public symbol -> string (3) "FBu"
      $value['BIF']->symbol
      public symbol_direction -> string (4) "left"
      $value['BIF']->symbol_direction
    BMD => stdClass#1656 (9)
    $value['BMD']
    • Properties (9)
    • public code -> string (3) "BMD"
      $value['BMD']->code
      public currency_format -> string (2) "us"
      $value['BMD']->currency_format
      public exchange_rate -> string (1) "1"
      $value['BMD']->exchange_rate
      public id -> string (2) "20"
      $value['BMD']->id
      public name -> string (14) "Bermuda Dollar"
      $value['BMD']->name
      public space_money_symbol -> string (1) "0"
      $value['BMD']->space_money_symbol
      public status -> string (1) "0"
      $value['BMD']->status
      public symbol -> string (1) "$"
      $value['BMD']->symbol
      public symbol_direction -> string (4) "left"
      $value['BMD']->symbol_direction
    BND => stdClass#1655 (9)
    $value['BND']
    • Properties (9)
    • public code -> string (3) "BND"
      $value['BND']->code
      public currency_format -> string (2) "us"
      $value['BND']->currency_format
      public exchange_rate -> string (10) "1.27350723"
      $value['BND']->exchange_rate
      public id -> string (2) "21"
      $value['BND']->id
      public name -> string (24) "Brunei Darussalam Dollar"
      $value['BND']->name
      public space_money_symbol -> string (1) "0"
      $value['BND']->space_money_symbol
      public status -> string (1) "0"
      $value['BND']->status
      public symbol -> string (1) "$"
      $value['BND']->symbol
      public symbol_direction -> string (4) "left"
      $value['BND']->symbol_direction
    BOB => stdClass#1654 (9)
    $value['BOB']
    • Properties (9)
    • public code -> string (3) "BOB"
      $value['BOB']->code
      public currency_format -> string (2) "us"
      $value['BOB']->currency_format
      public exchange_rate -> string (9) "6.9100486"
      $value['BOB']->exchange_rate
      public id -> string (2) "22"
      $value['BOB']->id
      public name -> string (17) "Bolivia Boliviano"
      $value['BOB']->name
      public space_money_symbol -> string (1) "0"
      $value['BOB']->space_money_symbol
      public status -> string (1) "0"
      $value['BOB']->status
      public symbol -> string (2) "$b"
      $value['BOB']->symbol
      public symbol_direction -> string (4) "left"
      $value['BOB']->symbol_direction
    BSD => stdClass#1653 (9)
    $value['BSD']
    • Properties (9)
    • public code -> string (3) "BSD"
      $value['BSD']->code
      public currency_format -> string (2) "us"
      $value['BSD']->currency_format
      public exchange_rate -> string (10) "0.99995755"
      $value['BSD']->exchange_rate
      public id -> string (2) "24"
      $value['BSD']->id
      public name -> string (14) "Bahamas Dollar"
      $value['BSD']->name
      public space_money_symbol -> string (1) "0"
      $value['BSD']->space_money_symbol
      public status -> string (1) "0"
      $value['BSD']->status
      public symbol -> string (1) "$"
      $value['BSD']->symbol
      public symbol_direction -> string (4) "left"
      $value['BSD']->symbol_direction
    BTN => stdClass#1652 (9)
    $value['BTN']
    • Properties (9)
    • public code -> string (3) "BTN"
      $value['BTN']->code
      public currency_format -> string (2) "us"
      $value['BTN']->currency_format
      public exchange_rate -> string (11) "85.33939597"
      $value['BTN']->exchange_rate
      public id -> string (2) "25"
      $value['BTN']->id
      public name -> string (8) "Ngultrum"
      $value['BTN']->name
      public space_money_symbol -> string (1) "0"
      $value['BTN']->space_money_symbol
      public status -> string (1) "0"
      $value['BTN']->status
      public symbol -> string (3) "Nu."
      $value['BTN']->symbol
      public symbol_direction -> string (4) "left"
      $value['BTN']->symbol_direction
    BWP => stdClass#1651 (9)
    $value['BWP']
    • Properties (9)
    • public code -> string (3) "BWP"
      $value['BWP']->code
      public currency_format -> string (2) "us"
      $value['BWP']->currency_format
      public exchange_rate -> string (11) "13.24447227"
      $value['BWP']->exchange_rate
      public id -> string (2) "26"
      $value['BWP']->id
      public name -> string (13) "Botswana Pula"
      $value['BWP']->name
      public space_money_symbol -> string (1) "0"
      $value['BWP']->space_money_symbol
      public status -> string (1) "0"
      $value['BWP']->status
      public symbol -> string (1) "P"
      $value['BWP']->symbol
      public symbol_direction -> string (4) "left"
      $value['BWP']->symbol_direction
    BYR => stdClass#1650 (9)
    $value['BYR']
    • Properties (9)
    • public code -> string (3) "BYR"
      $value['BYR']->code
      public currency_format -> string (2) "us"
      $value['BYR']->currency_format
      public exchange_rate -> string (14) "19600.00154424"
      $value['BYR']->exchange_rate
      public id -> string (2) "27"
      $value['BYR']->id
      public name -> string (13) "Belarus Ruble"
      $value['BYR']->name
      public space_money_symbol -> string (1) "0"
      $value['BYR']->space_money_symbol
      public status -> string (1) "0"
      $value['BYR']->status
      public symbol -> string (2) "p."
      $value['BYR']->symbol
      public symbol_direction -> string (4) "left"
      $value['BYR']->symbol_direction
    BZD => stdClass#1649 (9)
    $value['BZD']
    • Properties (9)
    • public code -> string (3) "BZD"
      $value['BZD']->code
      public currency_format -> string (2) "us"
      $value['BZD']->currency_format
      public exchange_rate -> string (10) "2.00857525"
      $value['BZD']->exchange_rate
      public id -> string (2) "28"
      $value['BZD']->id
      public name -> string (13) "Belize Dollar"
      $value['BZD']->name
      public space_money_symbol -> string (1) "0"
      $value['BZD']->space_money_symbol
      public status -> string (1) "0"
      $value['BZD']->status
      public symbol -> string (3) "BZ$"
      $value['BZD']->symbol
      public symbol_direction -> string (4) "left"
      $value['BZD']->symbol_direction
    CDF => stdClass#1648 (9)
    $value['CDF']
    • Properties (9)
    • public code -> string (3) "CDF"
      $value['CDF']->code
      public currency_format -> string (2) "us"
      $value['CDF']->currency_format
      public exchange_rate -> string (13) "2885.00058917"
      $value['CDF']->exchange_rate
      public id -> string (2) "29"
      $value['CDF']->id
      public name -> string (15) "Congolese Franc"
      $value['CDF']->name
      public space_money_symbol -> string (1) "0"
      $value['CDF']->space_money_symbol
      public status -> string (1) "0"
      $value['CDF']->status
      public symbol -> string (2) "FC"
      $value['CDF']->symbol
      public symbol_direction -> string (4) "left"
      $value['CDF']->symbol_direction
    CHF => stdClass#1647 (9)
    $value['CHF']
    • Properties (9)
    • public code -> string (3) "CHF"
      $value['CHF']->code
      public currency_format -> string (2) "us"
      $value['CHF']->currency_format
      public exchange_rate -> string (10) "0.79411253"
      $value['CHF']->exchange_rate
      public id -> string (2) "30"
      $value['CHF']->id
      public name -> string (17) "Switzerland Franc"
      $value['CHF']->name
      public space_money_symbol -> string (1) "0"
      $value['CHF']->space_money_symbol
      public status -> string (1) "0"
      $value['CHF']->status
      public symbol -> string (3) "CHF"
      $value['CHF']->symbol
      public symbol_direction -> string (4) "left"
      $value['CHF']->symbol_direction
    CLF => stdClass#1646 (9)
    $value['CLF']
    • Properties (9)
    • public code -> string (3) "CLF"
      $value['CLF']->code
      public currency_format -> string (2) "us"
      $value['CLF']->currency_format
      public exchange_rate -> string (10) "0.02422735"
      $value['CLF']->exchange_rate
      public id -> string (2) "31"
      $value['CLF']->id
      public name -> string (17) "Unidad de Fomento"
      $value['CLF']->name
      public space_money_symbol -> string (1) "0"
      $value['CLF']->space_money_symbol
      public status -> string (1) "0"
      $value['CLF']->status
      public symbol -> string (3) "CLF"
      $value['CLF']->symbol
      public symbol_direction -> string (4) "left"
      $value['CLF']->symbol_direction
    CLP => stdClass#1645 (9)
    $value['CLP']
    • Properties (9)
    • public code -> string (3) "CLP"
      $value['CLP']->code
      public currency_format -> string (2) "us"
      $value['CLP']->currency_format
      public exchange_rate -> string (12) "929.71098754"
      $value['CLP']->exchange_rate
      public id -> string (2) "32"
      $value['CLP']->id
      public name -> string (10) "Chile Peso"
      $value['CLP']->name
      public space_money_symbol -> string (1) "0"
      $value['CLP']->space_money_symbol
      public status -> string (1) "0"
      $value['CLP']->status
      public symbol -> string (1) "$"
      $value['CLP']->symbol
      public symbol_direction -> string (4) "left"
      $value['CLP']->symbol_direction
    CNY => stdClass#1644 (9)
    $value['CNY']
    • Properties (9)
    • public code -> string (3) "CNY"
      $value['CNY']->code
      public currency_format -> string (2) "us"
      $value['CNY']->currency_format
      public exchange_rate -> string (10) "7.16540442"
      $value['CNY']->exchange_rate
      public id -> string (2) "33"
      $value['CNY']->id
      public name -> string (19) "China Yuan Renminbi"
      $value['CNY']->name
      public space_money_symbol -> string (1) "0"
      $value['CNY']->space_money_symbol
      public status -> string (1) "0"
      $value['CNY']->status
      public symbol -> UTF-8 string (2) "¥"
      $value['CNY']->symbol
      public symbol_direction -> string (4) "left"
      $value['CNY']->symbol_direction
    COP => stdClass#1643 (9)
    $value['COP']
    • Properties (9)
    • public code -> string (3) "COP"
      $value['COP']->code
      public currency_format -> string (2) "us"
      $value['COP']->currency_format
      public exchange_rate -> string (13) "3981.06751279"
      $value['COP']->exchange_rate
      public id -> string (2) "34"
      $value['COP']->id
      public name -> string (13) "Colombia Peso"
      $value['COP']->name
      public space_money_symbol -> string (1) "0"
      $value['COP']->space_money_symbol
      public status -> string (1) "0"
      $value['COP']->status
      public symbol -> string (1) "$"
      $value['COP']->symbol
      public symbol_direction -> string (4) "left"
      $value['COP']->symbol_direction
    CRC => stdClass#1642 (9)
    $value['CRC']
    • Properties (9)
    • public code -> string (3) "CRC"
      $value['CRC']->code
      public currency_format -> string (2) "us"
      $value['CRC']->currency_format
      public exchange_rate -> string (12) "504.98794151"
      $value['CRC']->exchange_rate
      public id -> string (2) "35"
      $value['CRC']->id
      public name -> string (16) "Costa Rica Colon"
      $value['CRC']->name
      public space_money_symbol -> string (1) "0"
      $value['CRC']->space_money_symbol
      public status -> string (1) "0"
      $value['CRC']->status
      public symbol -> UTF-8 string (3) "₡"
      $value['CRC']->symbol
      public symbol_direction -> string (4) "left"
      $value['CRC']->symbol_direction
    CUP => stdClass#1641 (9)
    $value['CUP']
    • Properties (9)
    • public code -> string (3) "CUP"
      $value['CUP']->code
      public currency_format -> string (2) "us"
      $value['CUP']->currency_format
      public exchange_rate -> string (11) "26.50000212"
      $value['CUP']->exchange_rate
      public id -> string (2) "36"
      $value['CUP']->id
      public name -> string (9) "Cuba Peso"
      $value['CUP']->name
      public space_money_symbol -> string (1) "0"
      $value['CUP']->space_money_symbol
      public status -> string (1) "0"
      $value['CUP']->status
      public symbol -> string (3) "CUP"
      $value['CUP']->symbol
      public symbol_direction -> string (4) "left"
      $value['CUP']->symbol_direction
    CVE => stdClass#1640 (9)
    $value['CVE']
    • Properties (9)
    • public code -> string (3) "CVE"
      $value['CVE']->code
      public currency_format -> string (2) "us"
      $value['CVE']->currency_format
      public exchange_rate -> string (11) "93.61549335"
      $value['CVE']->exchange_rate
      public id -> string (2) "37"
      $value['CVE']->id
      public name -> string (17) "Cabo Verde Escudo"
      $value['CVE']->name
      public space_money_symbol -> string (1) "0"
      $value['CVE']->space_money_symbol
      public status -> string (1) "0"
      $value['CVE']->status
      public symbol -> string (1) "$"
      $value['CVE']->symbol
      public symbol_direction -> string (4) "left"
      $value['CVE']->symbol_direction
    CZK => stdClass#1639 (9)
    $value['CZK']
    • Properties (9)
    • public code -> string (3) "CZK"
      $value['CZK']->code
      public currency_format -> string (2) "us"
      $value['CZK']->currency_format
      public exchange_rate -> string (11) "20.92350617"
      $value['CZK']->exchange_rate
      public id -> string (2) "38"
      $value['CZK']->id
      public name -> string (21) "Czech Republic Koruna"
      $value['CZK']->name
      public space_money_symbol -> string (1) "0"
      $value['CZK']->space_money_symbol
      public status -> string (1) "0"
      $value['CZK']->status
      public symbol -> UTF-8 string (3) "Kč"
      $value['CZK']->symbol
      public symbol_direction -> string (4) "left"
      $value['CZK']->symbol_direction
    DJF => stdClass#1638 (9)
    $value['DJF']
    • Properties (9)
    • public code -> string (3) "DJF"
      $value['DJF']->code
      public currency_format -> string (2) "us"
      $value['DJF']->currency_format
      public exchange_rate -> string (12) "178.06173653"
      $value['DJF']->exchange_rate
      public id -> string (2) "39"
      $value['DJF']->id
      public name -> string (14) "Djibouti Franc"
      $value['DJF']->name
      public space_money_symbol -> string (1) "0"
      $value['DJF']->space_money_symbol
      public status -> string (1) "0"
      $value['DJF']->status
      public symbol -> string (3) "Fdj"
      $value['DJF']->symbol
      public symbol_direction -> string (4) "left"
      $value['DJF']->symbol_direction
    DKK => stdClass#1637 (9)
    $value['DKK']
    • Properties (9)
    • public code -> string (3) "DKK"
      $value['DKK']->code
      public currency_format -> string (2) "us"
      $value['DKK']->currency_format
      public exchange_rate -> string (10) "6.33440499"
      $value['DKK']->exchange_rate
      public id -> string (2) "40"
      $value['DKK']->id
      public name -> string (13) "Denmark Krone"
      $value['DKK']->name
      public space_money_symbol -> string (1) "0"
      $value['DKK']->space_money_symbol
      public status -> string (1) "0"
      $value['DKK']->status
      public symbol -> string (2) "kr"
      $value['DKK']->symbol
      public symbol_direction -> string (4) "left"
      $value['DKK']->symbol_direction
    DOP => stdClass#1636 (9)
    $value['DOP']
    • Properties (9)
    • public code -> string (3) "DOP"
      $value['DOP']->code
      public currency_format -> string (2) "us"
      $value['DOP']->currency_format
      public exchange_rate -> string (11) "59.84633487"
      $value['DOP']->exchange_rate
      public id -> string (2) "41"
      $value['DOP']->id
      public name -> string (23) "Dominican Republic Peso"
      $value['DOP']->name
      public space_money_symbol -> string (1) "0"
      $value['DOP']->space_money_symbol
      public status -> string (1) "0"
      $value['DOP']->status
      public symbol -> string (3) "RD$"
      $value['DOP']->symbol
      public symbol_direction -> string (4) "left"
      $value['DOP']->symbol_direction
    DZD => stdClass#1635 (9)
    $value['DZD']
    • Properties (9)
    • public code -> string (3) "DZD"
      $value['DZD']->code
      public currency_format -> string (2) "us"
      $value['DZD']->currency_format
      public exchange_rate -> string (12) "129.13360104"
      $value['DZD']->exchange_rate
      public id -> string (2) "42"
      $value['DZD']->id
      public name -> string (14) "Algerian Dinar"
      $value['DZD']->name
      public space_money_symbol -> string (1) "0"
      $value['DZD']->space_money_symbol
      public status -> string (1) "0"
      $value['DZD']->status
      public symbol -> UTF-8 string (4) "دج"
      $value['DZD']->symbol
      public symbol_direction -> string (4) "left"
      $value['DZD']->symbol_direction
    ETB => stdClass#1634 (9)
    $value['ETB']
    • Properties (9)
    • public code -> string (3) "ETB"
      $value['ETB']->code
      public currency_format -> string (2) "us"
      $value['ETB']->currency_format
      public exchange_rate -> string (12) "138.77718955"
      $value['ETB']->exchange_rate
      public id -> string (2) "44"
      $value['ETB']->id
      public name -> string (14) "Ethiopian Birr"
      $value['ETB']->name
      public space_money_symbol -> string (1) "0"
      $value['ETB']->space_money_symbol
      public status -> string (1) "0"
      $value['ETB']->status
      public symbol -> string (2) "Br"
      $value['ETB']->symbol
      public symbol_direction -> string (4) "left"
      $value['ETB']->symbol_direction
    FJD => stdClass#1633 (9)
    $value['FJD']
    • Properties (9)
    • public code -> string (3) "FJD"
      $value['FJD']->code
      public currency_format -> string (2) "us"
      $value['FJD']->currency_format
      public exchange_rate -> string (10) "2.23920453"
      $value['FJD']->exchange_rate
      public id -> string (2) "45"
      $value['FJD']->id
      public name -> string (11) "Fiji Dollar"
      $value['FJD']->name
      public space_money_symbol -> string (1) "0"
      $value['FJD']->space_money_symbol
      public status -> string (1) "0"
      $value['FJD']->status
      public symbol -> string (1) "$"
      $value['FJD']->symbol
      public symbol_direction -> string (4) "left"
      $value['FJD']->symbol_direction
    FKP => stdClass#1632 (9)
    $value['FKP']
    • Properties (9)
    • public code -> string (3) "FKP"
      $value['FKP']->code
      public currency_format -> string (2) "us"
      $value['FKP']->currency_format
      public exchange_rate -> string (10) "0.73287858"
      $value['FKP']->exchange_rate
      public id -> string (2) "46"
      $value['FKP']->id
      public name -> string (33) "Falkland Islands (Malvinas) Pound"
      $value['FKP']->name
      public space_money_symbol -> string (1) "0"
      $value['FKP']->space_money_symbol
      public status -> string (1) "0"
      $value['FKP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['FKP']->symbol
      public symbol_direction -> string (4) "left"
      $value['FKP']->symbol_direction
    GEL => stdClass#1631 (9)
    $value['GEL']
    • Properties (9)
    • public code -> string (3) "GEL"
      $value['GEL']->code
      public currency_format -> string (2) "us"
      $value['GEL']->currency_format
      public exchange_rate -> string (10) "2.72039052"
      $value['GEL']->exchange_rate
      public id -> string (2) "48"
      $value['GEL']->id
      public name -> string (4) "Lari"
      $value['GEL']->name
      public space_money_symbol -> string (1) "0"
      $value['GEL']->space_money_symbol
      public status -> string (1) "0"
      $value['GEL']->status
      public symbol -> UTF-8 string (3) "ლ"
      $value['GEL']->symbol
      public symbol_direction -> string (4) "left"
      $value['GEL']->symbol_direction
    GHS => stdClass#1630 (9)
    $value['GHS']
    • Properties (9)
    • public code -> string (3) "GHS"
      $value['GHS']->code
      public currency_format -> string (2) "us"
      $value['GHS']->currency_format
      public exchange_rate -> string (11) "10.34936605"
      $value['GHS']->exchange_rate
      public id -> string (2) "49"
      $value['GHS']->id
      public name -> string (10) "Ghana Cedi"
      $value['GHS']->name
      public space_money_symbol -> string (1) "0"
      $value['GHS']->space_money_symbol
      public status -> string (1) "0"
      $value['GHS']->status
      public symbol -> UTF-8 string (2) "¢"
      $value['GHS']->symbol
      public symbol_direction -> string (4) "left"
      $value['GHS']->symbol_direction
    GIP => stdClass#1629 (9)
    $value['GIP']
    • Properties (9)
    • public code -> string (3) "GIP"
      $value['GIP']->code
      public currency_format -> string (2) "us"
      $value['GIP']->currency_format
      public exchange_rate -> string (10) "0.73287858"
      $value['GIP']->exchange_rate
      public id -> string (2) "50"
      $value['GIP']->id
      public name -> string (15) "Gibraltar Pound"
      $value['GIP']->name
      public space_money_symbol -> string (1) "0"
      $value['GIP']->space_money_symbol
      public status -> string (1) "0"
      $value['GIP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['GIP']->symbol
      public symbol_direction -> string (4) "left"
      $value['GIP']->symbol_direction
    GMD => stdClass#1628 (9)
    $value['GMD']
    • Properties (9)
    • public code -> string (3) "GMD"
      $value['GMD']->code
      public currency_format -> string (2) "us"
      $value['GMD']->currency_format
      public exchange_rate -> string (11) "71.50385636"
      $value['GMD']->exchange_rate
      public id -> string (2) "51"
      $value['GMD']->id
      public name -> string (6) "Dalasi"
      $value['GMD']->name
      public space_money_symbol -> string (1) "0"
      $value['GMD']->space_money_symbol
      public status -> string (1) "0"
      $value['GMD']->status
      public symbol -> string (1) "D"
      $value['GMD']->symbol
      public symbol_direction -> string (4) "left"
      $value['GMD']->symbol_direction
    GNF => stdClass#1627 (9)
    $value['GNF']
    • Properties (9)
    • public code -> string (3) "GNF"
      $value['GNF']->code
      public currency_format -> string (2) "us"
      $value['GNF']->currency_format
      public exchange_rate -> string (13) "8672.58208205"
      $value['GNF']->exchange_rate
      public id -> string (2) "52"
      $value['GNF']->id
      public name -> string (12) "Guinea Franc"
      $value['GNF']->name
      public space_money_symbol -> string (1) "0"
      $value['GNF']->space_money_symbol
      public status -> string (1) "0"
      $value['GNF']->status
      public symbol -> string (2) "FG"
      $value['GNF']->symbol
      public symbol_direction -> string (4) "left"
      $value['GNF']->symbol_direction
    GTQ => stdClass#1626 (9)
    $value['GTQ']
    • Properties (9)
    • public code -> string (3) "GTQ"
      $value['GTQ']->code
      public currency_format -> string (2) "us"
      $value['GTQ']->currency_format
      public exchange_rate -> string (10) "7.68858544"
      $value['GTQ']->exchange_rate
      public id -> string (2) "53"
      $value['GTQ']->id
      public name -> string (17) "Guatemala Quetzal"
      $value['GTQ']->name
      public space_money_symbol -> string (1) "0"
      $value['GTQ']->space_money_symbol
      public status -> string (1) "0"
      $value['GTQ']->status
      public symbol -> string (1) "Q"
      $value['GTQ']->symbol
      public symbol_direction -> string (4) "left"
      $value['GTQ']->symbol_direction
    GYD => stdClass#1625 (9)
    $value['GYD']
    • Properties (9)
    • public code -> string (3) "GYD"
      $value['GYD']->code
      public currency_format -> string (2) "us"
      $value['GYD']->currency_format
      public exchange_rate -> string (12) "209.20322601"
      $value['GYD']->exchange_rate
      public id -> string (2) "54"
      $value['GYD']->id
      public name -> string (13) "Guyana Dollar"
      $value['GYD']->name
      public space_money_symbol -> string (1) "0"
      $value['GYD']->space_money_symbol
      public status -> string (1) "0"
      $value['GYD']->status
      public symbol -> string (1) "$"
      $value['GYD']->symbol
      public symbol_direction -> string (4) "left"
      $value['GYD']->symbol_direction
    HKD => stdClass#1624 (9)
    $value['HKD']
    • Properties (9)
    • public code -> string (3) "HKD"
      $value['HKD']->code
      public currency_format -> string (2) "us"
      $value['HKD']->currency_format
      public exchange_rate -> string (10) "7.84940467"
      $value['HKD']->exchange_rate
      public id -> string (2) "55"
      $value['HKD']->id
      public name -> string (16) "Hong Kong Dollar"
      $value['HKD']->name
      public space_money_symbol -> string (1) "0"
      $value['HKD']->space_money_symbol
      public status -> string (1) "0"
      $value['HKD']->status
      public symbol -> string (1) "$"
      $value['HKD']->symbol
      public symbol_direction -> string (4) "left"
      $value['HKD']->symbol_direction
    HNL => stdClass#1623 (9)
    $value['HNL']
    • Properties (9)
    • public code -> string (3) "HNL"
      $value['HNL']->code
      public currency_format -> string (2) "us"
      $value['HNL']->currency_format
      public exchange_rate -> string (11) "26.12556996"
      $value['HNL']->exchange_rate
      public id -> string (2) "56"
      $value['HNL']->id
      public name -> string (16) "Honduras Lempira"
      $value['HNL']->name
      public space_money_symbol -> string (1) "0"
      $value['HNL']->space_money_symbol
      public status -> string (1) "0"
      $value['HNL']->status
      public symbol -> string (1) "L"
      $value['HNL']->symbol
      public symbol_direction -> string (4) "left"
      $value['HNL']->symbol_direction
    HRK => stdClass#1622 (9)
    $value['HRK']
    • Properties (9)
    • public code -> string (3) "HRK"
      $value['HRK']->code
      public currency_format -> string (2) "us"
      $value['HRK']->currency_format
      public exchange_rate -> string (10) "6.39804062"
      $value['HRK']->exchange_rate
      public id -> string (2) "57"
      $value['HRK']->id
      public name -> string (12) "Croatia Kuna"
      $value['HRK']->name
      public space_money_symbol -> string (1) "0"
      $value['HRK']->space_money_symbol
      public status -> string (1) "0"
      $value['HRK']->status
      public symbol -> string (2) "kn"
      $value['HRK']->symbol
      public symbol_direction -> string (4) "left"
      $value['HRK']->symbol_direction
    HTG => stdClass#1621 (9)
    $value['HTG']
    • Properties (9)
    • public code -> string (3) "HTG"
      $value['HTG']->code
      public currency_format -> string (2) "us"
      $value['HTG']->currency_format
      public exchange_rate -> string (11) "131.2900728"
      $value['HTG']->exchange_rate
      public id -> string (2) "58"
      $value['HTG']->id
      public name -> string (6) "Gourde"
      $value['HTG']->name
      public space_money_symbol -> string (1) "0"
      $value['HTG']->space_money_symbol
      public status -> string (1) "0"
      $value['HTG']->status
      public symbol -> string (1) "G"
      $value['HTG']->symbol
      public symbol_direction -> string (4) "left"
      $value['HTG']->symbol_direction
    HUF => stdClass#1620 (9)
    $value['HUF']
    • Properties (9)
    • public code -> string (3) "HUF"
      $value['HUF']->code
      public currency_format -> string (2) "us"
      $value['HUF']->currency_format
      public exchange_rate -> string (12) "338.90385721"
      $value['HUF']->exchange_rate
      public id -> string (2) "59"
      $value['HUF']->id
      public name -> string (14) "Hungary Forint"
      $value['HUF']->name
      public space_money_symbol -> string (1) "0"
      $value['HUF']->space_money_symbol
      public status -> string (1) "0"
      $value['HUF']->status
      public symbol -> string (2) "Ft"
      $value['HUF']->symbol
      public symbol_direction -> string (4) "left"
      $value['HUF']->symbol_direction
    IDR => stdClass#1619 (9)
    $value['IDR']
    • Properties (9)
    • public code -> string (3) "IDR"
      $value['IDR']->code
      public currency_format -> string (2) "us"
      $value['IDR']->currency_format
      public exchange_rate -> string (14) "16182.70127555"
      $value['IDR']->exchange_rate
      public id -> string (2) "60"
      $value['IDR']->id
      public name -> string (16) "Indonesia Rupiah"
      $value['IDR']->name
      public space_money_symbol -> string (1) "0"
      $value['IDR']->space_money_symbol
      public status -> string (1) "0"
      $value['IDR']->status
      public symbol -> string (2) "Rp"
      $value['IDR']->symbol
      public symbol_direction -> string (4) "left"
      $value['IDR']->symbol_direction
    ILS => stdClass#1618 (9)
    $value['ILS']
    • Properties (9)
    • public code -> string (3) "ILS"
      $value['ILS']->code
      public currency_format -> string (2) "us"
      $value['ILS']->currency_format
      public exchange_rate -> string (10) "3.34898487"
      $value['ILS']->exchange_rate
      public id -> string (2) "61"
      $value['ILS']->id
      public name -> string (13) "Israel Shekel"
      $value['ILS']->name
      public space_money_symbol -> string (1) "0"
      $value['ILS']->space_money_symbol
      public status -> string (1) "0"
      $value['ILS']->status
      public symbol -> UTF-8 string (3) "₪"
      $value['ILS']->symbol
      public symbol_direction -> string (4) "left"
      $value['ILS']->symbol_direction
    INR => stdClass#1617 (9)
    $value['INR']
    • Properties (9)
    • public code -> string (3) "INR"
      $value['INR']->code
      public currency_format -> string (2) "us"
      $value['INR']->currency_format
      public exchange_rate -> string (11) "85.49651039"
      $value['INR']->exchange_rate
      public id -> string (2) "62"
      $value['INR']->id
      public name -> string (11) "India Rupee"
      $value['INR']->name
      public space_money_symbol -> string (1) "0"
      $value['INR']->space_money_symbol
      public status -> string (1) "0"
      $value['INR']->status
      public symbol -> UTF-8 string (3) "₹"
      $value['INR']->symbol
      public symbol_direction -> string (4) "left"
      $value['INR']->symbol_direction
    IQD => stdClass#1616 (9)
    $value['IQD']
    • Properties (9)
    • public code -> string (3) "IQD"
      $value['IQD']->code
      public currency_format -> string (2) "us"
      $value['IQD']->currency_format
      public exchange_rate -> string (13) "1309.92921111"
      $value['IQD']->exchange_rate
      public id -> string (2) "63"
      $value['IQD']->id
      public name -> string (11) "Iraqi Dinar"
      $value['IQD']->name
      public space_money_symbol -> string (1) "0"
      $value['IQD']->space_money_symbol
      public status -> string (1) "0"
      $value['IQD']->status
      public symbol -> UTF-8 string (5) "ع.د"
      $value['IQD']->symbol
      public symbol_direction -> string (4) "left"
      $value['IQD']->symbol_direction
    IRR => stdClass#1615 (9)
    $value['IRR']
    • Properties (9)
    • public code -> string (3) "IRR"
      $value['IRR']->code
      public currency_format -> string (2) "us"
      $value['IRR']->currency_format
      public exchange_rate -> string (14) "42125.00367171"
      $value['IRR']->exchange_rate
      public id -> string (2) "64"
      $value['IRR']->id
      public name -> string (9) "Iran Rial"
      $value['IRR']->name
      public space_money_symbol -> string (1) "0"
      $value['IRR']->space_money_symbol
      public status -> string (1) "0"
      $value['IRR']->status
      public symbol -> UTF-8 string (3) "﷼"
      $value['IRR']->symbol
      public symbol_direction -> string (4) "left"
      $value['IRR']->symbol_direction
    ISK => stdClass#1614 (9)
    $value['ISK']
    • Properties (9)
    • public code -> string (3) "ISK"
      $value['ISK']->code
      public currency_format -> string (2) "us"
      $value['ISK']->currency_format
      public exchange_rate -> string (11) "120.9303954"
      $value['ISK']->exchange_rate
      public id -> string (2) "65"
      $value['ISK']->id
      public name -> string (13) "Iceland Krona"
      $value['ISK']->name
      public space_money_symbol -> string (1) "0"
      $value['ISK']->space_money_symbol
      public status -> string (1) "0"
      $value['ISK']->status
      public symbol -> string (2) "kr"
      $value['ISK']->symbol
      public symbol_direction -> string (4) "left"
      $value['ISK']->symbol_direction
    JEP => stdClass#1613 (9)
    $value['JEP']
    • Properties (9)
    • public code -> string (3) "JEP"
      $value['JEP']->code
      public currency_format -> string (2) "us"
      $value['JEP']->currency_format
      public exchange_rate -> string (10) "0.73287858"
      $value['JEP']->exchange_rate
      public id -> string (2) "66"
      $value['JEP']->id
      public name -> string (12) "Jersey Pound"
      $value['JEP']->name
      public space_money_symbol -> string (1) "0"
      $value['JEP']->space_money_symbol
      public status -> string (1) "0"
      $value['JEP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['JEP']->symbol
      public symbol_direction -> string (4) "left"
      $value['JEP']->symbol_direction
    JMD => stdClass#1612 (9)
    $value['JMD']
    • Properties (9)
    • public code -> string (3) "JMD"
      $value['JMD']->code
      public currency_format -> string (2) "us"
      $value['JMD']->currency_format
      public exchange_rate -> string (12) "159.60437634"
      $value['JMD']->exchange_rate
      public id -> string (2) "67"
      $value['JMD']->id
      public name -> string (14) "Jamaica Dollar"
      $value['JMD']->name
      public space_money_symbol -> string (1) "0"
      $value['JMD']->space_money_symbol
      public status -> string (1) "0"
      $value['JMD']->status
      public symbol -> string (2) "J$"
      $value['JMD']->symbol
      public symbol_direction -> string (4) "left"
      $value['JMD']->symbol_direction
    JOD => stdClass#1611 (9)
    $value['JOD']
    • Properties (9)
    • public code -> string (3) "JOD"
      $value['JOD']->code
      public currency_format -> string (2) "us"
      $value['JOD']->currency_format
      public exchange_rate -> string (9) "0.7090392"
      $value['JOD']->exchange_rate
      public id -> string (2) "68"
      $value['JOD']->id
      public name -> string (15) "Jordanian Dinar"
      $value['JOD']->name
      public space_money_symbol -> string (1) "0"
      $value['JOD']->space_money_symbol
      public status -> string (1) "0"
      $value['JOD']->status
      public symbol -> string (2) "JD"
      $value['JOD']->symbol
      public symbol_direction -> string (4) "left"
      $value['JOD']->symbol_direction
    JPY => stdClass#1610 (9)
    $value['JPY']
    • Properties (9)
    • public code -> string (3) "JPY"
      $value['JPY']->code
      public currency_format -> string (2) "us"
      $value['JPY']->currency_format
      public exchange_rate -> string (12) "144.47405056"
      $value['JPY']->exchange_rate
      public id -> string (2) "69"
      $value['JPY']->id
      public name -> string (9) "Japan Yen"
      $value['JPY']->name
      public space_money_symbol -> string (1) "0"
      $value['JPY']->space_money_symbol
      public status -> string (1) "0"
      $value['JPY']->status
      public symbol -> UTF-8 string (2) "¥"
      $value['JPY']->symbol
      public symbol_direction -> string (4) "left"
      $value['JPY']->symbol_direction
    KES => stdClass#1609 (9)
    $value['KES']
    • Properties (9)
    • public code -> string (3) "KES"
      $value['KES']->code
      public currency_format -> string (2) "us"
      $value['KES']->currency_format
      public exchange_rate -> string (12) "129.19303097"
      $value['KES']->exchange_rate
      public id -> string (2) "70"
      $value['KES']->id
      public name -> string (15) "Kenyan Shilling"
      $value['KES']->name
      public space_money_symbol -> string (1) "0"
      $value['KES']->space_money_symbol
      public status -> string (1) "0"
      $value['KES']->status
      public symbol -> string (3) "KSh"
      $value['KES']->symbol
      public symbol_direction -> string (4) "left"
      $value['KES']->symbol_direction
    KGS => stdClass#1608 (9)
    $value['KGS']
    • Properties (9)
    • public code -> string (3) "KGS"
      $value['KGS']->code
      public currency_format -> string (2) "us"
      $value['KGS']->currency_format
      public exchange_rate -> string (11) "87.45039115"
      $value['KGS']->exchange_rate
      public id -> string (2) "71"
      $value['KGS']->id
      public name -> string (14) "Kyrgyzstan Som"
      $value['KGS']->name
      public space_money_symbol -> string (1) "0"
      $value['KGS']->space_money_symbol
      public status -> string (1) "0"
      $value['KGS']->status
      public symbol -> UTF-8 string (4) "лв"
      $value['KGS']->symbol
      public symbol_direction -> string (4) "left"
      $value['KGS']->symbol_direction
    KHR => stdClass#1607 (9)
    $value['KHR']
    • Properties (9)
    • public code -> string (3) "KHR"
      $value['KHR']->code
      public currency_format -> string (2) "us"
      $value['KHR']->currency_format
      public exchange_rate -> string (13) "4017.48981047"
      $value['KHR']->exchange_rate
      public id -> string (2) "72"
      $value['KHR']->id
      public name -> string (13) "Cambodia Riel"
      $value['KHR']->name
      public space_money_symbol -> string (1) "0"
      $value['KHR']->space_money_symbol
      public status -> string (1) "0"
      $value['KHR']->status
      public symbol -> UTF-8 string (3) "៛"
      $value['KHR']->symbol
      public symbol_direction -> string (4) "left"
      $value['KHR']->symbol_direction
    KMF => stdClass#1606 (9)
    $value['KMF']
    • Properties (9)
    • public code -> string (3) "KMF"
      $value['KMF']->code
      public currency_format -> string (2) "us"
      $value['KMF']->currency_format
      public exchange_rate -> string (12) "418.00038288"
      $value['KMF']->exchange_rate
      public id -> string (2) "73"
      $value['KMF']->id
      public name -> string (12) "Comoro Franc"
      $value['KMF']->name
      public space_money_symbol -> string (1) "0"
      $value['KMF']->space_money_symbol
      public status -> string (1) "0"
      $value['KMF']->status
      public symbol -> string (2) "CF"
      $value['KMF']->symbol
      public symbol_direction -> string (4) "left"
      $value['KMF']->symbol_direction
    KPW => stdClass#1605 (9)
    $value['KPW']
    • Properties (9)
    • public code -> string (3) "KPW"
      $value['KPW']->code
      public currency_format -> string (2) "us"
      $value['KPW']->currency_format
      public exchange_rate -> string (12) "899.96264363"
      $value['KPW']->exchange_rate
      public id -> string (2) "74"
      $value['KPW']->id
      public name -> string (17) "Korea (North) Won"
      $value['KPW']->name
      public space_money_symbol -> string (1) "0"
      $value['KPW']->space_money_symbol
      public status -> string (1) "0"
      $value['KPW']->status
      public symbol -> UTF-8 string (3) "₩"
      $value['KPW']->symbol
      public symbol_direction -> string (4) "left"
      $value['KPW']->symbol_direction
    KRW => stdClass#1604 (9)
    $value['KRW']
    • Properties (9)
    • public code -> string (3) "KRW"
      $value['KRW']->code
      public currency_format -> string (2) "us"
      $value['KRW']->currency_format
      public exchange_rate -> string (13) "1362.52049069"
      $value['KRW']->exchange_rate
      public id -> string (2) "75"
      $value['KRW']->id
      public name -> string (17) "Korea (South) Won"
      $value['KRW']->name
      public space_money_symbol -> string (1) "0"
      $value['KRW']->space_money_symbol
      public status -> string (1) "0"
      $value['KRW']->status
      public symbol -> UTF-8 string (3) "₩"
      $value['KRW']->symbol
      public symbol_direction -> string (4) "left"
      $value['KRW']->symbol_direction
    KYD => stdClass#1603 (9)
    $value['KYD']
    • Properties (9)
    • public code -> string (3) "KYD"
      $value['KYD']->code
      public currency_format -> string (2) "us"
      $value['KYD']->currency_format
      public exchange_rate -> string (10) "0.83338328"
      $value['KYD']->exchange_rate
      public id -> string (2) "77"
      $value['KYD']->id
      public name -> string (21) "Cayman Islands Dollar"
      $value['KYD']->name
      public space_money_symbol -> string (1) "0"
      $value['KYD']->space_money_symbol
      public status -> string (1) "0"
      $value['KYD']->status
      public symbol -> string (1) "$"
      $value['KYD']->symbol
      public symbol_direction -> string (4) "left"
      $value['KYD']->symbol_direction
    KZT => stdClass#1602 (9)
    $value['KZT']
    • Properties (9)
    • public code -> string (3) "KZT"
      $value['KZT']->code
      public currency_format -> string (2) "us"
      $value['KZT']->currency_format
      public exchange_rate -> string (12) "519.31913916"
      $value['KZT']->exchange_rate
      public id -> string (2) "78"
      $value['KZT']->id
      public name -> string (16) "Kazakhstan Tenge"
      $value['KZT']->name
      public space_money_symbol -> string (1) "0"
      $value['KZT']->space_money_symbol
      public status -> string (1) "0"
      $value['KZT']->status
      public symbol -> UTF-8 string (4) "лв"
      $value['KZT']->symbol
      public symbol_direction -> string (4) "left"
      $value['KZT']->symbol_direction
    LAK => stdClass#1601 (9)
    $value['LAK']
    • Properties (9)
    • public code -> string (3) "LAK"
      $value['LAK']->code
      public currency_format -> string (2) "us"
      $value['LAK']->currency_format
      public exchange_rate -> string (14) "21547.73697816"
      $value['LAK']->exchange_rate
      public id -> string (2) "79"
      $value['LAK']->id
      public name -> string (8) "Laos Kip"
      $value['LAK']->name
      public space_money_symbol -> string (1) "0"
      $value['LAK']->space_money_symbol
      public status -> string (1) "0"
      $value['LAK']->status
      public symbol -> UTF-8 string (3) "₭"
      $value['LAK']->symbol
      public symbol_direction -> string (4) "left"
      $value['LAK']->symbol_direction
    LBP => stdClass#1600 (9)
    $value['LBP']
    • Properties (9)
    • public code -> string (3) "LBP"
      $value['LBP']->code
      public currency_format -> string (2) "us"
      $value['LBP']->currency_format
      public exchange_rate -> string (14) "89595.28659465"
      $value['LBP']->exchange_rate
      public id -> string (2) "80"
      $value['LBP']->id
      public name -> string (13) "Lebanon Pound"
      $value['LBP']->name
      public space_money_symbol -> string (1) "0"
      $value['LBP']->space_money_symbol
      public status -> string (1) "0"
      $value['LBP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['LBP']->symbol
      public symbol_direction -> string (4) "left"
      $value['LBP']->symbol_direction
    LKR => stdClass#1599 (9)
    $value['LKR']
    • Properties (9)
    • public code -> string (3) "LKR"
      $value['LKR']->code
      public currency_format -> string (2) "us"
      $value['LKR']->currency_format
      public exchange_rate -> string (12) "300.01275888"
      $value['LKR']->exchange_rate
      public id -> string (2) "81"
      $value['LKR']->id
      public name -> string (15) "Sri Lanka Rupee"
      $value['LKR']->name
      public space_money_symbol -> string (1) "0"
      $value['LKR']->space_money_symbol
      public status -> string (1) "0"
      $value['LKR']->status
      public symbol -> UTF-8 string (3) "₨"
      $value['LKR']->symbol
      public symbol_direction -> string (4) "left"
      $value['LKR']->symbol_direction
    LRD => stdClass#1598 (9)
    $value['LRD']
    • Properties (9)
    • public code -> string (3) "LRD"
      $value['LRD']->code
      public currency_format -> string (2) "us"
      $value['LRD']->currency_format
      public exchange_rate -> string (12) "200.49243882"
      $value['LRD']->exchange_rate
      public id -> string (2) "82"
      $value['LRD']->id
      public name -> string (14) "Liberia Dollar"
      $value['LRD']->name
      public space_money_symbol -> string (1) "0"
      $value['LRD']->space_money_symbol
      public status -> string (1) "0"
      $value['LRD']->status
      public symbol -> string (1) "$"
      $value['LRD']->symbol
      public symbol_direction -> string (4) "left"
      $value['LRD']->symbol_direction
    LSL => stdClass#1597 (9)
    $value['LSL']
    • Properties (9)
    • public code -> string (3) "LSL"
      $value['LSL']->code
      public currency_format -> string (2) "us"
      $value['LSL']->currency_format
      public exchange_rate -> string (11) "17.58959272"
      $value['LSL']->exchange_rate
      public id -> string (2) "83"
      $value['LSL']->id
      public name -> string (4) "Loti"
      $value['LSL']->name
      public space_money_symbol -> string (1) "0"
      $value['LSL']->space_money_symbol
      public status -> string (1) "0"
      $value['LSL']->status
      public symbol -> string (1) "L"
      $value['LSL']->symbol
      public symbol_direction -> string (4) "left"
      $value['LSL']->symbol_direction
    LTL => stdClass#1596 (9)
    $value['LTL']
    • Properties (9)
    • public code -> string (3) "LTL"
      $value['LTL']->code
      public currency_format -> string (2) "us"
      $value['LTL']->currency_format
      public exchange_rate -> string (10) "2.95274062"
      $value['LTL']->exchange_rate
      public id -> string (2) "84"
      $value['LTL']->id
      public name -> string (15) "Lithuania Litas"
      $value['LTL']->name
      public space_money_symbol -> string (1) "0"
      $value['LTL']->space_money_symbol
      public status -> string (1) "0"
      $value['LTL']->status
      public symbol -> string (2) "Lt"
      $value['LTL']->symbol
      public symbol_direction -> string (4) "left"
      $value['LTL']->symbol_direction
    LVL => stdClass#1595 (9)
    $value['LVL']
    • Properties (9)
    • public code -> string (3) "LVL"
      $value['LVL']->code
      public currency_format -> string (2) "us"
      $value['LVL']->currency_format
      public exchange_rate -> string (9) "0.6048908"
      $value['LVL']->exchange_rate
      public id -> string (2) "85"
      $value['LVL']->id
      public name -> string (10) "Latvia Lat"
      $value['LVL']->name
      public space_money_symbol -> string (1) "0"
      $value['LVL']->space_money_symbol
      public status -> string (1) "0"
      $value['LVL']->status
      public symbol -> string (2) "Ls"
      $value['LVL']->symbol
      public symbol_direction -> string (4) "left"
      $value['LVL']->symbol_direction
    LYD => stdClass#1594 (9)
    $value['LYD']
    • Properties (9)
    • public code -> string (3) "LYD"
      $value['LYD']->code
      public currency_format -> string (2) "us"
      $value['LYD']->currency_format
      public exchange_rate -> string (10) "5.38608485"
      $value['LYD']->exchange_rate
      public id -> string (2) "86"
      $value['LYD']->id
      public name -> string (12) "Libyan Dinar"
      $value['LYD']->name
      public space_money_symbol -> string (1) "0"
      $value['LYD']->space_money_symbol
      public status -> string (1) "0"
      $value['LYD']->status
      public symbol -> UTF-8 string (5) "ل.د"
      $value['LYD']->symbol
      public symbol_direction -> string (4) "left"
      $value['LYD']->symbol_direction
    MAD => stdClass#1593 (9)
    $value['MAD']
    • Properties (9)
    • public code -> string (3) "MAD"
      $value['MAD']->code
      public currency_format -> string (2) "us"
      $value['MAD']->currency_format
      public exchange_rate -> string (10) "8.97525224"
      $value['MAD']->exchange_rate
      public id -> string (2) "87"
      $value['MAD']->id
      public name -> string (15) "Moroccan Dirham"
      $value['MAD']->name
      public space_money_symbol -> string (1) "0"
      $value['MAD']->space_money_symbol
      public status -> string (1) "0"
      $value['MAD']->status
      public symbol -> UTF-8 string (6) "د.م."
      $value['MAD']->symbol
      د.م.
      
      public symbol_direction -> string (4) "left"
      $value['MAD']->symbol_direction
    MDL => stdClass#1592 (9)
    $value['MDL']
    • Properties (9)
    • public code -> string (3) "MDL"
      $value['MDL']->code
      public currency_format -> string (2) "us"
      $value['MDL']->currency_format
      public exchange_rate -> string (11) "16.84425154"
      $value['MDL']->exchange_rate
      public id -> string (2) "88"
      $value['MDL']->id
      public name -> string (12) "Moldovan Leu"
      $value['MDL']->name
      public space_money_symbol -> string (1) "0"
      $value['MDL']->space_money_symbol
      public status -> string (1) "0"
      $value['MDL']->status
      public symbol -> string (1) "L"
      $value['MDL']->symbol
      public symbol_direction -> string (4) "left"
      $value['MDL']->symbol_direction
    MGA => stdClass#1591 (9)
    $value['MGA']
    • Properties (9)
    • public code -> string (3) "MGA"
      $value['MGA']->code
      public currency_format -> string (2) "us"
      $value['MGA']->currency_format
      public exchange_rate -> string (13) "4499.72442813"
      $value['MGA']->exchange_rate
      public id -> string (2) "89"
      $value['MGA']->id
      public name -> string (15) "Malagasy Ariary"
      $value['MGA']->name
      public space_money_symbol -> string (1) "0"
      $value['MGA']->space_money_symbol
      public status -> string (1) "0"
      $value['MGA']->status
      public symbol -> string (2) "Ar"
      $value['MGA']->symbol
      public symbol_direction -> string (4) "left"
      $value['MGA']->symbol_direction
    MKD => stdClass#1590 (9)
    $value['MKD']
    • Properties (9)
    • public code -> string (3) "MKD"
      $value['MKD']->code
      public currency_format -> string (2) "us"
      $value['MKD']->currency_format
      public exchange_rate -> string (11) "52.23925377"
      $value['MKD']->exchange_rate
      public id -> string (2) "90"
      $value['MKD']->id
      public name -> string (15) "Macedonia Denar"
      $value['MKD']->name
      public space_money_symbol -> string (1) "0"
      $value['MKD']->space_money_symbol
      public status -> string (1) "0"
      $value['MKD']->status
      public symbol -> UTF-8 string (6) "ден"
      $value['MKD']->symbol
      public symbol_direction -> string (4) "left"
      $value['MKD']->symbol_direction
    MMK => stdClass#1589 (9)
    $value['MMK']
    • Properties (9)
    • public code -> string (3) "MMK"
      $value['MMK']->code
      public currency_format -> string (2) "us"
      $value['MMK']->currency_format
      public exchange_rate -> string (13) "2099.42694908"
      $value['MMK']->exchange_rate
      public id -> string (2) "91"
      $value['MMK']->id
      public name -> string (4) "Kyat"
      $value['MMK']->name
      public space_money_symbol -> string (1) "0"
      $value['MMK']->space_money_symbol
      public status -> string (1) "0"
      $value['MMK']->status
      public symbol -> string (1) "K"
      $value['MMK']->symbol
      public symbol_direction -> string (4) "left"
      $value['MMK']->symbol_direction
    MNT => stdClass#1588 (9)
    $value['MNT']
    • Properties (9)
    • public code -> string (3) "MNT"
      $value['MNT']->code
      public currency_format -> string (2) "us"
      $value['MNT']->currency_format
      public exchange_rate -> string (13) "3585.49359679"
      $value['MNT']->exchange_rate
      public id -> string (2) "92"
      $value['MNT']->id
      public name -> string (16) "Mongolia Tughrik"
      $value['MNT']->name
      public space_money_symbol -> string (1) "0"
      $value['MNT']->space_money_symbol
      public status -> string (1) "0"
      $value['MNT']->status
      public symbol -> UTF-8 string (3) "₮"
      $value['MNT']->symbol
      public symbol_direction -> string (4) "left"
      $value['MNT']->symbol_direction
    MOP => stdClass#1587 (9)
    $value['MOP']
    • Properties (9)
    • public code -> string (3) "MOP"
      $value['MOP']->code
      public currency_format -> string (2) "us"
      $value['MOP']->currency_format
      public exchange_rate -> string (10) "8.08507078"
      $value['MOP']->exchange_rate
      public id -> string (2) "93"
      $value['MOP']->id
      public name -> string (6) "Pataca"
      $value['MOP']->name
      public space_money_symbol -> string (1) "0"
      $value['MOP']->space_money_symbol
      public status -> string (1) "0"
      $value['MOP']->status
      public symbol -> string (4) "MOP$"
      $value['MOP']->symbol
      public symbol_direction -> string (4) "left"
      $value['MOP']->symbol_direction
    MRO => stdClass#1586 (9)
    $value['MRO']
    • Properties (9)
    • public code -> string (3) "MRO"
      $value['MRO']->code
      public currency_format -> string (2) "us"
      $value['MRO']->currency_format
      public exchange_rate -> string (12) "356.99995078"
      $value['MRO']->exchange_rate
      public id -> string (2) "94"
      $value['MRO']->id
      public name -> string (19) "Mauritanian Ouguiya"
      $value['MRO']->name
      public space_money_symbol -> string (1) "0"
      $value['MRO']->space_money_symbol
      public status -> string (1) "0"
      $value['MRO']->status
      public symbol -> string (2) "UM"
      $value['MRO']->symbol
      public symbol_direction -> string (4) "left"
      $value['MRO']->symbol_direction
    MUR => stdClass#1585 (9)
    $value['MUR']
    • Properties (9)
    • public code -> string (3) "MUR"
      $value['MUR']->code
      public currency_format -> string (2) "us"
      $value['MUR']->currency_format
      public exchange_rate -> string (11) "44.95038224"
      $value['MUR']->exchange_rate
      public id -> string (2) "95"
      $value['MUR']->id
      public name -> string (15) "Mauritius Rupee"
      $value['MUR']->name
      public space_money_symbol -> string (1) "0"
      $value['MUR']->space_money_symbol
      public status -> string (1) "0"
      $value['MUR']->status
      public symbol -> UTF-8 string (3) "₨"
      $value['MUR']->symbol
      public symbol_direction -> string (4) "left"
      $value['MUR']->symbol_direction
    MVR => stdClass#1584 (9)
    $value['MVR']
    • Properties (9)
    • public code -> string (3) "MVR"
      $value['MVR']->code
      public currency_format -> string (2) "us"
      $value['MVR']->currency_format
      public exchange_rate -> string (11) "15.40373963"
      $value['MVR']->exchange_rate
      public id -> string (2) "96"
      $value['MVR']->id
      public name -> string (7) "Rufiyaa"
      $value['MVR']->name
      public space_money_symbol -> string (1) "0"
      $value['MVR']->space_money_symbol
      public status -> string (1) "0"
      $value['MVR']->status
      public symbol -> UTF-8 string (3) ".ރ"
      $value['MVR']->symbol
      public symbol_direction -> string (4) "left"
      $value['MVR']->symbol_direction
    MWK => stdClass#1583 (9)
    $value['MWK']
    • Properties (9)
    • public code -> string (3) "MWK"
      $value['MWK']->code
      public currency_format -> string (2) "us"
      $value['MWK']->currency_format
      public exchange_rate -> string (13) "1734.00701318"
      $value['MWK']->exchange_rate
      public id -> string (2) "97"
      $value['MWK']->id
      public name -> string (6) "Kwacha"
      $value['MWK']->name
      public space_money_symbol -> string (1) "0"
      $value['MWK']->space_money_symbol
      public status -> string (1) "0"
      $value['MWK']->status
      public symbol -> string (2) "MK"
      $value['MWK']->symbol
      public symbol_direction -> string (4) "left"
      $value['MWK']->symbol_direction
    MXN => stdClass#1582 (9)
    $value['MXN']
    • Properties (9)
    • public code -> string (3) "MXN"
      $value['MXN']->code
      public currency_format -> string (2) "us"
      $value['MXN']->currency_format
      public exchange_rate -> string (11) "18.63095189"
      $value['MXN']->exchange_rate
      public id -> string (2) "98"
      $value['MXN']->id
      public name -> string (11) "Mexico Peso"
      $value['MXN']->name
      public space_money_symbol -> string (1) "0"
      $value['MXN']->space_money_symbol
      public status -> string (1) "0"
      $value['MXN']->status
      public symbol -> string (1) "$"
      $value['MXN']->symbol
      public symbol_direction -> string (4) "left"
      $value['MXN']->symbol_direction
    MYR => stdClass#1581 (9)
    $value['MYR']
    • Properties (9)
    • public code -> string (3) "MYR"
      $value['MYR']->code
      public currency_format -> string (2) "us"
      $value['MYR']->currency_format
      public exchange_rate -> string (10) "4.22103869"
      $value['MYR']->exchange_rate
      public id -> string (2) "99"
      $value['MYR']->id
      public name -> string (16) "Malaysia Ringgit"
      $value['MYR']->name
      public space_money_symbol -> string (1) "0"
      $value['MYR']->space_money_symbol
      public status -> string (1) "0"
      $value['MYR']->status
      public symbol -> string (2) "RM"
      $value['MYR']->symbol
      public symbol_direction -> string (4) "left"
      $value['MYR']->symbol_direction
    MZN => stdClass#1580 (9)
    $value['MZN']
    • Properties (9)
    • public code -> string (3) "MZN"
      $value['MZN']->code
      public currency_format -> string (2) "us"
      $value['MZN']->currency_format
      public exchange_rate -> string (11) "63.96038203"
      $value['MZN']->exchange_rate
      public id -> string (3) "100"
      $value['MZN']->id
      public name -> string (18) "Mozambique Metical"
      $value['MZN']->name
      public space_money_symbol -> string (1) "0"
      $value['MZN']->space_money_symbol
      public status -> string (1) "0"
      $value['MZN']->status
      public symbol -> string (2) "MT"
      $value['MZN']->symbol
      public symbol_direction -> string (4) "left"
      $value['MZN']->symbol_direction
    NAD => stdClass#1579 (9)
    $value['NAD']
    • Properties (9)
    • public code -> string (3) "NAD"
      $value['NAD']->code
      public currency_format -> string (2) "us"
      $value['NAD']->currency_format
      public exchange_rate -> string (11) "17.58959272"
      $value['NAD']->exchange_rate
      public id -> string (3) "101"
      $value['NAD']->id
      public name -> string (14) "Namibia Dollar"
      $value['NAD']->name
      public space_money_symbol -> string (1) "0"
      $value['NAD']->space_money_symbol
      public status -> string (1) "0"
      $value['NAD']->status
      public symbol -> string (1) "$"
      $value['NAD']->symbol
      public symbol_direction -> string (4) "left"
      $value['NAD']->symbol_direction
    NGN => stdClass#1578 (9)
    $value['NGN']
    • Properties (9)
    • public code -> string (3) "NGN"
      $value['NGN']->code
      public currency_format -> string (2) "us"
      $value['NGN']->currency_format
      public exchange_rate -> string (13) "1529.94049706"
      $value['NGN']->exchange_rate
      public id -> string (3) "102"
      $value['NGN']->id
      public name -> string (13) "Nigeria Naira"
      $value['NGN']->name
      public space_money_symbol -> string (1) "0"
      $value['NGN']->space_money_symbol
      public status -> string (1) "0"
      $value['NGN']->status
      public symbol -> UTF-8 string (3) "₦"
      $value['NGN']->symbol
      public symbol_direction -> string (4) "left"
      $value['NGN']->symbol_direction
    NIO => stdClass#1577 (9)
    $value['NIO']
    • Properties (9)
    • public code -> string (3) "NIO"
      $value['NIO']->code
      public currency_format -> string (2) "us"
      $value['NIO']->currency_format
      public exchange_rate -> string (11) "36.79585967"
      $value['NIO']->exchange_rate
      public id -> string (3) "103"
      $value['NIO']->id
      public name -> string (17) "Nicaragua Cordoba"
      $value['NIO']->name
      public space_money_symbol -> string (1) "0"
      $value['NIO']->space_money_symbol
      public status -> string (1) "0"
      $value['NIO']->status
      public symbol -> string (2) "C$"
      $value['NIO']->symbol
      public symbol_direction -> string (4) "left"
      $value['NIO']->symbol_direction
    NOK => stdClass#1576 (9)
    $value['NOK']
    • Properties (9)
    • public code -> string (3) "NOK"
      $value['NOK']->code
      public currency_format -> string (2) "us"
      $value['NOK']->currency_format
      public exchange_rate -> string (11) "10.08650466"
      $value['NOK']->exchange_rate
      public id -> string (3) "104"
      $value['NOK']->id
      public name -> string (12) "Norway Krone"
      $value['NOK']->name
      public space_money_symbol -> string (1) "0"
      $value['NOK']->space_money_symbol
      public status -> string (1) "0"
      $value['NOK']->status
      public symbol -> string (2) "kr"
      $value['NOK']->symbol
      public symbol_direction -> string (4) "left"
      $value['NOK']->symbol_direction
    NPR => stdClass#1575 (9)
    $value['NPR']
    • Properties (9)
    • public code -> string (3) "NPR"
      $value['NPR']->code
      public currency_format -> string (2) "us"
      $value['NPR']->currency_format
      public exchange_rate -> string (12) "136.54286393"
      $value['NPR']->exchange_rate
      public id -> string (3) "105"
      $value['NPR']->id
      public name -> string (11) "Nepal Rupee"
      $value['NPR']->name
      public space_money_symbol -> string (1) "0"
      $value['NPR']->space_money_symbol
      public status -> string (1) "0"
      $value['NPR']->status
      public symbol -> UTF-8 string (3) "₨"
      $value['NPR']->symbol
      public symbol_direction -> string (4) "left"
      $value['NPR']->symbol_direction
    NZD => stdClass#1574 (9)
    $value['NZD']
    • Properties (9)
    • public code -> string (3) "NZD"
      $value['NZD']->code
      public currency_format -> string (2) "us"
      $value['NZD']->currency_format
      public exchange_rate -> string (9) "1.6470395"
      $value['NZD']->exchange_rate
      public id -> string (3) "106"
      $value['NZD']->id
      public name -> string (18) "New Zealand Dollar"
      $value['NZD']->name
      public space_money_symbol -> string (1) "0"
      $value['NZD']->space_money_symbol
      public status -> string (1) "0"
      $value['NZD']->status
      public symbol -> string (1) "$"
      $value['NZD']->symbol
      public symbol_direction -> string (4) "left"
      $value['NZD']->symbol_direction
    OMR => stdClass#1573 (9)
    $value['OMR']
    • Properties (9)
    • public code -> string (3) "OMR"
      $value['OMR']->code
      public currency_format -> string (2) "us"
      $value['OMR']->currency_format
      public exchange_rate -> string (9) "0.3837842"
      $value['OMR']->exchange_rate
      public id -> string (3) "107"
      $value['OMR']->id
      public name -> string (9) "Oman Rial"
      $value['OMR']->name
      public space_money_symbol -> string (1) "0"
      $value['OMR']->space_money_symbol
      public status -> string (1) "0"
      $value['OMR']->status
      public symbol -> UTF-8 string (3) "﷼"
      $value['OMR']->symbol
      public symbol_direction -> string (4) "left"
      $value['OMR']->symbol_direction
    PAB => stdClass#1572 (9)
    $value['PAB']
    • Properties (9)
    • public code -> string (3) "PAB"
      $value['PAB']->code
      public currency_format -> string (2) "us"
      $value['PAB']->currency_format
      public exchange_rate -> string (10) "0.99995755"
      $value['PAB']->exchange_rate
      public id -> string (3) "108"
      $value['PAB']->id
      public name -> string (13) "Panama Balboa"
      $value['PAB']->name
      public space_money_symbol -> string (1) "0"
      $value['PAB']->space_money_symbol
      public status -> string (1) "0"
      $value['PAB']->status
      public symbol -> string (3) "B/."
      $value['PAB']->symbol
      public symbol_direction -> string (4) "left"
      $value['PAB']->symbol_direction
    PEN => stdClass#1571 (9)
    $value['PEN']
    • Properties (9)
    • public code -> string (3) "PEN"
      $value['PEN']->code
      public currency_format -> string (2) "us"
      $value['PEN']->currency_format
      public exchange_rate -> string (10) "3.54578263"
      $value['PEN']->exchange_rate
      public id -> string (3) "109"
      $value['PEN']->id
      public name -> string (14) "Peru Nuevo Sol"
      $value['PEN']->name
      public space_money_symbol -> string (1) "0"
      $value['PEN']->space_money_symbol
      public status -> string (1) "0"
      $value['PEN']->status
      public symbol -> string (3) "S/."
      $value['PEN']->symbol
      public symbol_direction -> string (4) "left"
      $value['PEN']->symbol_direction
    PGK => stdClass#1570 (9)
    $value['PGK']
    • Properties (9)
    • public code -> string (3) "PGK"
      $value['PGK']->code
      public currency_format -> string (2) "us"
      $value['PGK']->currency_format
      public exchange_rate -> string (10) "4.13040728"
      $value['PGK']->exchange_rate
      public id -> string (3) "110"
      $value['PGK']->id
      public name -> string (4) "Kina"
      $value['PGK']->name
      public space_money_symbol -> string (1) "0"
      $value['PGK']->space_money_symbol
      public status -> string (1) "0"
      $value['PGK']->status
      public symbol -> string (1) "K"
      $value['PGK']->symbol
      public symbol_direction -> string (4) "left"
      $value['PGK']->symbol_direction
    PHP => stdClass#1569 (9)
    $value['PHP']
    • Properties (9)
    • public code -> string (3) "PHP"
      $value['PHP']->code
      public currency_format -> string (2) "us"
      $value['PHP']->currency_format
      public exchange_rate -> string (11) "56.51504298"
      $value['PHP']->exchange_rate
      public id -> string (3) "111"
      $value['PHP']->id
      public name -> string (16) "Philippines Peso"
      $value['PHP']->name
      public space_money_symbol -> string (1) "0"
      $value['PHP']->space_money_symbol
      public status -> string (1) "0"
      $value['PHP']->status
      public symbol -> UTF-8 string (3) "₱"
      $value['PHP']->symbol
      public symbol_direction -> string (4) "left"
      $value['PHP']->symbol_direction
    PKR => stdClass#1568 (9)
    $value['PKR']
    • Properties (9)
    • public code -> string (3) "PKR"
      $value['PKR']->code
      public currency_format -> string (2) "us"
      $value['PKR']->currency_format
      public exchange_rate -> string (12) "283.85993675"
      $value['PKR']->exchange_rate
      public id -> string (3) "112"
      $value['PKR']->id
      public name -> string (14) "Pakistan Rupee"
      $value['PKR']->name
      public space_money_symbol -> string (1) "0"
      $value['PKR']->space_money_symbol
      public status -> string (1) "0"
      $value['PKR']->status
      public symbol -> UTF-8 string (3) "₨"
      $value['PKR']->symbol
      public symbol_direction -> string (4) "left"
      $value['PKR']->symbol_direction
    PLN => stdClass#1567 (9)
    $value['PLN']
    • Properties (9)
    • public code -> string (3) "PLN"
      $value['PLN']->code
      public currency_format -> string (2) "us"
      $value['PLN']->currency_format
      public exchange_rate -> string (10) "3.60285078"
      $value['PLN']->exchange_rate
      public id -> string (3) "113"
      $value['PLN']->id
      public name -> string (12) "Poland Zloty"
      $value['PLN']->name
      public space_money_symbol -> string (1) "0"
      $value['PLN']->space_money_symbol
      public status -> string (1) "0"
      $value['PLN']->status
      public symbol -> UTF-8 string (3) "zł"
      $value['PLN']->symbol
      public symbol_direction -> string (4) "left"
      $value['PLN']->symbol_direction
    PYG => stdClass#1566 (9)
    $value['PYG']
    • Properties (9)
    • public code -> string (3) "PYG"
      $value['PYG']->code
      public currency_format -> string (2) "us"
      $value['PYG']->currency_format
      public exchange_rate -> string (13) "7968.75726044"
      $value['PYG']->exchange_rate
      public id -> string (3) "114"
      $value['PYG']->id
      public name -> string (16) "Paraguay Guarani"
      $value['PYG']->name
      public space_money_symbol -> string (1) "0"
      $value['PYG']->space_money_symbol
      public status -> string (1) "0"
      $value['PYG']->status
      public symbol -> string (2) "Gs"
      $value['PYG']->symbol
      public symbol_direction -> string (4) "left"
      $value['PYG']->symbol_direction
    QAR => stdClass#1565 (9)
    $value['QAR']
    • Properties (9)
    • public code -> string (3) "QAR"
      $value['QAR']->code
      public currency_format -> string (2) "us"
      $value['QAR']->currency_format
      public exchange_rate -> string (10) "3.65470977"
      $value['QAR']->exchange_rate
      public id -> string (3) "115"
      $value['QAR']->id
      public name -> string (11) "Qatar Riyal"
      $value['QAR']->name
      public space_money_symbol -> string (1) "0"
      $value['QAR']->space_money_symbol
      public status -> string (1) "0"
      $value['QAR']->status
      public symbol -> UTF-8 string (3) "﷼"
      $value['QAR']->symbol
      public symbol_direction -> string (4) "left"
      $value['QAR']->symbol_direction
    RON => stdClass#1564 (9)
    $value['RON']
    • Properties (9)
    • public code -> string (3) "RON"
      $value['RON']->code
      public currency_format -> string (2) "us"
      $value['RON']->currency_format
      public exchange_rate -> string (10) "4.29490417"
      $value['RON']->exchange_rate
      public id -> string (3) "116"
      $value['RON']->id
      public name -> string (15) "Romania New Leu"
      $value['RON']->name
      public space_money_symbol -> string (1) "0"
      $value['RON']->space_money_symbol
      public status -> string (1) "0"
      $value['RON']->status
      public symbol -> string (3) "lei"
      $value['RON']->symbol
      public symbol_direction -> string (4) "left"
      $value['RON']->symbol_direction
    RSD => stdClass#1563 (9)
    $value['RSD']
    • Properties (9)
    • public code -> string (3) "RSD"
      $value['RSD']->code
      public currency_format -> string (2) "us"
      $value['RSD']->currency_format
      public exchange_rate -> string (11) "99.48636034"
      $value['RSD']->exchange_rate
      public id -> string (3) "117"
      $value['RSD']->id
      public name -> string (12) "Serbia Dinar"
      $value['RSD']->name
      public space_money_symbol -> string (1) "0"
      $value['RSD']->space_money_symbol
      public status -> string (1) "0"
      $value['RSD']->status
      public symbol -> UTF-8 string (7) "Дин."
      $value['RSD']->symbol
      public symbol_direction -> string (4) "left"
      $value['RSD']->symbol_direction
    RWF => stdClass#1562 (9)
    $value['RWF']
    • Properties (9)
    • public code -> string (3) "RWF"
      $value['RWF']->code
      public currency_format -> string (2) "us"
      $value['RWF']->currency_format
      public exchange_rate -> string (12) "1437.4497035"
      $value['RWF']->exchange_rate
      public id -> string (3) "119"
      $value['RWF']->id
      public name -> string (12) "Rwanda Franc"
      $value['RWF']->name
      public space_money_symbol -> string (1) "0"
      $value['RWF']->space_money_symbol
      public status -> string (1) "0"
      $value['RWF']->status
      public symbol -> UTF-8 string (5) "ر.س"
      $value['RWF']->symbol
      public symbol_direction -> string (4) "left"
      $value['RWF']->symbol_direction
    SBD => stdClass#1561 (9)
    $value['SBD']
    • Properties (9)
    • public code -> string (3) "SBD"
      $value['SBD']->code
      public currency_format -> string (2) "us"
      $value['SBD']->currency_format
      public exchange_rate -> string (10) "8.33692468"
      $value['SBD']->exchange_rate
      public id -> string (3) "121"
      $value['SBD']->id
      public name -> string (22) "Solomon Islands Dollar"
      $value['SBD']->name
      public space_money_symbol -> string (1) "0"
      $value['SBD']->space_money_symbol
      public status -> string (1) "0"
      $value['SBD']->status
      public symbol -> string (1) "$"
      $value['SBD']->symbol
      public symbol_direction -> string (4) "left"
      $value['SBD']->symbol_direction
    SCR => stdClass#1560 (9)
    $value['SCR']
    • Properties (9)
    • public code -> string (3) "SCR"
      $value['SCR']->code
      public currency_format -> string (2) "us"
      $value['SCR']->currency_format
      public exchange_rate -> string (11) "14.08583569"
      $value['SCR']->exchange_rate
      public id -> string (3) "122"
      $value['SCR']->id
      public name -> string (16) "Seychelles Rupee"
      $value['SCR']->name
      public space_money_symbol -> string (1) "0"
      $value['SCR']->space_money_symbol
      public status -> string (1) "0"
      $value['SCR']->status
      public symbol -> UTF-8 string (3) "₨"
      $value['SCR']->symbol
      public symbol_direction -> string (4) "left"
      $value['SCR']->symbol_direction
    SDG => stdClass#1559 (9)
    $value['SDG']
    • Properties (9)
    • public code -> string (3) "SDG"
      $value['SDG']->code
      public currency_format -> string (2) "us"
      $value['SDG']->currency_format
      public exchange_rate -> string (12) "600.50372307"
      $value['SDG']->exchange_rate
      public id -> string (3) "123"
      $value['SDG']->id
      public name -> string (14) "Sudanese Pound"
      $value['SDG']->name
      public space_money_symbol -> string (1) "0"
      $value['SDG']->space_money_symbol
      public status -> string (1) "0"
      $value['SDG']->status
      public symbol -> UTF-8 string (2) "£"
      $value['SDG']->symbol
      public symbol_direction -> string (4) "left"
      $value['SDG']->symbol_direction
    SEK => stdClass#1558 (9)
    $value['SEK']
    • Properties (9)
    • public code -> string (3) "SEK"
      $value['SEK']->code
      public currency_format -> string (2) "us"
      $value['SEK']->currency_format
      public exchange_rate -> string (10) "9.56290426"
      $value['SEK']->exchange_rate
      public id -> string (3) "124"
      $value['SEK']->id
      public name -> string (12) "Sweden Krona"
      $value['SEK']->name
      public space_money_symbol -> string (1) "0"
      $value['SEK']->space_money_symbol
      public status -> string (1) "0"
      $value['SEK']->status
      public symbol -> string (2) "kr"
      $value['SEK']->symbol
      public symbol_direction -> string (4) "left"
      $value['SEK']->symbol_direction
    SGD => stdClass#1557 (9)
    $value['SGD']
    • Properties (9)
    • public code -> string (3) "SGD"
      $value['SGD']->code
      public currency_format -> string (2) "us"
      $value['SGD']->currency_format
      public exchange_rate -> string (10) "1.27350383"
      $value['SGD']->exchange_rate
      public id -> string (3) "125"
      $value['SGD']->id
      public name -> string (16) "Singapore Dollar"
      $value['SGD']->name
      public space_money_symbol -> string (1) "0"
      $value['SGD']->space_money_symbol
      public status -> string (1) "0"
      $value['SGD']->status
      public symbol -> string (1) "$"
      $value['SGD']->symbol
      public symbol_direction -> string (4) "left"
      $value['SGD']->symbol_direction
    SHP => stdClass#1556 (9)
    $value['SHP']
    • Properties (9)
    • public code -> string (3) "SHP"
      $value['SHP']->code
      public currency_format -> string (2) "us"
      $value['SHP']->currency_format
      public exchange_rate -> string (9) "0.7858429"
      $value['SHP']->exchange_rate
      public id -> string (3) "126"
      $value['SHP']->id
      public name -> string (18) "Saint Helena Pound"
      $value['SHP']->name
      public space_money_symbol -> string (1) "0"
      $value['SHP']->space_money_symbol
      public status -> string (1) "0"
      $value['SHP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['SHP']->symbol
      public symbol_direction -> string (4) "left"
      $value['SHP']->symbol_direction
    SLL => stdClass#1555 (9)
    $value['SLL']
    • Properties (9)
    • public code -> string (3) "SLL"
      $value['SLL']->code
      public currency_format -> string (2) "us"
      $value['SLL']->currency_format
      public exchange_rate -> string (14) "20969.50531655"
      $value['SLL']->exchange_rate
      public id -> string (3) "127"
      $value['SLL']->id
      public name -> string (5) "Leone"
      $value['SLL']->name
      public space_money_symbol -> string (1) "0"
      $value['SLL']->space_money_symbol
      public status -> string (1) "0"
      $value['SLL']->status
      public symbol -> string (2) "Le"
      $value['SLL']->symbol
      public symbol_direction -> string (4) "left"
      $value['SLL']->symbol_direction
    SOS => stdClass#1554 (9)
    $value['SOS']
    • Properties (9)
    • public code -> string (3) "SOS"
      $value['SOS']->code
      public currency_format -> string (2) "us"
      $value['SOS']->currency_format
      public exchange_rate -> string (12) "571.46500244"
      $value['SOS']->exchange_rate
      public id -> string (3) "128"
      $value['SOS']->id
      public name -> string (16) "Somalia Shilling"
      $value['SOS']->name
      public space_money_symbol -> string (1) "0"
      $value['SOS']->space_money_symbol
      public status -> string (1) "0"
      $value['SOS']->status
      public symbol -> string (1) "S"
      $value['SOS']->symbol
      public symbol_direction -> string (4) "left"
      $value['SOS']->symbol_direction
    SRD => stdClass#1553 (9)
    $value['SRD']
    • Properties (9)
    • public code -> string (3) "SRD"
      $value['SRD']->code
      public currency_format -> string (2) "us"
      $value['SRD']->currency_format
      public exchange_rate -> string (11) "37.38504064"
      $value['SRD']->exchange_rate
      public id -> string (3) "129"
      $value['SRD']->id
      public name -> string (15) "Suriname Dollar"
      $value['SRD']->name
      public space_money_symbol -> string (1) "0"
      $value['SRD']->space_money_symbol
      public status -> string (1) "0"
      $value['SRD']->status
      public symbol -> string (1) "$"
      $value['SRD']->symbol
      public symbol_direction -> string (4) "left"
      $value['SRD']->symbol_direction
    STD => stdClass#1552 (9)
    $value['STD']
    • Properties (9)
    • public code -> string (3) "STD"
      $value['STD']->code
      public currency_format -> string (2) "us"
      $value['STD']->currency_format
      public exchange_rate -> string (14) "20697.98263896"
      $value['STD']->exchange_rate
      public id -> string (3) "130"
      $value['STD']->id
      public name -> UTF-8 string (30) "São Tomé and Príncipe Dobra"
      $value['STD']->name
      public space_money_symbol -> string (1) "0"
      $value['STD']->space_money_symbol
      public status -> string (1) "0"
      $value['STD']->status
      public symbol -> string (2) "Db"
      $value['STD']->symbol
      public symbol_direction -> string (4) "left"
      $value['STD']->symbol_direction
    SVC => stdClass#1551 (9)
    $value['SVC']
    • Properties (9)
    • public code -> string (3) "SVC"
      $value['SVC']->code
      public currency_format -> string (2) "us"
      $value['SVC']->currency_format
      public exchange_rate -> string (10) "8.74984146"
      $value['SVC']->exchange_rate
      public id -> string (3) "131"
      $value['SVC']->id
      public name -> UTF-8 string (17) "Salvadoran Colón"
      $value['SVC']->name
      public space_money_symbol -> string (1) "0"
      $value['SVC']->space_money_symbol
      public status -> string (1) "0"
      $value['SVC']->status
      public symbol -> string (1) "$"
      $value['SVC']->symbol
      public symbol_direction -> string (4) "left"
      $value['SVC']->symbol_direction
    SYP => stdClass#1550 (9)
    $value['SYP']
    • Properties (9)
    • public code -> string (3) "SYP"
      $value['SYP']->code
      public currency_format -> string (2) "us"
      $value['SYP']->currency_format
      public exchange_rate -> string (14) "13001.85621241"
      $value['SYP']->exchange_rate
      public id -> string (3) "132"
      $value['SYP']->id
      public name -> string (12) "Syrian Pound"
      $value['SYP']->name
      public space_money_symbol -> string (1) "0"
      $value['SYP']->space_money_symbol
      public status -> string (1) "0"
      $value['SYP']->status
      public symbol -> UTF-8 string (2) "£"
      $value['SYP']->symbol
      public symbol_direction -> string (4) "left"
      $value['SYP']->symbol_direction
    SZL => stdClass#1549 (9)
    $value['SZL']
    • Properties (9)
    • public code -> string (3) "SZL"
      $value['SZL']->code
      public currency_format -> string (2) "us"
      $value['SZL']->currency_format
      public exchange_rate -> string (11) "17.57609355"
      $value['SZL']->exchange_rate
      public id -> string (3) "133"
      $value['SZL']->id
      public name -> string (15) "Swazi Lilangeni"
      $value['SZL']->name
      public space_money_symbol -> string (1) "0"
      $value['SZL']->space_money_symbol
      public status -> string (1) "0"
      $value['SZL']->status
      public symbol -> string (1) "L"
      $value['SZL']->symbol
      public symbol_direction -> string (4) "left"
      $value['SZL']->symbol_direction
    THB => stdClass#1548 (9)
    $value['THB']
    • Properties (9)
    • public code -> string (3) "THB"
      $value['THB']->code
      public currency_format -> string (2) "us"
      $value['THB']->currency_format
      public exchange_rate -> string (11) "32.36037184"
      $value['THB']->exchange_rate
      public id -> string (3) "134"
      $value['THB']->id
      public name -> string (9) "Thai Baht"
      $value['THB']->name
      public space_money_symbol -> string (1) "0"
      $value['THB']->space_money_symbol
      public status -> string (1) "0"
      $value['THB']->status
      public symbol -> UTF-8 string (3) "฿"
      $value['THB']->symbol
      public symbol_direction -> string (4) "left"
      $value['THB']->symbol_direction
    TJS => stdClass#1547 (9)
    $value['TJS']
    • Properties (9)
    • public code -> string (3) "TJS"
      $value['TJS']->code
      public currency_format -> string (2) "us"
      $value['TJS']->currency_format
      public exchange_rate -> string (10) "9.72449859"
      $value['TJS']->exchange_rate
      public id -> string (3) "135"
      $value['TJS']->id
      public name -> string (18) "Tajikistani Somoni"
      $value['TJS']->name
      public space_money_symbol -> string (1) "0"
      $value['TJS']->space_money_symbol
      public status -> string (1) "0"
      $value['TJS']->status
      public symbol -> string (3) "TJS"
      $value['TJS']->symbol
      public symbol_direction -> string (4) "left"
      $value['TJS']->symbol_direction
    TMT => stdClass#1546 (9)
    $value['TMT']
    • Properties (9)
    • public code -> string (3) "TMT"
      $value['TMT']->code
      public currency_format -> string (2) "us"
      $value['TMT']->currency_format
      public exchange_rate -> string (10) "3.51000021"
      $value['TMT']->exchange_rate
      public id -> string (3) "136"
      $value['TMT']->id
      public name -> string (19) "Turkmenistani Manat"
      $value['TMT']->name
      public space_money_symbol -> string (1) "0"
      $value['TMT']->space_money_symbol
      public status -> string (1) "0"
      $value['TMT']->status
      public symbol -> string (1) "m"
      $value['TMT']->symbol
      public symbol_direction -> string (4) "left"
      $value['TMT']->symbol_direction
    TND => stdClass#1545 (9)
    $value['TND']
    • Properties (9)
    • public code -> string (3) "TND"
      $value['TND']->code
      public currency_format -> string (2) "us"
      $value['TND']->currency_format
      public exchange_rate -> string (9) "2.9134444"
      $value['TND']->exchange_rate
      public id -> string (3) "137"
      $value['TND']->id
      public name -> string (14) "Tunisian Dinar"
      $value['TND']->name
      public space_money_symbol -> string (1) "0"
      $value['TND']->space_money_symbol
      public status -> string (1) "0"
      $value['TND']->status
      public symbol -> UTF-8 string (5) "د.ت"
      $value['TND']->symbol
      public symbol_direction -> string (4) "left"
      $value['TND']->symbol_direction
    TOP => stdClass#1544 (9)
    $value['TOP']
    • Properties (9)
    • public code -> string (3) "TOP"
      $value['TOP']->code
      public currency_format -> string (2) "us"
      $value['TOP']->currency_format
      public exchange_rate -> string (10) "2.34210412"
      $value['TOP']->exchange_rate
      public id -> string (3) "138"
      $value['TOP']->id
      public name -> UTF-8 string (16) "Tongan Pa’anga"
      $value['TOP']->name
      public space_money_symbol -> string (1) "0"
      $value['TOP']->space_money_symbol
      public status -> string (1) "0"
      $value['TOP']->status
      public symbol -> string (2) "T$"
      $value['TOP']->symbol
      public symbol_direction -> string (4) "left"
      $value['TOP']->symbol_direction
    TTD => stdClass#1543 (9)
    $value['TTD']
    • Properties (9)
    • public code -> string (3) "TTD"
      $value['TTD']->code
      public currency_format -> string (2) "us"
      $value['TTD']->currency_format
      public exchange_rate -> string (10) "6.78184859"
      $value['TTD']->exchange_rate
      public id -> string (3) "140"
      $value['TTD']->id
      public name -> string (26) "Trinidad and Tobago Dollar"
      $value['TTD']->name
      public space_money_symbol -> string (1) "0"
      $value['TTD']->space_money_symbol
      public status -> string (1) "0"
      $value['TTD']->status
      public symbol -> string (1) "$"
      $value['TTD']->symbol
      public symbol_direction -> string (4) "left"
      $value['TTD']->symbol_direction
    TWD => stdClass#1542 (9)
    $value['TWD']
    • Properties (9)
    • public code -> string (3) "TWD"
      $value['TWD']->code
      public currency_format -> string (2) "us"
      $value['TWD']->currency_format
      public exchange_rate -> string (10) "28.9380402"
      $value['TWD']->exchange_rate
      public id -> string (3) "141"
      $value['TWD']->id
      public name -> string (17) "New Taiwan Dollar"
      $value['TWD']->name
      public space_money_symbol -> string (1) "0"
      $value['TWD']->space_money_symbol
      public status -> string (1) "0"
      $value['TWD']->status
      public symbol -> string (3) "NT$"
      $value['TWD']->symbol
      public symbol_direction -> string (4) "left"
      $value['TWD']->symbol_direction
    TZS => stdClass#1541 (9)
    $value['TZS']
    • Properties (9)
    • public code -> string (3) "TZS"
      $value['TZS']->code
      public currency_format -> string (2) "us"
      $value['TZS']->currency_format
      public exchange_rate -> string (13) "2640.06473247"
      $value['TZS']->exchange_rate
      public id -> string (3) "142"
      $value['TZS']->id
      public name -> string (18) "Tanzanian Shilling"
      $value['TZS']->name
      public space_money_symbol -> string (1) "0"
      $value['TZS']->space_money_symbol
      public status -> string (1) "0"
      $value['TZS']->status
      public symbol -> string (3) "TZS"
      $value['TZS']->symbol
      public symbol_direction -> string (4) "left"
      $value['TZS']->symbol_direction
    UAH => stdClass#1540 (9)
    $value['UAH']
    • Properties (9)
    • public code -> string (3) "UAH"
      $value['UAH']->code
      public currency_format -> string (2) "us"
      $value['UAH']->currency_format
      public exchange_rate -> string (11) "41.70310673"
      $value['UAH']->exchange_rate
      public id -> string (3) "143"
      $value['UAH']->id
      public name -> string (17) "Ukrainian Hryvnia"
      $value['UAH']->name
      public space_money_symbol -> string (1) "0"
      $value['UAH']->space_money_symbol
      public status -> string (1) "0"
      $value['UAH']->status
      public symbol -> UTF-8 string (3) "₴"
      $value['UAH']->symbol
      public symbol_direction -> string (4) "left"
      $value['UAH']->symbol_direction
    UGX => stdClass#1539 (9)
    $value['UGX']
    • Properties (9)
    • public code -> string (3) "UGX"
      $value['UGX']->code
      public currency_format -> string (2) "us"
      $value['UGX']->currency_format
      public exchange_rate -> string (13) "3587.04447312"
      $value['UGX']->exchange_rate
      public id -> string (3) "144"
      $value['UGX']->id
      public name -> string (16) "Ugandan Shilling"
      $value['UGX']->name
      public space_money_symbol -> string (1) "0"
      $value['UGX']->space_money_symbol
      public status -> string (1) "0"
      $value['UGX']->status
      public symbol -> string (3) "USh"
      $value['UGX']->symbol
      public symbol_direction -> string (4) "left"
      $value['UGX']->symbol_direction
    UYU => stdClass#1538 (9)
    $value['UYU']
    • Properties (9)
    • public code -> string (3) "UYU"
      $value['UYU']->code
      public currency_format -> string (2) "us"
      $value['UYU']->currency_format
      public exchange_rate -> string (11) "40.13244816"
      $value['UYU']->exchange_rate
      public id -> string (3) "145"
      $value['UYU']->id
      public name -> string (14) "Uruguayan Peso"
      $value['UYU']->name
      public space_money_symbol -> string (1) "0"
      $value['UYU']->space_money_symbol
      public status -> string (1) "0"
      $value['UYU']->status
      public symbol -> string (2) "$U"
      $value['UYU']->symbol
      public symbol_direction -> string (4) "left"
      $value['UYU']->symbol_direction
    UZS => stdClass#1537 (9)
    $value['UZS']
    • Properties (9)
    • public code -> string (3) "UZS"
      $value['UZS']->code
      public currency_format -> string (2) "us"
      $value['UZS']->currency_format
      public exchange_rate -> string (14) "12556.77816839"
      $value['UZS']->exchange_rate
      public id -> string (3) "146"
      $value['UZS']->id
      public name -> string (15) "Uzbekistani Som"
      $value['UZS']->name
      public space_money_symbol -> string (1) "0"
      $value['UZS']->space_money_symbol
      public status -> string (1) "0"
      $value['UZS']->status
      public symbol -> UTF-8 string (4) "лв"
      $value['UZS']->symbol
      public symbol_direction -> string (4) "left"
      $value['UZS']->symbol_direction
    VEF => stdClass#1536 (9)
    $value['VEF']
    • Properties (9)
    • public code -> string (3) "VEF"
      $value['VEF']->code
      public currency_format -> string (2) "us"
      $value['VEF']->currency_format
      public exchange_rate -> string (16) "3622553.91471777"
      $value['VEF']->exchange_rate
      public id -> string (3) "147"
      $value['VEF']->id
      public name -> string (18) "Venezuelan Bolivar"
      $value['VEF']->name
      public space_money_symbol -> string (1) "0"
      $value['VEF']->space_money_symbol
      public status -> string (1) "0"
      $value['VEF']->status
      public symbol -> string (2) "Bs"
      $value['VEF']->symbol
      public symbol_direction -> string (4) "left"
      $value['VEF']->symbol_direction
    VND => stdClass#1535 (9)
    $value['VND']
    • Properties (9)
    • public code -> string (3) "VND"
      $value['VND']->code
      public currency_format -> string (2) "us"
      $value['VND']->currency_format
      public exchange_rate -> string (14) "26180.00206295"
      $value['VND']->exchange_rate
      public id -> string (3) "148"
      $value['VND']->id
      public name -> string (15) "Vietnamese Dong"
      $value['VND']->name
      public space_money_symbol -> string (1) "0"
      $value['VND']->space_money_symbol
      public status -> string (1) "0"
      $value['VND']->status
      public symbol -> UTF-8 string (3) "₫"
      $value['VND']->symbol
      public symbol_direction -> string (4) "left"
      $value['VND']->symbol_direction
    VUV => stdClass#1534 (9)
    $value['VUV']
    • Properties (9)
    • public code -> string (3) "VUV"
      $value['VUV']->code
      public currency_format -> string (2) "us"
      $value['VUV']->currency_format
      public exchange_rate -> string (12) "119.12746822"
      $value['VUV']->exchange_rate
      public id -> string (3) "149"
      $value['VUV']->id
      public name -> string (12) "Vanuatu Vatu"
      $value['VUV']->name
      public space_money_symbol -> string (1) "0"
      $value['VUV']->space_money_symbol
      public status -> string (1) "0"
      $value['VUV']->status
      public symbol -> string (2) "VT"
      $value['VUV']->symbol
      public symbol_direction -> string (4) "left"
      $value['VUV']->symbol_direction
    WST => stdClass#1533 (9)
    $value['WST']
    • Properties (9)
    • public code -> string (3) "WST"
      $value['WST']->code
      public currency_format -> string (2) "us"
      $value['WST']->currency_format
      public exchange_rate -> string (10) "2.59497761"
      $value['WST']->exchange_rate
      public id -> string (3) "150"
      $value['WST']->id
      public name -> UTF-8 string (13) "Samoan Tālā"
      $value['WST']->name
      public space_money_symbol -> string (1) "0"
      $value['WST']->space_money_symbol
      public status -> string (1) "0"
      $value['WST']->status
      public symbol -> string (3) "WS$"
      $value['WST']->symbol
      public symbol_direction -> string (4) "left"
      $value['WST']->symbol_direction
    XAF => stdClass#1532 (9)
    $value['XAF']
    • Properties (9)
    • public code -> string (3) "XAF"
      $value['XAF']->code
      public currency_format -> string (2) "us"
      $value['XAF']->currency_format
      public exchange_rate -> string (12) "556.91051637"
      $value['XAF']->exchange_rate
      public id -> string (3) "151"
      $value['XAF']->id
      public name -> string (25) "Central African CFA Franc"
      $value['XAF']->name
      public space_money_symbol -> string (1) "0"
      $value['XAF']->space_money_symbol
      public status -> string (1) "0"
      $value['XAF']->status
      public symbol -> string (4) "FCFA"
      $value['XAF']->symbol
      public symbol_direction -> string (4) "left"
      $value['XAF']->symbol_direction
    XCD => stdClass#1531 (9)
    $value['XCD']
    • Properties (9)
    • public code -> string (3) "XCD"
      $value['XCD']->code
      public currency_format -> string (2) "us"
      $value['XCD']->currency_format
      public exchange_rate -> string (10) "2.70255067"
      $value['XCD']->exchange_rate
      public id -> string (3) "152"
      $value['XCD']->id
      public name -> string (21) "East Caribbean Dollar"
      $value['XCD']->name
      public space_money_symbol -> string (1) "0"
      $value['XCD']->space_money_symbol
      public status -> string (1) "0"
      $value['XCD']->status
      public symbol -> string (1) "$"
      $value['XCD']->symbol
      public symbol_direction -> string (4) "left"
      $value['XCD']->symbol_direction
    XOF => stdClass#1530 (9)
    $value['XOF']
    • Properties (9)
    • public code -> string (3) "XOF"
      $value['XOF']->code
      public currency_format -> string (2) "us"
      $value['XOF']->currency_format
      public exchange_rate -> string (12) "556.91051637"
      $value['XOF']->exchange_rate
      public id -> string (3) "153"
      $value['XOF']->id
      public name -> string (22) "West African CFA Franc"
      $value['XOF']->name
      public space_money_symbol -> string (1) "0"
      $value['XOF']->space_money_symbol
      public status -> string (1) "0"
      $value['XOF']->status
      public symbol -> string (3) "XOF"
      $value['XOF']->symbol
      public symbol_direction -> string (4) "left"
      $value['XOF']->symbol_direction
    XPF => stdClass#1529 (9)
    $value['XPF']
    • Properties (9)
    • public code -> string (3) "XPF"
      $value['XPF']->code
      public currency_format -> string (2) "us"
      $value['XPF']->currency_format
      public exchange_rate -> string (12) "101.30674024"
      $value['XPF']->exchange_rate
      public id -> string (3) "154"
      $value['XPF']->id
      public name -> string (9) "CFP Franc"
      $value['XPF']->name
      public space_money_symbol -> string (1) "0"
      $value['XPF']->space_money_symbol
      public status -> string (1) "0"
      $value['XPF']->status
      public symbol -> string (1) "F"
      $value['XPF']->symbol
      public symbol_direction -> string (4) "left"
      $value['XPF']->symbol_direction
    YER => stdClass#1528 (9)
    $value['YER']
    • Properties (9)
    • public code -> string (3) "YER"
      $value['YER']->code
      public currency_format -> string (2) "us"
      $value['YER']->currency_format
      public exchange_rate -> string (12) "242.15038224"
      $value['YER']->exchange_rate
      public id -> string (3) "155"
      $value['YER']->id
      public name -> string (11) "Yemeni Rial"
      $value['YER']->name
      public space_money_symbol -> string (1) "0"
      $value['YER']->space_money_symbol
      public status -> string (1) "0"
      $value['YER']->status
      public symbol -> UTF-8 string (3) "﷼"
      $value['YER']->symbol
      public symbol_direction -> string (4) "left"
      $value['YER']->symbol_direction
    ZAR => stdClass#1527 (9)
    $value['ZAR']
    • Properties (9)
    • public code -> string (3) "ZAR"
      $value['ZAR']->code
      public currency_format -> string (2) "us"
      $value['ZAR']->currency_format
      public exchange_rate -> string (10) "17.6022616"
      $value['ZAR']->exchange_rate
      public id -> string (3) "156"
      $value['ZAR']->id
      public name -> string (18) "South African Rand"
      $value['ZAR']->name
      public space_money_symbol -> string (1) "0"
      $value['ZAR']->space_money_symbol
      public status -> string (1) "0"
      $value['ZAR']->status
      public symbol -> string (1) "R"
      $value['ZAR']->symbol
      public symbol_direction -> string (4) "left"
      $value['ZAR']->symbol_direction
    ZMK => stdClass#1526 (9)
    $value['ZMK']
    • Properties (9)
    • public code -> string (3) "ZMK"
      $value['ZMK']->code
      public currency_format -> string (2) "us"
      $value['ZMK']->currency_format
      public exchange_rate -> string (13) "9001.20429569"
      $value['ZMK']->exchange_rate
      public id -> string (3) "157"
      $value['ZMK']->id
      public name -> string (14) "Zambian Kwacha"
      $value['ZMK']->name
      public space_money_symbol -> string (1) "0"
      $value['ZMK']->space_money_symbol
      public status -> string (1) "0"
      $value['ZMK']->status
      public symbol -> string (2) "ZK"
      $value['ZMK']->symbol
      public symbol_direction -> string (4) "left"
      $value['ZMK']->symbol_direction
    ZWL => stdClass#1525 (9)
    $value['ZWL']
    • Properties (9)
    • public code -> string (3) "ZWL"
      $value['ZWL']->code
      public currency_format -> string (2) "us"
      $value['ZWL']->currency_format
      public exchange_rate -> string (12) "321.99961712"
      $value['ZWL']->exchange_rate
      public id -> string (3) "158"
      $value['ZWL']->id
      public name -> string (17) "Zimbabwean Dollar"
      $value['ZWL']->name
      public space_money_symbol -> string (1) "0"
      $value['ZWL']->space_money_symbol
      public status -> string (1) "0"
      $value['ZWL']->status
      public symbol -> string (2) "Z$"
      $value['ZWL']->symbol
      public symbol_direction -> string (4) "left"
      $value['ZWL']->symbol_direction
    defaultCurrency
    $value stdClass#185 (9)
    • Properties (9)
    • public code -> string (3) "USD"
      $value->code
      public currency_format -> string (2) "us"
      $value->currency_format
      public exchange_rate -> string (1) "1"
      $value->exchange_rate
      public id -> string (1) "1"
      $value->id
      public name -> string (9) "US Dollar"
      $value->name
      public space_money_symbol -> string (1) "0"
      $value->space_money_symbol
      public status -> string (1) "1"
      $value->status
      public symbol -> string (1) "$"
      $value->symbol
      public symbol_direction -> string (4) "left"
      $value->symbol_direction
    selectedCurrency
    $value stdClass#185 (9)
    • Properties (9)
    • public code -> string (3) "USD"
      $value->code
      public currency_format -> string (2) "us"
      $value->currency_format
      public exchange_rate -> string (1) "1"
      $value->exchange_rate
      public id -> string (1) "1"
      $value->id
      public name -> string (9) "US Dollar"
      $value->name
      public space_money_symbol -> string (1) "0"
      $value->space_money_symbol
      public status -> string (1) "1"
      $value->status
      public symbol -> string (1) "$"
      $value->symbol
      public symbol_direction -> string (4) "left"
      $value->symbol_direction
    activeFonts
    $value array (2)
    site_font => stdClass#117 (8)
    $value['site_font']
    • Properties (8)
    • public font_family -> string (47) "font-family: "Open Sans", Helvetica, sans-serif"
      $value['site_font']->font_family
      public font_key -> string (9) "open-sans"
      $value['site_font']->font_key
      public font_name -> string (9) "Open Sans"
      $value['site_font']->font_name
      public font_source -> string (5) "local"
      $value['site_font']->font_source
      public font_url -> string (109) "<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,70...
      $value['site_font']->font_url
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap" rel="stylesheet">
      
      public has_local_file -> string (1) "1"
      $value['site_font']->has_local_file
      public id -> string (2) "19"
      $value['site_font']->id
      public is_default -> string (1) "0"
      $value['site_font']->is_default
    dashboard_font => stdClass#116 (8)
    $value['dashboard_font']
    • Properties (8)
    • public font_family -> string (45) "font-family: "Poppins", Helvetica, sans-serif"
      $value['dashboard_font']->font_family
      public font_key -> string (7) "poppins"
      $value['dashboard_font']->font_key
      public font_name -> string (7) "Poppins"
      $value['dashboard_font']->font_name
      public font_source -> string (5) "local"
      $value['dashboard_font']->font_source
      public font_url -> string (141) "<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,...
      $value['dashboard_font']->font_url
      <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=devanagari,latin-ext" rel="stylesheet">
      
      
      public has_local_file -> string (1) "1"
      $value['dashboard_font']->has_local_file
      public id -> string (2) "22"
      $value['dashboard_font']->id
      public is_default -> string (1) "0"
      $value['dashboard_font']->is_default
    menuLinks
    $value array (8)
    0 => stdClass#114 (6)
    $value[0]
    • Properties (6)
    • public id -> string (2) "39"
      $value[0]->id
      public location -> string (8) "top_menu"
      $value[0]->location
      public page_default_name -> string (7) "contact"
      $value[0]->page_default_name
      public page_order -> string (1) "1"
      $value[0]->page_order
      public slug -> string (7) "contact"
      $value[0]->slug
      public title -> string (7) "Contact"
      $value[0]->title
    1 => stdClass#113 (6)
    $value[1]
    • Properties (6)
    • public id -> string (2) "40"
      $value[1]->id
      public location -> string (11) "quick_links"
      $value[1]->location
      public page_default_name -> string (4) "blog"
      $value[1]->page_default_name
      public page_order -> string (1) "1"
      $value[1]->page_order
      public slug -> string (4) "blog"
      $value[1]->slug
      public title -> string (4) "Blog"
      $value[1]->title
    2 => stdClass#112 (6)
    $value[2]
    • Properties (6)
    • public id -> string (2) "41"
      $value[2]->id
      public location -> string (11) "quick_links"
      $value[2]->location
      public page_default_name -> string (5) "shops"
      $value[2]->page_default_name
      public page_order -> string (1) "1"
      $value[2]->page_order
      public slug -> string (5) "shops"
      $value[2]->slug
      public title -> string (5) "Shops"
      $value[2]->title
    3 => stdClass#111 (6)
    $value[3]
    • Properties (6)
    • public id -> string (2) "46"
      $value[3]->id
      public location -> string (11) "information"
      $value[3]->location
      public page_default_name -> null
      $value[3]->page_default_name
      public page_order -> string (1) "1"
      $value[3]->page_order
      public slug -> string (13) "about-webaggo"
      $value[3]->slug
      public title -> UTF-8 string (13) "Über Webaggo"
      $value[3]->title
    4 => stdClass#110 (6)
    $value[4]
    • Properties (6)
    • public id -> string (2) "38"
      $value[4]->id
      public location -> string (11) "information"
      $value[4]->location
      public page_default_name -> string (16) "terms_conditions"
      $value[4]->page_default_name
      public page_order -> string (1) "2"
      $value[4]->page_order
      public slug -> string (16) "terms-conditions"
      $value[4]->slug
      public title -> string (11) "Terms & amp"
      $value[4]->title
    5 => stdClass#109 (6)
    $value[5]
    • Properties (6)
    • public id -> string (2) "47"
      $value[5]->id
      public location -> string (11) "information"
      $value[5]->location
      public page_default_name -> null
      $value[5]->page_default_name
      public page_order -> string (1) "3"
      $value[5]->page_order
      public slug -> string (14) "privacy-policy"
      $value[5]->slug
      public title -> string (24) "Datenschutz Bestimmungen"
      $value[5]->title
    6 => stdClass#108 (6)
    $value[6]
    • Properties (6)
    • public id -> string (2) "48"
      $value[6]->id
      public location -> string (11) "information"
      $value[6]->location
      public page_default_name -> null
      $value[6]->page_default_name
      public page_order -> string (1) "4"
      $value[6]->page_order
      public slug -> string (13) "100-guarantee"
      $value[6]->slug
      public title -> string (13) "100% Garantie"
      $value[6]->title
    7 => stdClass#107 (6)
    $value[7]
    • Properties (6)
    • public id -> string (2) "49"
      $value[7]->id
      public location -> string (11) "information"
      $value[7]->location
      public page_default_name -> null
      $value[7]->page_default_name
      public page_order -> string (1) "5"
      $value[7]->page_order
      public slug -> string (4) "dmca"
      $value[7]->slug
      public title -> string (4) "DMCA"
      $value[7]->title
    activeCountries
    $value array (245)
    0 => stdClass#105 (4)
    $value[0]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[0]->continent_code
      public id -> string (1) "1"
      $value[0]->id
      public name -> string (11) "Afghanistan"
      $value[0]->name
      public status -> string (1) "1"
      $value[0]->status
    1 => stdClass#104 (4)
    $value[1]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[1]->continent_code
      public id -> string (1) "2"
      $value[1]->id
      public name -> string (7) "Albania"
      $value[1]->name
      public status -> string (1) "1"
      $value[1]->status
    2 => stdClass#103 (4)
    $value[2]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[2]->continent_code
      public id -> string (1) "3"
      $value[2]->id
      public name -> string (7) "Algeria"
      $value[2]->name
      public status -> string (1) "1"
      $value[2]->status
    3 => stdClass#102 (4)
    $value[3]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[3]->continent_code
      public id -> string (1) "4"
      $value[3]->id
      public name -> string (14) "American Samoa"
      $value[3]->name
      public status -> string (1) "1"
      $value[3]->status
    4 => stdClass#101 (4)
    $value[4]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[4]->continent_code
      public id -> string (1) "5"
      $value[4]->id
      public name -> string (7) "Andorra"
      $value[4]->name
      public status -> string (1) "1"
      $value[4]->status
    5 => stdClass#100 (4)
    $value[5]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[5]->continent_code
      public id -> string (1) "6"
      $value[5]->id
      public name -> string (6) "Angola"
      $value[5]->name
      public status -> string (1) "1"
      $value[5]->status
    6 => stdClass#99 (4)
    $value[6]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[6]->continent_code
      public id -> string (1) "7"
      $value[6]->id
      public name -> string (8) "Anguilla"
      $value[6]->name
      public status -> string (1) "1"
      $value[6]->status
    7 => stdClass#98 (4)
    $value[7]
    • Properties (4)
    • public continent_code -> string (2) "AN"
      $value[7]->continent_code
      public id -> string (1) "8"
      $value[7]->id
      public name -> string (10) "Antarctica"
      $value[7]->name
      public status -> string (1) "1"
      $value[7]->status
    8 => stdClass#97 (4)
    $value[8]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[8]->continent_code
      public id -> string (1) "9"
      $value[8]->id
      public name -> string (19) "Antigua and Barbuda"
      $value[8]->name
      public status -> string (1) "1"
      $value[8]->status
    9 => stdClass#96 (4)
    $value[9]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[9]->continent_code
      public id -> string (2) "10"
      $value[9]->id
      public name -> string (9) "Argentina"
      $value[9]->name
      public status -> string (1) "1"
      $value[9]->status
    10 => stdClass#95 (4)
    $value[10]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[10]->continent_code
      public id -> string (2) "11"
      $value[10]->id
      public name -> string (7) "Armenia"
      $value[10]->name
      public status -> string (1) "1"
      $value[10]->status
    11 => stdClass#94 (4)
    $value[11]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[11]->continent_code
      public id -> string (2) "12"
      $value[11]->id
      public name -> string (5) "Aruba"
      $value[11]->name
      public status -> string (1) "1"
      $value[11]->status
    12 => stdClass#89 (4)
    $value[12]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[12]->continent_code
      public id -> string (2) "13"
      $value[12]->id
      public name -> string (9) "Australia"
      $value[12]->name
      public status -> string (1) "1"
      $value[12]->status
    13 => stdClass#1524 (4)
    $value[13]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[13]->continent_code
      public id -> string (2) "14"
      $value[13]->id
      public name -> string (7) "Austria"
      $value[13]->name
      public status -> string (1) "1"
      $value[13]->status
    14 => stdClass#1523 (4)
    $value[14]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[14]->continent_code
      public id -> string (2) "15"
      $value[14]->id
      public name -> string (10) "Azerbaijan"
      $value[14]->name
      public status -> string (1) "1"
      $value[14]->status
    15 => stdClass#1522 (4)
    $value[15]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[15]->continent_code
      public id -> string (2) "16"
      $value[15]->id
      public name -> string (7) "Bahamas"
      $value[15]->name
      public status -> string (1) "1"
      $value[15]->status
    16 => stdClass#1521 (4)
    $value[16]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[16]->continent_code
      public id -> string (2) "17"
      $value[16]->id
      public name -> string (7) "Bahrain"
      $value[16]->name
      public status -> string (1) "1"
      $value[16]->status
    17 => stdClass#1520 (4)
    $value[17]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[17]->continent_code
      public id -> string (2) "18"
      $value[17]->id
      public name -> string (10) "Bangladesh"
      $value[17]->name
      public status -> string (1) "1"
      $value[17]->status
    18 => stdClass#1519 (4)
    $value[18]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[18]->continent_code
      public id -> string (2) "19"
      $value[18]->id
      public name -> string (8) "Barbados"
      $value[18]->name
      public status -> string (1) "1"
      $value[18]->status
    19 => stdClass#1518 (4)
    $value[19]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[19]->continent_code
      public id -> string (2) "20"
      $value[19]->id
      public name -> string (7) "Belarus"
      $value[19]->name
      public status -> string (1) "1"
      $value[19]->status
    20 => stdClass#1517 (4)
    $value[20]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[20]->continent_code
      public id -> string (2) "21"
      $value[20]->id
      public name -> string (7) "Belgium"
      $value[20]->name
      public status -> string (1) "1"
      $value[20]->status
    21 => stdClass#1516 (4)
    $value[21]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[21]->continent_code
      public id -> string (2) "22"
      $value[21]->id
      public name -> string (6) "Belize"
      $value[21]->name
      public status -> string (1) "1"
      $value[21]->status
    22 => stdClass#1515 (4)
    $value[22]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[22]->continent_code
      public id -> string (2) "23"
      $value[22]->id
      public name -> string (5) "Benin"
      $value[22]->name
      public status -> string (1) "1"
      $value[22]->status
    23 => stdClass#1514 (4)
    $value[23]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[23]->continent_code
      public id -> string (2) "24"
      $value[23]->id
      public name -> string (7) "Bermuda"
      $value[23]->name
      public status -> string (1) "1"
      $value[23]->status
    24 => stdClass#1513 (4)
    $value[24]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[24]->continent_code
      public id -> string (2) "25"
      $value[24]->id
      public name -> string (6) "Bhutan"
      $value[24]->name
      public status -> string (1) "1"
      $value[24]->status
    25 => stdClass#1512 (4)
    $value[25]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[25]->continent_code
      public id -> string (2) "26"
      $value[25]->id
      public name -> string (7) "Bolivia"
      $value[25]->name
      public status -> string (1) "1"
      $value[25]->status
    26 => stdClass#1511 (4)
    $value[26]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[26]->continent_code
      public id -> string (2) "27"
      $value[26]->id
      public name -> string (22) "Bosnia and Herzegovina"
      $value[26]->name
      public status -> string (1) "1"
      $value[26]->status
    27 => stdClass#1510 (4)
    $value[27]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[27]->continent_code
      public id -> string (2) "28"
      $value[27]->id
      public name -> string (8) "Botswana"
      $value[27]->name
      public status -> string (1) "1"
      $value[27]->status
    28 => stdClass#1509 (4)
    $value[28]
    • Properties (4)
    • public continent_code -> string (2) "AN"
      $value[28]->continent_code
      public id -> string (2) "29"
      $value[28]->id
      public name -> string (13) "Bouvet Island"
      $value[28]->name
      public status -> string (1) "1"
      $value[28]->status
    29 => stdClass#1508 (4)
    $value[29]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[29]->continent_code
      public id -> string (2) "30"
      $value[29]->id
      public name -> string (6) "Brazil"
      $value[29]->name
      public status -> string (1) "1"
      $value[29]->status
    30 => stdClass#1507 (4)
    $value[30]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[30]->continent_code
      public id -> string (2) "31"
      $value[30]->id
      public name -> string (30) "British Indian Ocean Territory"
      $value[30]->name
      public status -> string (1) "1"
      $value[30]->status
    31 => stdClass#1506 (4)
    $value[31]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[31]->continent_code
      public id -> string (2) "32"
      $value[31]->id
      public name -> string (17) "Brunei Darussalam"
      $value[31]->name
      public status -> string (1) "1"
      $value[31]->status
    32 => stdClass#1505 (4)
    $value[32]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[32]->continent_code
      public id -> string (2) "33"
      $value[32]->id
      public name -> string (8) "Bulgaria"
      $value[32]->name
      public status -> string (1) "1"
      $value[32]->status
    33 => stdClass#1504 (4)
    $value[33]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[33]->continent_code
      public id -> string (2) "34"
      $value[33]->id
      public name -> string (12) "Burkina Faso"
      $value[33]->name
      public status -> string (1) "1"
      $value[33]->status
    34 => stdClass#1503 (4)
    $value[34]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[34]->continent_code
      public id -> string (2) "35"
      $value[34]->id
      public name -> string (7) "Burundi"
      $value[34]->name
      public status -> string (1) "1"
      $value[34]->status
    35 => stdClass#1502 (4)
    $value[35]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[35]->continent_code
      public id -> string (2) "36"
      $value[35]->id
      public name -> string (8) "Cambodia"
      $value[35]->name
      public status -> string (1) "1"
      $value[35]->status
    36 => stdClass#1501 (4)
    $value[36]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[36]->continent_code
      public id -> string (2) "37"
      $value[36]->id
      public name -> string (8) "Cameroon"
      $value[36]->name
      public status -> string (1) "1"
      $value[36]->status
    37 => stdClass#1500 (4)
    $value[37]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[37]->continent_code
      public id -> string (2) "38"
      $value[37]->id
      public name -> string (6) "Canada"
      $value[37]->name
      public status -> string (1) "1"
      $value[37]->status
    38 => stdClass#1499 (4)
    $value[38]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[38]->continent_code
      public id -> string (2) "39"
      $value[38]->id
      public name -> string (10) "Cape Verde"
      $value[38]->name
      public status -> string (1) "1"
      $value[38]->status
    39 => stdClass#1498 (4)
    $value[39]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[39]->continent_code
      public id -> string (2) "40"
      $value[39]->id
      public name -> string (14) "Cayman Islands"
      $value[39]->name
      public status -> string (1) "1"
      $value[39]->status
    40 => stdClass#1497 (4)
    $value[40]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[40]->continent_code
      public id -> string (2) "41"
      $value[40]->id
      public name -> string (24) "Central African Republic"
      $value[40]->name
      public status -> string (1) "1"
      $value[40]->status
    41 => stdClass#1496 (4)
    $value[41]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[41]->continent_code
      public id -> string (2) "42"
      $value[41]->id
      public name -> string (4) "Chad"
      $value[41]->name
      public status -> string (1) "1"
      $value[41]->status
    42 => stdClass#1495 (4)
    $value[42]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[42]->continent_code
      public id -> string (2) "43"
      $value[42]->id
      public name -> string (5) "Chile"
      $value[42]->name
      public status -> string (1) "1"
      $value[42]->status
    43 => stdClass#1494 (4)
    $value[43]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[43]->continent_code
      public id -> string (2) "44"
      $value[43]->id
      public name -> string (5) "China"
      $value[43]->name
      public status -> string (1) "1"
      $value[43]->status
    44 => stdClass#1493 (4)
    $value[44]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[44]->continent_code
      public id -> string (2) "45"
      $value[44]->id
      public name -> string (16) "Christmas Island"
      $value[44]->name
      public status -> string (1) "1"
      $value[44]->status
    45 => stdClass#1492 (4)
    $value[45]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[45]->continent_code
      public id -> string (2) "46"
      $value[45]->id
      public name -> string (23) "Cocos (Keeling) Islands"
      $value[45]->name
      public status -> string (1) "1"
      $value[45]->status
    46 => stdClass#1491 (4)
    $value[46]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[46]->continent_code
      public id -> string (2) "47"
      $value[46]->id
      public name -> string (8) "Colombia"
      $value[46]->name
      public status -> string (1) "1"
      $value[46]->status
    47 => stdClass#1490 (4)
    $value[47]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[47]->continent_code
      public id -> string (2) "48"
      $value[47]->id
      public name -> string (7) "Comoros"
      $value[47]->name
      public status -> string (1) "1"
      $value[47]->status
    48 => stdClass#1489 (4)
    $value[48]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[48]->continent_code
      public id -> string (2) "49"
      $value[48]->id
      public name -> string (5) "Congo"
      $value[48]->name
      public status -> string (1) "1"
      $value[48]->status
    49 => stdClass#1488 (4)
    $value[49]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[49]->continent_code
      public id -> string (2) "50"
      $value[49]->id
      public name -> string (12) "Cook Islands"
      $value[49]->name
      public status -> string (1) "1"
      $value[49]->status
    50 => stdClass#1487 (4)
    $value[50]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[50]->continent_code
      public id -> string (2) "51"
      $value[50]->id
      public name -> string (10) "Costa Rica"
      $value[50]->name
      public status -> string (1) "1"
      $value[50]->status
    51 => stdClass#1486 (4)
    $value[51]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[51]->continent_code
      public id -> string (2) "52"
      $value[51]->id
      public name -> string (18) "Croatia (Hrvatska)"
      $value[51]->name
      public status -> string (1) "1"
      $value[51]->status
    52 => stdClass#1485 (4)
    $value[52]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[52]->continent_code
      public id -> string (2) "53"
      $value[52]->id
      public name -> string (4) "Cuba"
      $value[52]->name
      public status -> string (1) "1"
      $value[52]->status
    53 => stdClass#1484 (4)
    $value[53]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[53]->continent_code
      public id -> string (2) "54"
      $value[53]->id
      public name -> string (6) "Cyprus"
      $value[53]->name
      public status -> string (1) "1"
      $value[53]->status
    54 => stdClass#1483 (4)
    $value[54]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[54]->continent_code
      public id -> string (2) "55"
      $value[54]->id
      public name -> string (14) "Czech Republic"
      $value[54]->name
      public status -> string (1) "1"
      $value[54]->status
    55 => stdClass#1482 (4)
    $value[55]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[55]->continent_code
      public id -> string (2) "56"
      $value[55]->id
      public name -> string (7) "Denmark"
      $value[55]->name
      public status -> string (1) "1"
      $value[55]->status
    56 => stdClass#1481 (4)
    $value[56]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[56]->continent_code
      public id -> string (2) "57"
      $value[56]->id
      public name -> string (8) "Djibouti"
      $value[56]->name
      public status -> string (1) "1"
      $value[56]->status
    57 => stdClass#1480 (4)
    $value[57]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[57]->continent_code
      public id -> string (2) "58"
      $value[57]->id
      public name -> string (8) "Dominica"
      $value[57]->name
      public status -> string (1) "1"
      $value[57]->status
    58 => stdClass#1479 (4)
    $value[58]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[58]->continent_code
      public id -> string (2) "59"
      $value[58]->id
      public name -> string (18) "Dominican Republic"
      $value[58]->name
      public status -> string (1) "1"
      $value[58]->status
    59 => stdClass#1478 (4)
    $value[59]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[59]->continent_code
      public id -> string (2) "60"
      $value[59]->id
      public name -> string (10) "East Timor"
      $value[59]->name
      public status -> string (1) "1"
      $value[59]->status
    60 => stdClass#1477 (4)
    $value[60]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[60]->continent_code
      public id -> string (2) "61"
      $value[60]->id
      public name -> string (7) "Ecuador"
      $value[60]->name
      public status -> string (1) "1"
      $value[60]->status
    61 => stdClass#1476 (4)
    $value[61]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[61]->continent_code
      public id -> string (2) "62"
      $value[61]->id
      public name -> string (5) "Egypt"
      $value[61]->name
      public status -> string (1) "1"
      $value[61]->status
    62 => stdClass#1475 (4)
    $value[62]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[62]->continent_code
      public id -> string (2) "63"
      $value[62]->id
      public name -> string (11) "El Salvador"
      $value[62]->name
      public status -> string (1) "1"
      $value[62]->status
    63 => stdClass#1474 (4)
    $value[63]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[63]->continent_code
      public id -> string (2) "64"
      $value[63]->id
      public name -> string (17) "Equatorial Guinea"
      $value[63]->name
      public status -> string (1) "1"
      $value[63]->status
    64 => stdClass#1473 (4)
    $value[64]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[64]->continent_code
      public id -> string (2) "65"
      $value[64]->id
      public name -> string (7) "Eritrea"
      $value[64]->name
      public status -> string (1) "1"
      $value[64]->status
    65 => stdClass#1472 (4)
    $value[65]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[65]->continent_code
      public id -> string (2) "66"
      $value[65]->id
      public name -> string (7) "Estonia"
      $value[65]->name
      public status -> string (1) "1"
      $value[65]->status
    66 => stdClass#1471 (4)
    $value[66]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[66]->continent_code
      public id -> string (2) "67"
      $value[66]->id
      public name -> string (8) "Ethiopia"
      $value[66]->name
      public status -> string (1) "1"
      $value[66]->status
    67 => stdClass#1470 (4)
    $value[67]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[67]->continent_code
      public id -> string (2) "68"
      $value[67]->id
      public name -> string (27) "Falkland Islands (Malvinas)"
      $value[67]->name
      public status -> string (1) "1"
      $value[67]->status
    68 => stdClass#1469 (4)
    $value[68]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[68]->continent_code
      public id -> string (2) "69"
      $value[68]->id
      public name -> string (13) "Faroe Islands"
      $value[68]->name
      public status -> string (1) "1"
      $value[68]->status
    69 => stdClass#1468 (4)
    $value[69]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[69]->continent_code
      public id -> string (2) "70"
      $value[69]->id
      public name -> string (4) "Fiji"
      $value[69]->name
      public status -> string (1) "1"
      $value[69]->status
    70 => stdClass#1467 (4)
    $value[70]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[70]->continent_code
      public id -> string (2) "71"
      $value[70]->id
      public name -> string (7) "Finland"
      $value[70]->name
      public status -> string (1) "1"
      $value[70]->status
    71 => stdClass#1466 (4)
    $value[71]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[71]->continent_code
      public id -> string (2) "72"
      $value[71]->id
      public name -> string (6) "France"
      $value[71]->name
      public status -> string (1) "1"
      $value[71]->status
    72 => stdClass#1465 (4)
    $value[72]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[72]->continent_code
      public id -> string (2) "73"
      $value[72]->id
      public name -> string (20) "France, Metropolitan"
      $value[72]->name
      public status -> string (1) "1"
      $value[72]->status
    73 => stdClass#1464 (4)
    $value[73]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[73]->continent_code
      public id -> string (2) "74"
      $value[73]->id
      public name -> string (13) "French Guiana"
      $value[73]->name
      public status -> string (1) "1"
      $value[73]->status
    74 => stdClass#1463 (4)
    $value[74]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[74]->continent_code
      public id -> string (2) "75"
      $value[74]->id
      public name -> string (16) "French Polynesia"
      $value[74]->name
      public status -> string (1) "1"
      $value[74]->status
    75 => stdClass#1462 (4)
    $value[75]
    • Properties (4)
    • public continent_code -> string (2) "AN"
      $value[75]->continent_code
      public id -> string (2) "76"
      $value[75]->id
      public name -> string (27) "French Southern Territories"
      $value[75]->name
      public status -> string (1) "1"
      $value[75]->status
    76 => stdClass#1461 (4)
    $value[76]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[76]->continent_code
      public id -> string (2) "77"
      $value[76]->id
      public name -> string (5) "Gabon"
      $value[76]->name
      public status -> string (1) "1"
      $value[76]->status
    77 => stdClass#1460 (4)
    $value[77]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[77]->continent_code
      public id -> string (2) "78"
      $value[77]->id
      public name -> string (6) "Gambia"
      $value[77]->name
      public status -> string (1) "1"
      $value[77]->status
    78 => stdClass#1459 (4)
    $value[78]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[78]->continent_code
      public id -> string (2) "79"
      $value[78]->id
      public name -> string (7) "Georgia"
      $value[78]->name
      public status -> string (1) "1"
      $value[78]->status
    79 => stdClass#1458 (4)
    $value[79]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[79]->continent_code
      public id -> string (2) "80"
      $value[79]->id
      public name -> string (7) "Germany"
      $value[79]->name
      public status -> string (1) "1"
      $value[79]->status
    80 => stdClass#1457 (4)
    $value[80]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[80]->continent_code
      public id -> string (2) "81"
      $value[80]->id
      public name -> string (5) "Ghana"
      $value[80]->name
      public status -> string (1) "1"
      $value[80]->status
    81 => stdClass#1456 (4)
    $value[81]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[81]->continent_code
      public id -> string (2) "82"
      $value[81]->id
      public name -> string (9) "Gibraltar"
      $value[81]->name
      public status -> string (1) "1"
      $value[81]->status
    82 => stdClass#1455 (4)
    $value[82]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[82]->continent_code
      public id -> string (2) "83"
      $value[82]->id
      public name -> string (6) "Greece"
      $value[82]->name
      public status -> string (1) "1"
      $value[82]->status
    83 => stdClass#1454 (4)
    $value[83]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[83]->continent_code
      public id -> string (2) "84"
      $value[83]->id
      public name -> string (9) "Greenland"
      $value[83]->name
      public status -> string (1) "1"
      $value[83]->status
    84 => stdClass#1453 (4)
    $value[84]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[84]->continent_code
      public id -> string (2) "85"
      $value[84]->id
      public name -> string (7) "Grenada"
      $value[84]->name
      public status -> string (1) "1"
      $value[84]->status
    85 => stdClass#1452 (4)
    $value[85]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[85]->continent_code
      public id -> string (2) "86"
      $value[85]->id
      public name -> string (10) "Guadeloupe"
      $value[85]->name
      public status -> string (1) "1"
      $value[85]->status
    86 => stdClass#1451 (4)
    $value[86]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[86]->continent_code
      public id -> string (2) "87"
      $value[86]->id
      public name -> string (4) "Guam"
      $value[86]->name
      public status -> string (1) "1"
      $value[86]->status
    87 => stdClass#1450 (4)
    $value[87]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[87]->continent_code
      public id -> string (2) "88"
      $value[87]->id
      public name -> string (9) "Guatemala"
      $value[87]->name
      public status -> string (1) "1"
      $value[87]->status
    88 => stdClass#1449 (4)
    $value[88]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[88]->continent_code
      public id -> string (2) "89"
      $value[88]->id
      public name -> string (8) "Guernsey"
      $value[88]->name
      public status -> string (1) "1"
      $value[88]->status
    89 => stdClass#1448 (4)
    $value[89]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[89]->continent_code
      public id -> string (2) "90"
      $value[89]->id
      public name -> string (6) "Guinea"
      $value[89]->name
      public status -> string (1) "1"
      $value[89]->status
    90 => stdClass#1447 (4)
    $value[90]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[90]->continent_code
      public id -> string (2) "91"
      $value[90]->id
      public name -> string (13) "Guinea-Bissau"
      $value[90]->name
      public status -> string (1) "1"
      $value[90]->status
    91 => stdClass#1446 (4)
    $value[91]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[91]->continent_code
      public id -> string (2) "92"
      $value[91]->id
      public name -> string (6) "Guyana"
      $value[91]->name
      public status -> string (1) "1"
      $value[91]->status
    92 => stdClass#1445 (4)
    $value[92]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[92]->continent_code
      public id -> string (2) "93"
      $value[92]->id
      public name -> string (5) "Haiti"
      $value[92]->name
      public status -> string (1) "1"
      $value[92]->status
    93 => stdClass#1444 (4)
    $value[93]
    • Properties (4)
    • public continent_code -> string (2) "AN"
      $value[93]->continent_code
      public id -> string (2) "94"
      $value[93]->id
      public name -> string (26) "Heard and McDonald Islands"
      $value[93]->name
      public status -> string (1) "1"
      $value[93]->status
    94 => stdClass#1443 (4)
    $value[94]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[94]->continent_code
      public id -> string (2) "95"
      $value[94]->id
      public name -> string (8) "Honduras"
      $value[94]->name
      public status -> string (1) "1"
      $value[94]->status
    95 => stdClass#1442 (4)
    $value[95]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[95]->continent_code
      public id -> string (2) "96"
      $value[95]->id
      public name -> string (9) "Hong Kong"
      $value[95]->name
      public status -> string (1) "1"
      $value[95]->status
    96 => stdClass#1441 (4)
    $value[96]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[96]->continent_code
      public id -> string (2) "97"
      $value[96]->id
      public name -> string (7) "Hungary"
      $value[96]->name
      public status -> string (1) "1"
      $value[96]->status
    97 => stdClass#1440 (4)
    $value[97]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[97]->continent_code
      public id -> string (2) "98"
      $value[97]->id
      public name -> string (7) "Iceland"
      $value[97]->name
      public status -> string (1) "1"
      $value[97]->status
    98 => stdClass#1439 (4)
    $value[98]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[98]->continent_code
      public id -> string (2) "99"
      $value[98]->id
      public name -> string (5) "India"
      $value[98]->name
      public status -> string (1) "1"
      $value[98]->status
    99 => stdClass#1438 (4)
    $value[99]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[99]->continent_code
      public id -> string (3) "100"
      $value[99]->id
      public name -> string (9) "Indonesia"
      $value[99]->name
      public status -> string (1) "1"
      $value[99]->status
    100 => stdClass#1437 (4)
    $value[100]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[100]->continent_code
      public id -> string (3) "101"
      $value[100]->id
      public name -> string (4) "Iran"
      $value[100]->name
      public status -> string (1) "1"
      $value[100]->status
    101 => stdClass#1436 (4)
    $value[101]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[101]->continent_code
      public id -> string (3) "102"
      $value[101]->id
      public name -> string (4) "Iraq"
      $value[101]->name
      public status -> string (1) "1"
      $value[101]->status
    102 => stdClass#1435 (4)
    $value[102]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[102]->continent_code
      public id -> string (3) "103"
      $value[102]->id
      public name -> string (7) "Ireland"
      $value[102]->name
      public status -> string (1) "1"
      $value[102]->status
    103 => stdClass#1434 (4)
    $value[103]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[103]->continent_code
      public id -> string (3) "104"
      $value[103]->id
      public name -> string (11) "Isle of Man"
      $value[103]->name
      public status -> string (1) "1"
      $value[103]->status
    104 => stdClass#1433 (4)
    $value[104]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[104]->continent_code
      public id -> string (3) "105"
      $value[104]->id
      public name -> string (6) "Israel"
      $value[104]->name
      public status -> string (1) "1"
      $value[104]->status
    105 => stdClass#1432 (4)
    $value[105]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[105]->continent_code
      public id -> string (3) "106"
      $value[105]->id
      public name -> string (5) "Italy"
      $value[105]->name
      public status -> string (1) "1"
      $value[105]->status
    106 => stdClass#1431 (4)
    $value[106]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[106]->continent_code
      public id -> string (3) "107"
      $value[106]->id
      public name -> string (11) "Ivory Coast"
      $value[106]->name
      public status -> string (1) "1"
      $value[106]->status
    107 => stdClass#1430 (4)
    $value[107]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[107]->continent_code
      public id -> string (3) "108"
      $value[107]->id
      public name -> string (7) "Jamaica"
      $value[107]->name
      public status -> string (1) "1"
      $value[107]->status
    108 => stdClass#1429 (4)
    $value[108]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[108]->continent_code
      public id -> string (3) "109"
      $value[108]->id
      public name -> string (5) "Japan"
      $value[108]->name
      public status -> string (1) "1"
      $value[108]->status
    109 => stdClass#1428 (4)
    $value[109]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[109]->continent_code
      public id -> string (3) "110"
      $value[109]->id
      public name -> string (6) "Jersey"
      $value[109]->name
      public status -> string (1) "1"
      $value[109]->status
    110 => stdClass#1427 (4)
    $value[110]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[110]->continent_code
      public id -> string (3) "111"
      $value[110]->id
      public name -> string (6) "Jordan"
      $value[110]->name
      public status -> string (1) "1"
      $value[110]->status
    111 => stdClass#1426 (4)
    $value[111]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[111]->continent_code
      public id -> string (3) "112"
      $value[111]->id
      public name -> string (10) "Kazakhstan"
      $value[111]->name
      public status -> string (1) "1"
      $value[111]->status
    112 => stdClass#1425 (4)
    $value[112]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[112]->continent_code
      public id -> string (3) "113"
      $value[112]->id
      public name -> string (5) "Kenya"
      $value[112]->name
      public status -> string (1) "1"
      $value[112]->status
    113 => stdClass#1424 (4)
    $value[113]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[113]->continent_code
      public id -> string (3) "114"
      $value[113]->id
      public name -> string (8) "Kiribati"
      $value[113]->name
      public status -> string (1) "1"
      $value[113]->status
    114 => stdClass#1423 (4)
    $value[114]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[114]->continent_code
      public id -> string (3) "115"
      $value[114]->id
      public name -> string (6) "Kosovo"
      $value[114]->name
      public status -> string (1) "1"
      $value[114]->status
    115 => stdClass#1422 (4)
    $value[115]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[115]->continent_code
      public id -> string (3) "116"
      $value[115]->id
      public name -> string (6) "Kuwait"
      $value[115]->name
      public status -> string (1) "1"
      $value[115]->status
    116 => stdClass#1421 (4)
    $value[116]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[116]->continent_code
      public id -> string (3) "117"
      $value[116]->id
      public name -> string (10) "Kyrgyzstan"
      $value[116]->name
      public status -> string (1) "1"
      $value[116]->status
    117 => stdClass#1420 (4)
    $value[117]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[117]->continent_code
      public id -> string (3) "118"
      $value[117]->id
      public name -> string (3) "Lao"
      $value[117]->name
      public status -> string (1) "1"
      $value[117]->status
    118 => stdClass#1419 (4)
    $value[118]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[118]->continent_code
      public id -> string (3) "119"
      $value[118]->id
      public name -> string (6) "Latvia"
      $value[118]->name
      public status -> string (1) "1"
      $value[118]->status
    119 => stdClass#1418 (4)
    $value[119]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[119]->continent_code
      public id -> string (3) "120"
      $value[119]->id
      public name -> string (7) "Lebanon"
      $value[119]->name
      public status -> string (1) "1"
      $value[119]->status
    120 => stdClass#1417 (4)
    $value[120]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[120]->continent_code
      public id -> string (3) "121"
      $value[120]->id
      public name -> string (7) "Lesotho"
      $value[120]->name
      public status -> string (1) "1"
      $value[120]->status
    121 => stdClass#1416 (4)
    $value[121]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[121]->continent_code
      public id -> string (3) "122"
      $value[121]->id
      public name -> string (7) "Liberia"
      $value[121]->name
      public status -> string (1) "1"
      $value[121]->status
    122 => stdClass#1415 (4)
    $value[122]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[122]->continent_code
      public id -> string (3) "123"
      $value[122]->id
      public name -> string (22) "Libyan Arab Jamahiriya"
      $value[122]->name
      public status -> string (1) "1"
      $value[122]->status
    123 => stdClass#1414 (4)
    $value[123]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[123]->continent_code
      public id -> string (3) "124"
      $value[123]->id
      public name -> string (13) "Liechtenstein"
      $value[123]->name
      public status -> string (1) "1"
      $value[123]->status
    124 => stdClass#1413 (4)
    $value[124]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[124]->continent_code
      public id -> string (3) "125"
      $value[124]->id
      public name -> string (9) "Lithuania"
      $value[124]->name
      public status -> string (1) "1"
      $value[124]->status
    125 => stdClass#1412 (4)
    $value[125]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[125]->continent_code
      public id -> string (3) "126"
      $value[125]->id
      public name -> string (10) "Luxembourg"
      $value[125]->name
      public status -> string (1) "1"
      $value[125]->status
    126 => stdClass#1411 (4)
    $value[126]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[126]->continent_code
      public id -> string (3) "127"
      $value[126]->id
      public name -> string (5) "Macau"
      $value[126]->name
      public status -> string (1) "1"
      $value[126]->status
    127 => stdClass#1410 (4)
    $value[127]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[127]->continent_code
      public id -> string (3) "128"
      $value[127]->id
      public name -> string (9) "Macedonia"
      $value[127]->name
      public status -> string (1) "1"
      $value[127]->status
    128 => stdClass#1409 (4)
    $value[128]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[128]->continent_code
      public id -> string (3) "129"
      $value[128]->id
      public name -> string (10) "Madagascar"
      $value[128]->name
      public status -> string (1) "1"
      $value[128]->status
    129 => stdClass#1408 (4)
    $value[129]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[129]->continent_code
      public id -> string (3) "130"
      $value[129]->id
      public name -> string (6) "Malawi"
      $value[129]->name
      public status -> string (1) "1"
      $value[129]->status
    130 => stdClass#1407 (4)
    $value[130]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[130]->continent_code
      public id -> string (3) "131"
      $value[130]->id
      public name -> string (8) "Malaysia"
      $value[130]->name
      public status -> string (1) "1"
      $value[130]->status
    131 => stdClass#1406 (4)
    $value[131]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[131]->continent_code
      public id -> string (3) "132"
      $value[131]->id
      public name -> string (8) "Maldives"
      $value[131]->name
      public status -> string (1) "1"
      $value[131]->status
    132 => stdClass#1405 (4)
    $value[132]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[132]->continent_code
      public id -> string (3) "133"
      $value[132]->id
      public name -> string (4) "Mali"
      $value[132]->name
      public status -> string (1) "1"
      $value[132]->status
    133 => stdClass#1404 (4)
    $value[133]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[133]->continent_code
      public id -> string (3) "134"
      $value[133]->id
      public name -> string (5) "Malta"
      $value[133]->name
      public status -> string (1) "1"
      $value[133]->status
    134 => stdClass#1403 (4)
    $value[134]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[134]->continent_code
      public id -> string (3) "135"
      $value[134]->id
      public name -> string (16) "Marshall Islands"
      $value[134]->name
      public status -> string (1) "1"
      $value[134]->status
    135 => stdClass#1402 (4)
    $value[135]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[135]->continent_code
      public id -> string (3) "136"
      $value[135]->id
      public name -> string (10) "Martinique"
      $value[135]->name
      public status -> string (1) "1"
      $value[135]->status
    136 => stdClass#1401 (4)
    $value[136]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[136]->continent_code
      public id -> string (3) "137"
      $value[136]->id
      public name -> string (10) "Mauritania"
      $value[136]->name
      public status -> string (1) "1"
      $value[136]->status
    137 => stdClass#1400 (4)
    $value[137]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[137]->continent_code
      public id -> string (3) "138"
      $value[137]->id
      public name -> string (9) "Mauritius"
      $value[137]->name
      public status -> string (1) "1"
      $value[137]->status
    138 => stdClass#1399 (4)
    $value[138]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[138]->continent_code
      public id -> string (3) "139"
      $value[138]->id
      public name -> string (7) "Mayotte"
      $value[138]->name
      public status -> string (1) "1"
      $value[138]->status
    139 => stdClass#1398 (4)
    $value[139]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[139]->continent_code
      public id -> string (3) "140"
      $value[139]->id
      public name -> string (6) "Mexico"
      $value[139]->name
      public status -> string (1) "1"
      $value[139]->status
    140 => stdClass#1397 (4)
    $value[140]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[140]->continent_code
      public id -> string (3) "141"
      $value[140]->id
      public name -> string (31) "Micronesia, Federated States of"
      $value[140]->name
      public status -> string (1) "1"
      $value[140]->status
    141 => stdClass#1396 (4)
    $value[141]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[141]->continent_code
      public id -> string (3) "142"
      $value[141]->id
      public name -> string (20) "Moldova, Republic of"
      $value[141]->name
      public status -> string (1) "1"
      $value[141]->status
    142 => stdClass#1395 (4)
    $value[142]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[142]->continent_code
      public id -> string (3) "143"
      $value[142]->id
      public name -> string (6) "Monaco"
      $value[142]->name
      public status -> string (1) "1"
      $value[142]->status
    143 => stdClass#1394 (4)
    $value[143]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[143]->continent_code
      public id -> string (3) "144"
      $value[143]->id
      public name -> string (8) "Mongolia"
      $value[143]->name
      public status -> string (1) "1"
      $value[143]->status
    144 => stdClass#1393 (4)
    $value[144]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[144]->continent_code
      public id -> string (3) "145"
      $value[144]->id
      public name -> string (10) "Montenegro"
      $value[144]->name
      public status -> string (1) "1"
      $value[144]->status
    145 => stdClass#1392 (4)
    $value[145]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[145]->continent_code
      public id -> string (3) "146"
      $value[145]->id
      public name -> string (10) "Montserrat"
      $value[145]->name
      public status -> string (1) "1"
      $value[145]->status
    146 => stdClass#1391 (4)
    $value[146]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[146]->continent_code
      public id -> string (3) "147"
      $value[146]->id
      public name -> string (7) "Morocco"
      $value[146]->name
      public status -> string (1) "1"
      $value[146]->status
    147 => stdClass#1390 (4)
    $value[147]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[147]->continent_code
      public id -> string (3) "148"
      $value[147]->id
      public name -> string (10) "Mozambique"
      $value[147]->name
      public status -> string (1) "1"
      $value[147]->status
    148 => stdClass#1389 (4)
    $value[148]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[148]->continent_code
      public id -> string (3) "149"
      $value[148]->id
      public name -> string (7) "Myanmar"
      $value[148]->name
      public status -> string (1) "1"
      $value[148]->status
    149 => stdClass#1388 (4)
    $value[149]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[149]->continent_code
      public id -> string (3) "150"
      $value[149]->id
      public name -> string (7) "Namibia"
      $value[149]->name
      public status -> string (1) "1"
      $value[149]->status
    150 => stdClass#1387 (4)
    $value[150]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[150]->continent_code
      public id -> string (3) "151"
      $value[150]->id
      public name -> string (5) "Nauru"
      $value[150]->name
      public status -> string (1) "1"
      $value[150]->status
    151 => stdClass#1386 (4)
    $value[151]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[151]->continent_code
      public id -> string (3) "152"
      $value[151]->id
      public name -> string (5) "Nepal"
      $value[151]->name
      public status -> string (1) "1"
      $value[151]->status
    152 => stdClass#1385 (4)
    $value[152]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[152]->continent_code
      public id -> string (3) "153"
      $value[152]->id
      public name -> string (11) "Netherlands"
      $value[152]->name
      public status -> string (1) "1"
      $value[152]->status
    153 => stdClass#1384 (4)
    $value[153]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[153]->continent_code
      public id -> string (3) "154"
      $value[153]->id
      public name -> string (20) "Netherlands Antilles"
      $value[153]->name
      public status -> string (1) "1"
      $value[153]->status
    154 => stdClass#1383 (4)
    $value[154]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[154]->continent_code
      public id -> string (3) "155"
      $value[154]->id
      public name -> string (13) "New Caledonia"
      $value[154]->name
      public status -> string (1) "1"
      $value[154]->status
    155 => stdClass#1382 (4)
    $value[155]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[155]->continent_code
      public id -> string (3) "156"
      $value[155]->id
      public name -> string (11) "New Zealand"
      $value[155]->name
      public status -> string (1) "1"
      $value[155]->status
    156 => stdClass#1381 (4)
    $value[156]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[156]->continent_code
      public id -> string (3) "157"
      $value[156]->id
      public name -> string (9) "Nicaragua"
      $value[156]->name
      public status -> string (1) "1"
      $value[156]->status
    157 => stdClass#1380 (4)
    $value[157]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[157]->continent_code
      public id -> string (3) "158"
      $value[157]->id
      public name -> string (5) "Niger"
      $value[157]->name
      public status -> string (1) "1"
      $value[157]->status
    158 => stdClass#1379 (4)
    $value[158]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[158]->continent_code
      public id -> string (3) "159"
      $value[158]->id
      public name -> string (7) "Nigeria"
      $value[158]->name
      public status -> string (1) "1"
      $value[158]->status
    159 => stdClass#1378 (4)
    $value[159]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[159]->continent_code
      public id -> string (3) "160"
      $value[159]->id
      public name -> string (4) "Niue"
      $value[159]->name
      public status -> string (1) "1"
      $value[159]->status
    160 => stdClass#1377 (4)
    $value[160]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[160]->continent_code
      public id -> string (3) "161"
      $value[160]->id
      public name -> string (14) "Norfolk Island"
      $value[160]->name
      public status -> string (1) "1"
      $value[160]->status
    161 => stdClass#1376 (4)
    $value[161]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[161]->continent_code
      public id -> string (3) "162"
      $value[161]->id
      public name -> string (11) "North Korea"
      $value[161]->name
      public status -> string (1) "1"
      $value[161]->status
    162 => stdClass#1375 (4)
    $value[162]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[162]->continent_code
      public id -> string (3) "163"
      $value[162]->id
      public name -> string (24) "Northern Mariana Islands"
      $value[162]->name
      public status -> string (1) "1"
      $value[162]->status
    163 => stdClass#1374 (4)
    $value[163]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[163]->continent_code
      public id -> string (3) "164"
      $value[163]->id
      public name -> string (6) "Norway"
      $value[163]->name
      public status -> string (1) "1"
      $value[163]->status
    164 => stdClass#1373 (4)
    $value[164]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[164]->continent_code
      public id -> string (3) "165"
      $value[164]->id
      public name -> string (4) "Oman"
      $value[164]->name
      public status -> string (1) "1"
      $value[164]->status
    165 => stdClass#1372 (4)
    $value[165]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[165]->continent_code
      public id -> string (3) "166"
      $value[165]->id
      public name -> string (8) "Pakistan"
      $value[165]->name
      public status -> string (1) "1"
      $value[165]->status
    166 => stdClass#1371 (4)
    $value[166]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[166]->continent_code
      public id -> string (3) "167"
      $value[166]->id
      public name -> string (5) "Palau"
      $value[166]->name
      public status -> string (1) "1"
      $value[166]->status
    167 => stdClass#1370 (4)
    $value[167]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[167]->continent_code
      public id -> string (3) "168"
      $value[167]->id
      public name -> string (9) "Palestine"
      $value[167]->name
      public status -> string (1) "1"
      $value[167]->status
    168 => stdClass#1369 (4)
    $value[168]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[168]->continent_code
      public id -> string (3) "169"
      $value[168]->id
      public name -> string (6) "Panama"
      $value[168]->name
      public status -> string (1) "1"
      $value[168]->status
    169 => stdClass#1368 (4)
    $value[169]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[169]->continent_code
      public id -> string (3) "170"
      $value[169]->id
      public name -> string (16) "Papua New Guinea"
      $value[169]->name
      public status -> string (1) "1"
      $value[169]->status
    170 => stdClass#1367 (4)
    $value[170]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[170]->continent_code
      public id -> string (3) "171"
      $value[170]->id
      public name -> string (8) "Paraguay"
      $value[170]->name
      public status -> string (1) "1"
      $value[170]->status
    171 => stdClass#1366 (4)
    $value[171]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[171]->continent_code
      public id -> string (3) "172"
      $value[171]->id
      public name -> string (4) "Peru"
      $value[171]->name
      peru
      #CD853F
      rgb(205, 133, 63)
      hsl(29, 58%, 52%)
      
      public status -> string (1) "1"
      $value[171]->status
    172 => stdClass#1365 (4)
    $value[172]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[172]->continent_code
      public id -> string (3) "173"
      $value[172]->id
      public name -> string (11) "Philippines"
      $value[172]->name
      public status -> string (1) "1"
      $value[172]->status
    173 => stdClass#1364 (4)
    $value[173]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[173]->continent_code
      public id -> string (3) "174"
      $value[173]->id
      public name -> string (8) "Pitcairn"
      $value[173]->name
      public status -> string (1) "1"
      $value[173]->status
    174 => stdClass#1363 (4)
    $value[174]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[174]->continent_code
      public id -> string (3) "175"
      $value[174]->id
      public name -> string (6) "Poland"
      $value[174]->name
      public status -> string (1) "1"
      $value[174]->status
    175 => stdClass#1362 (4)
    $value[175]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[175]->continent_code
      public id -> string (3) "176"
      $value[175]->id
      public name -> string (8) "Portugal"
      $value[175]->name
      public status -> string (1) "1"
      $value[175]->status
    176 => stdClass#1361 (4)
    $value[176]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[176]->continent_code
      public id -> string (3) "177"
      $value[176]->id
      public name -> string (11) "Puerto Rico"
      $value[176]->name
      public status -> string (1) "1"
      $value[176]->status
    177 => stdClass#1360 (4)
    $value[177]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[177]->continent_code
      public id -> string (3) "178"
      $value[177]->id
      public name -> string (5) "Qatar"
      $value[177]->name
      public status -> string (1) "1"
      $value[177]->status
    178 => stdClass#1359 (4)
    $value[178]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[178]->continent_code
      public id -> string (3) "179"
      $value[178]->id
      public name -> string (7) "Reunion"
      $value[178]->name
      public status -> string (1) "1"
      $value[178]->status
    179 => stdClass#1358 (4)
    $value[179]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[179]->continent_code
      public id -> string (3) "180"
      $value[179]->id
      public name -> string (7) "Romania"
      $value[179]->name
      public status -> string (1) "1"
      $value[179]->status
    180 => stdClass#1357 (4)
    $value[180]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[180]->continent_code
      public id -> string (3) "181"
      $value[180]->id
      public name -> string (18) "Russian Federation"
      $value[180]->name
      public status -> string (1) "1"
      $value[180]->status
    181 => stdClass#1356 (4)
    $value[181]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[181]->continent_code
      public id -> string (3) "182"
      $value[181]->id
      public name -> string (6) "Rwanda"
      $value[181]->name
      public status -> string (1) "1"
      $value[181]->status
    182 => stdClass#1355 (4)
    $value[182]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[182]->continent_code
      public id -> string (3) "183"
      $value[182]->id
      public name -> string (21) "Saint Kitts and Nevis"
      $value[182]->name
      public status -> string (1) "1"
      $value[182]->status
    183 => stdClass#1354 (4)
    $value[183]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[183]->continent_code
      public id -> string (3) "184"
      $value[183]->id
      public name -> string (11) "Saint Lucia"
      $value[183]->name
      public status -> string (1) "1"
      $value[183]->status
    184 => stdClass#1353 (4)
    $value[184]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[184]->continent_code
      public id -> string (3) "185"
      $value[184]->id
      public name -> string (32) "Saint Vincent and the Grenadines"
      $value[184]->name
      public status -> string (1) "1"
      $value[184]->status
    185 => stdClass#1352 (4)
    $value[185]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[185]->continent_code
      public id -> string (3) "186"
      $value[185]->id
      public name -> string (5) "Samoa"
      $value[185]->name
      public status -> string (1) "1"
      $value[185]->status
    186 => stdClass#1351 (4)
    $value[186]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[186]->continent_code
      public id -> string (3) "187"
      $value[186]->id
      public name -> string (10) "San Marino"
      $value[186]->name
      public status -> string (1) "1"
      $value[186]->status
    187 => stdClass#1350 (4)
    $value[187]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[187]->continent_code
      public id -> string (3) "188"
      $value[187]->id
      public name -> string (21) "Sao Tome and Principe"
      $value[187]->name
      public status -> string (1) "1"
      $value[187]->status
    188 => stdClass#1349 (4)
    $value[188]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[188]->continent_code
      public id -> string (3) "189"
      $value[188]->id
      public name -> string (12) "Saudi Arabia"
      $value[188]->name
      public status -> string (1) "1"
      $value[188]->status
    189 => stdClass#1348 (4)
    $value[189]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[189]->continent_code
      public id -> string (3) "190"
      $value[189]->id
      public name -> string (7) "Senegal"
      $value[189]->name
      public status -> string (1) "1"
      $value[189]->status
    190 => stdClass#1347 (4)
    $value[190]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[190]->continent_code
      public id -> string (3) "191"
      $value[190]->id
      public name -> string (6) "Serbia"
      $value[190]->name
      public status -> string (1) "1"
      $value[190]->status
    191 => stdClass#1346 (4)
    $value[191]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[191]->continent_code
      public id -> string (3) "192"
      $value[191]->id
      public name -> string (10) "Seychelles"
      $value[191]->name
      public status -> string (1) "1"
      $value[191]->status
    192 => stdClass#1345 (4)
    $value[192]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[192]->continent_code
      public id -> string (3) "193"
      $value[192]->id
      public name -> string (12) "Sierra Leone"
      $value[192]->name
      public status -> string (1) "1"
      $value[192]->status
    193 => stdClass#1344 (4)
    $value[193]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[193]->continent_code
      public id -> string (3) "194"
      $value[193]->id
      public name -> string (9) "Singapore"
      $value[193]->name
      public status -> string (1) "1"
      $value[193]->status
    194 => stdClass#1343 (4)
    $value[194]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[194]->continent_code
      public id -> string (3) "195"
      $value[194]->id
      public name -> string (8) "Slovakia"
      $value[194]->name
      public status -> string (1) "1"
      $value[194]->status
    195 => stdClass#1342 (4)
    $value[195]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[195]->continent_code
      public id -> string (3) "196"
      $value[195]->id
      public name -> string (8) "Slovenia"
      $value[195]->name
      public status -> string (1) "1"
      $value[195]->status
    196 => stdClass#1341 (4)
    $value[196]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[196]->continent_code
      public id -> string (3) "197"
      $value[196]->id
      public name -> string (15) "Solomon Islands"
      $value[196]->name
      public status -> string (1) "1"
      $value[196]->status
    197 => stdClass#1340 (4)
    $value[197]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[197]->continent_code
      public id -> string (3) "198"
      $value[197]->id
      public name -> string (7) "Somalia"
      $value[197]->name
      public status -> string (1) "1"
      $value[197]->status
    198 => stdClass#1339 (4)
    $value[198]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[198]->continent_code
      public id -> string (3) "199"
      $value[198]->id
      public name -> string (12) "South Africa"
      $value[198]->name
      public status -> string (1) "1"
      $value[198]->status
    199 => stdClass#1338 (4)
    $value[199]
    • Properties (4)
    • public continent_code -> string (2) "AN"
      $value[199]->continent_code
      public id -> string (3) "200"
      $value[199]->id
      public name -> string (36) "South Georgia South Sandwich Islands"
      $value[199]->name
      public status -> string (1) "1"
      $value[199]->status
    200 => stdClass#1337 (4)
    $value[200]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[200]->continent_code
      public id -> string (3) "201"
      $value[200]->id
      public name -> string (11) "South Korea"
      $value[200]->name
      public status -> string (1) "1"
      $value[200]->status
    201 => stdClass#1336 (4)
    $value[201]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[201]->continent_code
      public id -> string (3) "202"
      $value[201]->id
      public name -> string (5) "Spain"
      $value[201]->name
      public status -> string (1) "1"
      $value[201]->status
    202 => stdClass#1335 (4)
    $value[202]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[202]->continent_code
      public id -> string (3) "203"
      $value[202]->id
      public name -> string (9) "Sri Lanka"
      $value[202]->name
      public status -> string (1) "1"
      $value[202]->status
    203 => stdClass#1334 (4)
    $value[203]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[203]->continent_code
      public id -> string (3) "204"
      $value[203]->id
      public name -> string (10) "St. Helena"
      $value[203]->name
      public status -> string (1) "1"
      $value[203]->status
    204 => stdClass#1333 (4)
    $value[204]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[204]->continent_code
      public id -> string (3) "205"
      $value[204]->id
      public name -> string (23) "St. Pierre and Miquelon"
      $value[204]->name
      public status -> string (1) "1"
      $value[204]->status
    205 => stdClass#1332 (4)
    $value[205]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[205]->continent_code
      public id -> string (3) "206"
      $value[205]->id
      public name -> string (5) "Sudan"
      $value[205]->name
      public status -> string (1) "1"
      $value[205]->status
    206 => stdClass#1331 (4)
    $value[206]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[206]->continent_code
      public id -> string (3) "207"
      $value[206]->id
      public name -> string (8) "Suriname"
      $value[206]->name
      public status -> string (1) "1"
      $value[206]->status
    207 => stdClass#1330 (4)
    $value[207]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[207]->continent_code
      public id -> string (3) "208"
      $value[207]->id
      public name -> string (30) "Svalbard and Jan Mayen Islands"
      $value[207]->name
      public status -> string (1) "1"
      $value[207]->status
    208 => stdClass#1329 (4)
    $value[208]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[208]->continent_code
      public id -> string (3) "209"
      $value[208]->id
      public name -> string (9) "Swaziland"
      $value[208]->name
      public status -> string (1) "1"
      $value[208]->status
    209 => stdClass#1328 (4)
    $value[209]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[209]->continent_code
      public id -> string (3) "210"
      $value[209]->id
      public name -> string (6) "Sweden"
      $value[209]->name
      public status -> string (1) "1"
      $value[209]->status
    210 => stdClass#1327 (4)
    $value[210]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[210]->continent_code
      public id -> string (3) "211"
      $value[210]->id
      public name -> string (11) "Switzerland"
      $value[210]->name
      public status -> string (1) "1"
      $value[210]->status
    211 => stdClass#1326 (4)
    $value[211]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[211]->continent_code
      public id -> string (3) "212"
      $value[211]->id
      public name -> string (20) "Syrian Arab Republic"
      $value[211]->name
      public status -> string (1) "1"
      $value[211]->status
    212 => stdClass#1325 (4)
    $value[212]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[212]->continent_code
      public id -> string (3) "213"
      $value[212]->id
      public name -> string (6) "Taiwan"
      $value[212]->name
      public status -> string (1) "1"
      $value[212]->status
    213 => stdClass#1324 (4)
    $value[213]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[213]->continent_code
      public id -> string (3) "214"
      $value[213]->id
      public name -> string (10) "Tajikistan"
      $value[213]->name
      public status -> string (1) "1"
      $value[213]->status
    214 => stdClass#1323 (4)
    $value[214]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[214]->continent_code
      public id -> string (3) "215"
      $value[214]->id
      public name -> string (8) "Tanzania"
      $value[214]->name
      public status -> string (1) "1"
      $value[214]->status
    215 => stdClass#1322 (4)
    $value[215]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[215]->continent_code
      public id -> string (3) "216"
      $value[215]->id
      public name -> string (8) "Thailand"
      $value[215]->name
      public status -> string (1) "1"
      $value[215]->status
    216 => stdClass#1321 (4)
    $value[216]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[216]->continent_code
      public id -> string (3) "217"
      $value[216]->id
      public name -> string (4) "Togo"
      $value[216]->name
      public status -> string (1) "1"
      $value[216]->status
    217 => stdClass#1320 (4)
    $value[217]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[217]->continent_code
      public id -> string (3) "218"
      $value[217]->id
      public name -> string (7) "Tokelau"
      $value[217]->name
      public status -> string (1) "1"
      $value[217]->status
    218 => stdClass#1319 (4)
    $value[218]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[218]->continent_code
      public id -> string (3) "219"
      $value[218]->id
      public name -> string (5) "Tonga"
      $value[218]->name
      public status -> string (1) "1"
      $value[218]->status
    219 => stdClass#1318 (4)
    $value[219]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[219]->continent_code
      public id -> string (3) "220"
      $value[219]->id
      public name -> string (19) "Trinidad and Tobago"
      $value[219]->name
      public status -> string (1) "1"
      $value[219]->status
    220 => stdClass#1317 (4)
    $value[220]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[220]->continent_code
      public id -> string (3) "221"
      $value[220]->id
      public name -> string (7) "Tunisia"
      $value[220]->name
      public status -> string (1) "1"
      $value[220]->status
    221 => stdClass#1316 (4)
    $value[221]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[221]->continent_code
      public id -> string (3) "222"
      $value[221]->id
      public name -> string (6) "Turkey"
      $value[221]->name
      public status -> string (1) "1"
      $value[221]->status
    222 => stdClass#1315 (4)
    $value[222]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[222]->continent_code
      public id -> string (3) "223"
      $value[222]->id
      public name -> string (12) "Turkmenistan"
      $value[222]->name
      public status -> string (1) "1"
      $value[222]->status
    223 => stdClass#1314 (4)
    $value[223]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[223]->continent_code
      public id -> string (3) "224"
      $value[223]->id
      public name -> string (24) "Turks and Caicos Islands"
      $value[223]->name
      public status -> string (1) "1"
      $value[223]->status
    224 => stdClass#1313 (4)
    $value[224]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[224]->continent_code
      public id -> string (3) "225"
      $value[224]->id
      public name -> string (6) "Tuvalu"
      $value[224]->name
      public status -> string (1) "1"
      $value[224]->status
    225 => stdClass#1312 (4)
    $value[225]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[225]->continent_code
      public id -> string (3) "226"
      $value[225]->id
      public name -> string (6) "Uganda"
      $value[225]->name
      public status -> string (1) "1"
      $value[225]->status
    226 => stdClass#1311 (4)
    $value[226]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[226]->continent_code
      public id -> string (3) "227"
      $value[226]->id
      public name -> string (7) "Ukraine"
      $value[226]->name
      public status -> string (1) "1"
      $value[226]->status
    227 => stdClass#1310 (4)
    $value[227]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[227]->continent_code
      public id -> string (3) "228"
      $value[227]->id
      public name -> string (20) "United Arab Emirates"
      $value[227]->name
      public status -> string (1) "1"
      $value[227]->status
    228 => stdClass#1309 (4)
    $value[228]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[228]->continent_code
      public id -> string (3) "229"
      $value[228]->id
      public name -> string (14) "United Kingdom"
      $value[228]->name
      public status -> string (1) "1"
      $value[228]->status
    229 => stdClass#1308 (4)
    $value[229]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[229]->continent_code
      public id -> string (3) "230"
      $value[229]->id
      public name -> string (13) "United States"
      $value[229]->name
      public status -> string (1) "1"
      $value[229]->status
    230 => stdClass#1307 (4)
    $value[230]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[230]->continent_code
      public id -> string (3) "231"
      $value[230]->id
      public name -> string (36) "United States minor outlying islands"
      $value[230]->name
      public status -> string (1) "1"
      $value[230]->status
    231 => stdClass#1306 (4)
    $value[231]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[231]->continent_code
      public id -> string (3) "232"
      $value[231]->id
      public name -> string (7) "Uruguay"
      $value[231]->name
      public status -> string (1) "1"
      $value[231]->status
    232 => stdClass#1305 (4)
    $value[232]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[232]->continent_code
      public id -> string (3) "233"
      $value[232]->id
      public name -> string (10) "Uzbekistan"
      $value[232]->name
      public status -> string (1) "1"
      $value[232]->status
    233 => stdClass#1304 (4)
    $value[233]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[233]->continent_code
      public id -> string (3) "234"
      $value[233]->id
      public name -> string (7) "Vanuatu"
      $value[233]->name
      public status -> string (1) "1"
      $value[233]->status
    234 => stdClass#1303 (4)
    $value[234]
    • Properties (4)
    • public continent_code -> string (2) "EU"
      $value[234]->continent_code
      public id -> string (3) "235"
      $value[234]->id
      public name -> string (18) "Vatican City State"
      $value[234]->name
      public status -> string (1) "1"
      $value[234]->status
    235 => stdClass#1302 (4)
    $value[235]
    • Properties (4)
    • public continent_code -> string (2) "SA"
      $value[235]->continent_code
      public id -> string (3) "236"
      $value[235]->id
      public name -> string (9) "Venezuela"
      $value[235]->name
      public status -> string (1) "1"
      $value[235]->status
    236 => stdClass#1301 (4)
    $value[236]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[236]->continent_code
      public id -> string (3) "237"
      $value[236]->id
      public name -> string (7) "Vietnam"
      $value[236]->name
      public status -> string (1) "1"
      $value[236]->status
    237 => stdClass#1300 (4)
    $value[237]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[237]->continent_code
      public id -> string (3) "238"
      $value[237]->id
      public name -> string (24) "Virgin Islands (British)"
      $value[237]->name
      public status -> string (1) "1"
      $value[237]->status
    238 => stdClass#1299 (4)
    $value[238]
    • Properties (4)
    • public continent_code -> string (2) "NA"
      $value[238]->continent_code
      public id -> string (3) "239"
      $value[238]->id
      public name -> string (21) "Virgin Islands (U.S.)"
      $value[238]->name
      public status -> string (1) "1"
      $value[238]->status
    239 => stdClass#1298 (4)
    $value[239]
    • Properties (4)
    • public continent_code -> string (2) "OC"
      $value[239]->continent_code
      public id -> string (3) "240"
      $value[239]->id
      public name -> string (25) "Wallis and Futuna Islands"
      $value[239]->name
      public status -> string (1) "1"
      $value[239]->status
    240 => stdClass#1297 (4)
    $value[240]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[240]->continent_code
      public id -> string (3) "241"
      $value[240]->id
      public name -> string (14) "Western Sahara"
      $value[240]->name
      public status -> string (1) "1"
      $value[240]->status
    241 => stdClass#1296 (4)
    $value[241]
    • Properties (4)
    • public continent_code -> string (2) "AS"
      $value[241]->continent_code
      public id -> string (3) "242"
      $value[241]->id
      public name -> string (5) "Yemen"
      $value[241]->name
      public status -> string (1) "1"
      $value[241]->status
    242 => stdClass#1295 (4)
    $value[242]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[242]->continent_code
      public id -> string (3) "243"
      $value[242]->id
      public name -> string (5) "Zaire"
      $value[242]->name
      public status -> string (1) "1"
      $value[242]->status
    243 => stdClass#1294 (4)
    $value[243]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[243]->continent_code
      public id -> string (3) "244"
      $value[243]->id
      public name -> string (6) "Zambia"
      $value[243]->name
      public status -> string (1) "1"
      $value[243]->status
    244 => stdClass#1293 (4)
    $value[244]
    • Properties (4)
    • public continent_code -> string (2) "AF"
      $value[244]->continent_code
      public id -> string (3) "245"
      $value[244]->id
      public name -> string (8) "Zimbabwe"
      $value[244]->name
      public status -> string (1) "1"
      $value[244]->status
    categoriesArray
    $value array (47)
    0 => array (8)
    $value[0]
    0 => stdClass#1291 (26)
    $value[0][0]
    • Properties (26)
    • public category_order -> string (1) "1"
      $value[0][0]->category_order
      public created_at -> string (19) "2022-03-06 20:50:44"
      $value[0][0]->created_at
      public description -> string (105) "Discover thousands of easy to customize themes, templates & CMS products, ma...
      $value[0][0]->description
      Discover thousands of easy to customize themes, templates & CMS products, made by world-class developers.
      
      public featured_order -> string (1) "1"
      $value[0][0]->featured_order
      public has_subcategory -> string (1) "2"
      $value[0][0]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][0]->homepage_order
      public id -> string (1) "5"
      $value[0][0]->id
      public image -> string (0) ""
      $value[0][0]->image
      public is_featured -> string (1) "0"
      $value[0][0]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][0]->join_parent_id
      public keywords -> UTF-8 string (69) "قوالب , وثيمات , الويب , Web , Web Themes , Templates"
      $value[0][0]->keywords
      قوالب , وثيمات , الويب , Web , Web Themes , Templates
      
      public level -> string (1) "1"
      $value[0][0]->level
      public name -> UTF-8 string (199) "1:::Web Themes & Templates|||3:::قوالب وثيمات الويب|||4:::Thèmes & modèles W...
      $value[0][0]->name
      1:::Web Themes & Templates|||3:::قوالب وثيمات الويب|||4:::Thèmes & modèles Web|||5:::Web Temaları & Şablonları|||6:::Webdesigns & Vorlagen|||7:::Веб-темы и шаблоны
      
      public parent_id -> string (1) "0"
      $value[0][0]->parent_id
      public parent_slug -> null
      $value[0][0]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][0]->parent_tree
      public show_description -> string (1) "0"
      $value[0][0]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][0]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][0]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][0]->show_subcategory_products
      public slug -> string (20) "web-themes-templates"
      $value[0][0]->slug
      public storage -> string (5) "local"
      $value[0][0]->storage
      public title_meta_tag -> UTF-8 string (52) "Web Temaları & Şablonları, Thèmes & modèles Web"
      $value[0][0]->title_meta_tag
      public tree_id -> string (1) "5"
      $value[0][0]->tree_id
      public visibility -> string (1) "1"
      $value[0][0]->visibility
    1 => stdClass#1290 (26)
    $value[0][1]
    • Properties (26)
    • public category_order -> string (1) "2"
      $value[0][1]->category_order
      public created_at -> string (19) "2022-05-14 21:18:22"
      $value[0][1]->created_at
      public description -> string (0) ""
      $value[0][1]->description
      public featured_order -> string (1) "1"
      $value[0][1]->featured_order
      public has_subcategory -> string (3) "469"
      $value[0][1]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][1]->homepage_order
      public id -> string (3) "468"
      $value[0][1]->id
      public image -> string (0) ""
      $value[0][1]->image
      public is_featured -> string (1) "0"
      $value[0][1]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][1]->join_parent_id
      public keywords -> UTF-8 string (209) "Anwendungen und Software , تطبيقات وبرامج , Приложения и программное обеспеч...
      $value[0][1]->keywords
      Anwendungen und Software , تطبيقات وبرامج , Приложения и программное обеспечение , Uygulamalar ve yazılım , Applications and software , Applications et logiciels
      
      public level -> string (1) "1"
      $value[0][1]->level
      public name -> UTF-8 string (218) "1:::Apps & Software|||3:::تطبيقات وبرامج|||4:::Applications & logiciels|||5:...
      $value[0][1]->name
      1:::Apps & Software|||3:::تطبيقات وبرامج|||4:::Applications & logiciels|||5:::Uygulamalar & yazılım|||6:::Anwendungen & Software|||7:::Приложения & программное обеспечение
      
      public parent_id -> string (1) "0"
      $value[0][1]->parent_id
      public parent_slug -> null
      $value[0][1]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][1]->parent_tree
      public show_description -> string (1) "0"
      $value[0][1]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][1]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][1]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][1]->show_subcategory_products
      public slug -> string (13) "apps-software"
      $value[0][1]->slug
      public storage -> string (5) "local"
      $value[0][1]->storage
      public title_meta_tag -> string (0) ""
      $value[0][1]->title_meta_tag
      public tree_id -> string (3) "468"
      $value[0][1]->tree_id
      public visibility -> string (1) "1"
      $value[0][1]->visibility
    2 => stdClass#1289 (26)
    $value[0][2]
    • Properties (26)
    • public category_order -> string (1) "3"
      $value[0][2]->category_order
      public created_at -> string (19) "2022-03-06 21:14:48"
      $value[0][2]->created_at
      public description -> string (0) ""
      $value[0][2]->description
      public featured_order -> string (1) "1"
      $value[0][2]->featured_order
      public has_subcategory -> string (2) "15"
      $value[0][2]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][2]->homepage_order
      public id -> string (1) "9"
      $value[0][2]->id
      public image -> string (0) ""
      $value[0][2]->image
      public is_featured -> string (1) "0"
      $value[0][2]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][2]->join_parent_id
      public keywords -> string (0) ""
      $value[0][2]->keywords
      public level -> string (1) "1"
      $value[0][2]->level
      public name -> UTF-8 string (66) "1:::Code|||3:::كود|||4:::Code|||5:::Kod|||6:::Code|||7:::Код"
      $value[0][2]->name
      public parent_id -> string (1) "0"
      $value[0][2]->parent_id
      public parent_slug -> null
      $value[0][2]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][2]->parent_tree
      public show_description -> string (1) "0"
      $value[0][2]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][2]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][2]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][2]->show_subcategory_products
      public slug -> string (4) "code"
      $value[0][2]->slug
      public storage -> string (5) "local"
      $value[0][2]->storage
      public title_meta_tag -> string (0) ""
      $value[0][2]->title_meta_tag
      public tree_id -> string (1) "9"
      $value[0][2]->tree_id
      public visibility -> string (1) "1"
      $value[0][2]->visibility
    3 => stdClass#1288 (26)
    $value[0][3]
    • Properties (26)
    • public category_order -> string (1) "5"
      $value[0][3]->category_order
      public created_at -> string (19) "2022-03-06 21:27:02"
      $value[0][3]->created_at
      public description -> string (0) ""
      $value[0][3]->description
      public featured_order -> string (1) "2"
      $value[0][3]->featured_order
      public has_subcategory -> string (3) "207"
      $value[0][3]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][3]->homepage_order
      public id -> string (2) "10"
      $value[0][3]->id
      public image -> string (0) ""
      $value[0][3]->image
      public is_featured -> string (1) "0"
      $value[0][3]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][3]->join_parent_id
      public keywords -> string (0) ""
      $value[0][3]->keywords
      public level -> string (1) "1"
      $value[0][3]->level
      public name -> UTF-8 string (80) "1::: Video|||3:::فيديو|||4:::Vidéo|||5:::Video|||6:::Video|||7:::Bидео"
      $value[0][3]->name
      public parent_id -> string (1) "0"
      $value[0][3]->parent_id
      public parent_slug -> null
      $value[0][3]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][3]->parent_tree
      public show_description -> string (1) "0"
      $value[0][3]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][3]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][3]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][3]->show_subcategory_products
      public slug -> string (5) "video"
      $value[0][3]->slug
      public storage -> string (5) "local"
      $value[0][3]->storage
      public title_meta_tag -> string (31) "Video effects and stock footage"
      $value[0][3]->title_meta_tag
      public tree_id -> string (2) "10"
      $value[0][3]->tree_id
      public visibility -> string (1) "1"
      $value[0][3]->visibility
    4 => stdClass#1287 (26)
    $value[0][4]
    • Properties (26)
    • public category_order -> string (1) "6"
      $value[0][4]->category_order
      public created_at -> string (19) "2022-03-06 21:29:10"
      $value[0][4]->created_at
      public description -> string (0) ""
      $value[0][4]->description
      public featured_order -> string (1) "1"
      $value[0][4]->featured_order
      public has_subcategory -> string (3) "289"
      $value[0][4]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][4]->homepage_order
      public id -> string (2) "12"
      $value[0][4]->id
      public image -> string (0) ""
      $value[0][4]->image
      public is_featured -> string (1) "0"
      $value[0][4]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][4]->join_parent_id
      public keywords -> string (0) ""
      $value[0][4]->keywords
      public level -> string (1) "1"
      $value[0][4]->level
      public name -> UTF-8 string (31) "1:::Graphics|||3:::جرافيك"
      $value[0][4]->name
      public parent_id -> string (1) "0"
      $value[0][4]->parent_id
      public parent_slug -> null
      $value[0][4]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][4]->parent_tree
      public show_description -> string (1) "0"
      $value[0][4]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][4]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][4]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][4]->show_subcategory_products
      public slug -> string (8) "graphics"
      $value[0][4]->slug
      public storage -> string (5) "local"
      $value[0][4]->storage
      public title_meta_tag -> string (0) ""
      $value[0][4]->title_meta_tag
      public tree_id -> string (2) "12"
      $value[0][4]->tree_id
      public visibility -> string (1) "1"
      $value[0][4]->visibility
    5 => stdClass#1286 (26)
    $value[0][5]
    • Properties (26)
    • public category_order -> string (1) "7"
      $value[0][5]->category_order
      public created_at -> string (19) "2022-03-06 21:34:32"
      $value[0][5]->created_at
      public description -> string (0) ""
      $value[0][5]->description
      public featured_order -> string (1) "1"
      $value[0][5]->featured_order
      public has_subcategory -> string (3) "132"
      $value[0][5]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][5]->homepage_order
      public id -> string (2) "13"
      $value[0][5]->id
      public image -> string (0) ""
      $value[0][5]->image
      public is_featured -> string (1) "0"
      $value[0][5]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][5]->join_parent_id
      public keywords -> string (0) ""
      $value[0][5]->keywords
      public level -> string (1) "1"
      $value[0][5]->level
      public name -> UTF-8 string (23) "1:::Photos|||3:::صور"
      $value[0][5]->name
      public parent_id -> string (1) "0"
      $value[0][5]->parent_id
      public parent_slug -> null
      $value[0][5]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][5]->parent_tree
      public show_description -> string (1) "0"
      $value[0][5]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][5]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][5]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][5]->show_subcategory_products
      public slug -> string (6) "photos"
      $value[0][5]->slug
      public storage -> string (5) "local"
      $value[0][5]->storage
      public title_meta_tag -> string (0) ""
      $value[0][5]->title_meta_tag
      public tree_id -> string (2) "13"
      $value[0][5]->tree_id
      public visibility -> string (1) "1"
      $value[0][5]->visibility
    6 => stdClass#1285 (26)
    $value[0][6]
    • Properties (26)
    • public category_order -> string (1) "8"
      $value[0][6]->category_order
      public created_at -> string (19) "2022-03-06 21:36:34"
      $value[0][6]->created_at
      public description -> string (0) ""
      $value[0][6]->description
      public featured_order -> string (1) "1"
      $value[0][6]->featured_order
      public has_subcategory -> string (3) "383"
      $value[0][6]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][6]->homepage_order
      public id -> string (2) "14"
      $value[0][6]->id
      public image -> string (0) ""
      $value[0][6]->image
      public is_featured -> string (1) "0"
      $value[0][6]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][6]->join_parent_id
      public keywords -> string (0) ""
      $value[0][6]->keywords
      public level -> string (1) "1"
      $value[0][6]->level
      public name -> UTF-8 string (32) "1:::3D Files|||3:::ملفات 3D"
      $value[0][6]->name
      1:::3D Files|||3:::ملفات 3D
      
      public parent_id -> string (1) "0"
      $value[0][6]->parent_id
      public parent_slug -> null
      $value[0][6]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][6]->parent_tree
      public show_description -> string (1) "0"
      $value[0][6]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][6]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][6]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][6]->show_subcategory_products
      public slug -> string (8) "3d-files"
      $value[0][6]->slug
      public storage -> string (5) "local"
      $value[0][6]->storage
      public title_meta_tag -> string (0) ""
      $value[0][6]->title_meta_tag
      public tree_id -> string (2) "14"
      $value[0][6]->tree_id
      public visibility -> string (1) "1"
      $value[0][6]->visibility
    7 => stdClass#1284 (26)
    $value[0][7]
    • Properties (26)
    • public category_order -> string (1) "9"
      $value[0][7]->category_order
      public created_at -> string (19) "2022-05-14 20:53:49"
      $value[0][7]->created_at
      public description -> string (7) "E Books"
      $value[0][7]->description
      public featured_order -> string (1) "1"
      $value[0][7]->featured_order
      public has_subcategory -> string (3) "467"
      $value[0][7]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0][7]->homepage_order
      public id -> string (3) "466"
      $value[0][7]->id
      public image -> string (0) ""
      $value[0][7]->image
      public is_featured -> string (1) "0"
      $value[0][7]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0][7]->join_parent_id
      public keywords -> UTF-8 string (129) "E-Bücher , Электронные книги , E kitaplar , Livres électroniques , الكتب الإ...
      $value[0][7]->keywords
      E-Bücher , Электронные книги , E kitaplar , Livres électroniques , الكتب الإلكترونية  , E Books
      
      public level -> string (1) "1"
      $value[0][7]->level
      public name -> UTF-8 string (152) "1:::E Books|||3:::الكتب الإلكترونية|||4:::Livres électroniques|||5:::E kitap...
      $value[0][7]->name
      1:::E Books|||3:::الكتب الإلكترونية|||4:::Livres électroniques|||5:::E kitaplar|||6:::E-Bücher|||7:::Электронные книги
      
      public parent_id -> string (1) "0"
      $value[0][7]->parent_id
      public parent_slug -> null
      $value[0][7]->parent_slug
      public parent_tree -> string (0) ""
      $value[0][7]->parent_tree
      public show_description -> string (1) "0"
      $value[0][7]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0][7]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0][7]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0][7]->show_subcategory_products
      public slug -> string (7) "e-books"
      $value[0][7]->slug
      public storage -> string (5) "local"
      $value[0][7]->storage
      public title_meta_tag -> string (7) "E Books"
      $value[0][7]->title_meta_tag
      public tree_id -> string (3) "466"
      $value[0][7]->tree_id
      public visibility -> string (1) "1"
      $value[0][7]->visibility
    14 => array (9)
    $value[14]
    0 => stdClass#1282 (14)
    $value[14][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[14][0]->category_order
      public featured_order -> string (1) "1"
      $value[14][0]->featured_order
      public has_subcategory -> string (3) "384"
      $value[14][0]->has_subcategory
      public id -> string (3) "383"
      $value[14][0]->id
      public image -> string (0) ""
      $value[14][0]->image
      public join_parent_id -> string (2) "14"
      $value[14][0]->join_parent_id
      public name -> UTF-8 string (58) "1:::3D Models|||3:::نماذج ثلاثية الأبعاد"
      $value[14][0]->name
      1:::3D Models|||3:::نماذج ثلاثية الأبعاد
      
      public parent_id -> string (2) "14"
      $value[14][0]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][0]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][0]->show_on_main_menu
      public slug -> string (9) "3d-models"
      $value[14][0]->slug
      public storage -> string (5) "local"
      $value[14][0]->storage
    1 => stdClass#1271 (14)
    $value[14][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[14][1]->category_order
      public featured_order -> string (1) "1"
      $value[14][1]->featured_order
      public has_subcategory -> null
      $value[14][1]->has_subcategory
      public id -> string (3) "408"
      $value[14][1]->id
      public image -> string (0) ""
      $value[14][1]->image
      public join_parent_id -> string (2) "14"
      $value[14][1]->join_parent_id
      public name -> UTF-8 string (27) "1:::Cars|||3:::سيارات"
      $value[14][1]->name
      public parent_id -> string (2) "14"
      $value[14][1]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][1]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][1]->show_on_main_menu
      public slug -> string (4) "cars"
      $value[14][1]->slug
      public storage -> string (5) "local"
      $value[14][1]->storage
    2 => stdClass#1262 (14)
    $value[14][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[14][2]->category_order
      public featured_order -> string (1) "1"
      $value[14][2]->featured_order
      public has_subcategory -> string (3) "411"
      $value[14][2]->has_subcategory
      public id -> string (3) "410"
      $value[14][2]->id
      public image -> string (0) ""
      $value[14][2]->image
      public join_parent_id -> string (2) "14"
      $value[14][2]->join_parent_id
      public name -> UTF-8 string (33) "1:::HDRI Images|||3:::صور HDRI"
      $value[14][2]->name
      public parent_id -> string (2) "14"
      $value[14][2]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][2]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][2]->show_on_main_menu
      public slug -> string (11) "hdri-images"
      $value[14][2]->slug
      public storage -> string (5) "local"
      $value[14][2]->storage
    3 => stdClass#1256 (14)
    $value[14][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[14][3]->category_order
      public featured_order -> string (1) "1"
      $value[14][3]->featured_order
      public has_subcategory -> string (3) "415"
      $value[14][3]->has_subcategory
      public id -> string (3) "414"
      $value[14][3]->id
      public image -> string (0) ""
      $value[14][3]->image
      public join_parent_id -> string (2) "14"
      $value[14][3]->join_parent_id
      public name -> string (33) "1:::CG Textures|||3:::CG Textures"
      $value[14][3]->name
      public parent_id -> string (2) "14"
      $value[14][3]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][3]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][3]->show_on_main_menu
      public slug -> string (11) "cg-textures"
      $value[14][3]->slug
      public storage -> string (5) "local"
      $value[14][3]->storage
    4 => stdClass#1245 (14)
    $value[14][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[14][4]->category_order
      public featured_order -> string (1) "1"
      $value[14][4]->featured_order
      public has_subcategory -> string (3) "445"
      $value[14][4]->has_subcategory
      public id -> string (3) "444"
      $value[14][4]->id
      public image -> string (0) ""
      $value[14][4]->image
      public join_parent_id -> string (2) "14"
      $value[14][4]->join_parent_id
      public name -> UTF-8 string (59) "1:::Materials & Shaders|||3:::المواد والتظليل"
      $value[14][4]->name
      1:::Materials & Shaders|||3:::المواد والتظليل
      
      public parent_id -> string (2) "14"
      $value[14][4]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][4]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][4]->show_on_main_menu
      public slug -> string (17) "materials-shaders"
      $value[14][4]->slug
      public storage -> string (5) "local"
      $value[14][4]->storage
    5 => stdClass#1238 (14)
    $value[14][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[14][5]->category_order
      public featured_order -> string (1) "1"
      $value[14][5]->featured_order
      public has_subcategory -> string (3) "460"
      $value[14][5]->has_subcategory
      public id -> string (3) "459"
      $value[14][5]->id
      public image -> string (0) ""
      $value[14][5]->image
      public join_parent_id -> string (2) "14"
      $value[14][5]->join_parent_id
      public name -> string (45) "1:::Scripts & Plugins|||3:::Scripts & Plugins"
      $value[14][5]->name
      public parent_id -> string (2) "14"
      $value[14][5]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][5]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][5]->show_on_main_menu
      public slug -> string (15) "scripts-plugins"
      $value[14][5]->slug
      public storage -> string (5) "local"
      $value[14][5]->storage
    6 => stdClass#1234 (14)
    $value[14][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[14][6]->category_order
      public featured_order -> string (1) "1"
      $value[14][6]->featured_order
      public has_subcategory -> null
      $value[14][6]->has_subcategory
      public id -> string (3) "462"
      $value[14][6]->id
      public image -> string (0) ""
      $value[14][6]->image
      public join_parent_id -> string (2) "14"
      $value[14][6]->join_parent_id
      public name -> string (33) "1:::2D Concepts|||3:::2D Concepts"
      $value[14][6]->name
      public parent_id -> string (2) "14"
      $value[14][6]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][6]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][6]->show_on_main_menu
      public slug -> string (11) "2d-concepts"
      $value[14][6]->slug
      public storage -> string (5) "local"
      $value[14][6]->storage
    7 => stdClass#1226 (14)
    $value[14][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[14][7]->category_order
      public featured_order -> string (1) "1"
      $value[14][7]->featured_order
      public has_subcategory -> null
      $value[14][7]->has_subcategory
      public id -> string (3) "463"
      $value[14][7]->id
      public image -> string (0) ""
      $value[14][7]->image
      public join_parent_id -> string (2) "14"
      $value[14][7]->join_parent_id
      public name -> string (39) "1:::Animation Data|||3:::Animation Data"
      $value[14][7]->name
      public parent_id -> string (2) "14"
      $value[14][7]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][7]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][7]->show_on_main_menu
      public slug -> string (14) "animation-data"
      $value[14][7]->slug
      public storage -> string (5) "local"
      $value[14][7]->storage
    8 => stdClass#1213 (14)
    $value[14][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[14][8]->category_order
      public featured_order -> string (1) "1"
      $value[14][8]->featured_order
      public has_subcategory -> null
      $value[14][8]->has_subcategory
      public id -> string (3) "464"
      $value[14][8]->id
      public image -> string (0) ""
      $value[14][8]->image
      public join_parent_id -> string (2) "14"
      $value[14][8]->join_parent_id
      public name -> string (37) "1:::Render Setups|||3:::Render Setups"
      $value[14][8]->name
      public parent_id -> string (2) "14"
      $value[14][8]->parent_id
      public parent_slug -> string (8) "3d-files"
      $value[14][8]->parent_slug
      public parent_tree -> string (2) "14"
      $value[14][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[14][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[14][8]->show_on_main_menu
      public slug -> string (13) "render-setups"
      $value[14][8]->slug
      public storage -> string (5) "local"
      $value[14][8]->storage
    466 => array (10)
    $value[466]
    0 => stdClass#1281 (14)
    $value[466][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[466][0]->category_order
      public featured_order -> string (1) "1"
      $value[466][0]->featured_order
      public has_subcategory -> null
      $value[466][0]->has_subcategory
      public id -> string (3) "467"
      $value[466][0]->id
      public image -> string (0) ""
      $value[466][0]->image
      public join_parent_id -> string (3) "466"
      $value[466][0]->join_parent_id
      public name -> UTF-8 string (228) "1:::Action & Adventure Fiction|||3:::خيال الحركة والمغامرة|||4:::Fiction d'a...
      $value[466][0]->name
      1:::Action & Adventure Fiction|||3:::خيال الحركة والمغامرة|||4:::Fiction d'action et d'aventure|||5:::Aksiyon ve Macera Kurgu|||6:::Action- und Abenteuerliteratur|||7:::Боевики и приключения
      
      public parent_id -> string (3) "466"
      $value[466][0]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][0]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][0]->show_on_main_menu
      public slug -> string (24) "action-adventure-fiction"
      $value[466][0]->slug
      public storage -> string (5) "local"
      $value[466][0]->storage
    1 => stdClass#1272 (14)
    $value[466][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[466][1]->category_order
      public featured_order -> string (1) "1"
      $value[466][1]->featured_order
      public has_subcategory -> null
      $value[466][1]->has_subcategory
      public id -> string (3) "472"
      $value[466][1]->id
      public image -> string (0) ""
      $value[466][1]->image
      public join_parent_id -> string (3) "466"
      $value[466][1]->join_parent_id
      public name -> UTF-8 string (227) "1:::Biography & Memoir|||3:::السيرة الذاتية والمذكرات|||4:::Biographie et mé...
      $value[466][1]->name
      1:::Biography & Memoir|||3:::السيرة الذاتية والمذكرات|||4:::Biographie et mémoire|||5:::Biyografi ve Anı|||6:::Biographie & Memoiren|||7:::Обладатели наград и выбор критиков
      
      public parent_id -> string (3) "466"
      $value[466][1]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][1]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][1]->show_on_main_menu
      public slug -> string (16) "biography-memoir"
      $value[466][1]->slug
      public storage -> string (5) "local"
      $value[466][1]->storage
    2 => stdClass#1264 (14)
    $value[466][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[466][2]->category_order
      public featured_order -> string (1) "1"
      $value[466][2]->featured_order
      public has_subcategory -> string (3) "522"
      $value[466][2]->has_subcategory
      public id -> string (3) "473"
      $value[466][2]->id
      public image -> string (0) ""
      $value[466][2]->image
      public join_parent_id -> string (3) "466"
      $value[466][2]->join_parent_id
      public name -> UTF-8 string (104) "1:::Business|||3:::مال وأعمال|||4:::Affaires|||5:::İşletme|||6:::Geschäft|||...
      $value[466][2]->name
      1:::Business|||3:::مال وأعمال|||4:::Affaires|||5:::İşletme|||6:::Geschäft|||7:::Бизнес
      
      public parent_id -> string (3) "466"
      $value[466][2]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][2]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][2]->show_on_main_menu
      public slug -> string (12) "business-473"
      $value[466][2]->slug
      public storage -> string (5) "local"
      $value[466][2]->storage
    3 => stdClass#1257 (14)
    $value[466][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[466][3]->category_order
      public featured_order -> string (1) "1"
      $value[466][3]->featured_order
      public has_subcategory -> null
      $value[466][3]->has_subcategory
      public id -> string (3) "474"
      $value[466][3]->id
      public image -> string (0) ""
      $value[466][3]->image
      public join_parent_id -> string (3) "466"
      $value[466][3]->join_parent_id
      public name -> UTF-8 string (163) "1:::Career & Growth|||3:::النمو الوظيفي|||4:::Évolution de carrière|||5:::Ka...
      $value[466][3]->name
      1:::Career & Growth|||3:::النمو الوظيفي|||4:::Évolution de carrière|||5:::Kariyer gelişimi|||6:::Karriere Wachstum|||7:::Карьерный рост
      
      public parent_id -> string (3) "466"
      $value[466][3]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][3]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][3]->show_on_main_menu
      public slug -> string (13) "career-growth"
      $value[466][3]->slug
      public storage -> string (5) "local"
      $value[466][3]->storage
    4 => stdClass#1250 (14)
    $value[466][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[466][4]->category_order
      public featured_order -> string (1) "1"
      $value[466][4]->featured_order
      public has_subcategory -> null
      $value[466][4]->has_subcategory
      public id -> string (3) "475"
      $value[466][4]->id
      public image -> string (0) ""
      $value[466][4]->image
      public join_parent_id -> string (3) "466"
      $value[466][4]->join_parent_id
      public name -> UTF-8 string (92) "1:::Children's|||3:::أطفال|||4:::Enfants|||5:::çocuk|||6:::Kinder|||7:::Детс...
      $value[466][4]->name
      1:::Children's|||3:::أطفال|||4:::Enfants|||5:::çocuk|||6:::Kinder|||7:::Детская
      
      public parent_id -> string (3) "466"
      $value[466][4]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][4]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][4]->show_on_main_menu
      public slug -> string (9) "childrens"
      $value[466][4]->slug
      public storage -> string (5) "local"
      $value[466][4]->storage
    5 => stdClass#1242 (14)
    $value[466][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[466][5]->category_order
      public featured_order -> string (1) "1"
      $value[466][5]->featured_order
      public has_subcategory -> null
      $value[466][5]->has_subcategory
      public id -> string (3) "476"
      $value[466][5]->id
      public image -> string (0) ""
      $value[466][5]->image
      public join_parent_id -> string (3) "466"
      $value[466][5]->join_parent_id
      public name -> UTF-8 string (109) "1:::Classics|||3:::كلاسيكيات|||4:::Classiques|||5:::klasikler|||6:::Klassike...
      $value[466][5]->name
      1:::Classics|||3:::كلاسيكيات|||4:::Classiques|||5:::klasikler|||6:::Klassiker|||7:::Классика
      
      public parent_id -> string (3) "466"
      $value[466][5]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][5]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][5]->show_on_main_menu
      public slug -> string (8) "classics"
      $value[466][5]->slug
      public storage -> string (5) "local"
      $value[466][5]->storage
    6 => stdClass#1230 (14)
    $value[466][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[466][6]->category_order
      public featured_order -> string (1) "1"
      $value[466][6]->featured_order
      public has_subcategory -> null
      $value[466][6]->has_subcategory
      public id -> string (3) "477"
      $value[466][6]->id
      public image -> string (0) ""
      $value[466][6]->image
      public join_parent_id -> string (3) "466"
      $value[466][6]->join_parent_id
      public name -> UTF-8 string (244) "1:::Comics & Graphic Novels|||3:::كتب وروايات مصورة|||4:::Bandes dessinées e...
      $value[466][6]->name
      1:::Comics & Graphic Novels|||3:::كتب وروايات مصورة|||4:::Bandes dessinées et romans graphiques|||5:::Çizgi Romanlar ve Grafik Romanlar|||6:::Comics und Graphic Novels|||7:::Комиксы и графические романы
      
      public parent_id -> string (3) "466"
      $value[466][6]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][6]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][6]->show_on_main_menu
      public slug -> string (21) "comics-graphic-novels"
      $value[466][6]->slug
      public storage -> string (5) "local"
      $value[466][6]->storage
    7 => stdClass#1224 (14)
    $value[466][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[466][7]->category_order
      public featured_order -> string (1) "1"
      $value[466][7]->featured_order
      public has_subcategory -> null
      $value[466][7]->has_subcategory
      public id -> string (3) "478"
      $value[466][7]->id
      public image -> string (0) ""
      $value[466][7]->image
      public join_parent_id -> string (3) "466"
      $value[466][7]->join_parent_id
      public name -> UTF-8 string (134) "1:::Computers|||3:::أجهزة الكمبيوتر|||4:::Des ordinateurs|||5:::bilgisayarla...
      $value[466][7]->name
      1:::Computers|||3:::أجهزة الكمبيوتر|||4:::Des ordinateurs|||5:::bilgisayarlar|||6:::Computers|||7:::Компьютеры
      
      public parent_id -> string (3) "466"
      $value[466][7]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][7]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][7]->show_on_main_menu
      public slug -> string (9) "computers"
      $value[466][7]->slug
      public storage -> string (5) "local"
      $value[466][7]->storage
    8 => stdClass#1218 (14)
    $value[466][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[466][8]->category_order
      public featured_order -> string (1) "1"
      $value[466][8]->featured_order
      public has_subcategory -> null
      $value[466][8]->has_subcategory
      public id -> string (3) "479"
      $value[466][8]->id
      public image -> string (0) ""
      $value[466][8]->image
      public join_parent_id -> string (3) "466"
      $value[466][8]->join_parent_id
      public name -> UTF-8 string (189) "1:::Contemporary Fiction|||3:::الخيال المعاصر|||4:::Fiction contemporaine|||...
      $value[466][8]->name
      1:::Contemporary Fiction|||3:::الخيال المعاصر|||4:::Fiction contemporaine|||5:::Çağdaş Kurgu|||6:::Zeitgenössische Fiktion|||7:::Современная фантастика
      
      public parent_id -> string (3) "466"
      $value[466][8]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][8]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][8]->show_on_main_menu
      public slug -> string (20) "contemporary-fiction"
      $value[466][8]->slug
      public storage -> string (5) "local"
      $value[466][8]->storage
    9 => stdClass#1210 (14)
    $value[466][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[466][9]->category_order
      public featured_order -> string (1) "1"
      $value[466][9]->featured_order
      public has_subcategory -> null
      $value[466][9]->has_subcategory
      public id -> string (3) "480"
      $value[466][9]->id
      public image -> string (0) ""
      $value[466][9]->image
      public join_parent_id -> string (3) "466"
      $value[466][9]->join_parent_id
      public name -> UTF-8 string (140) "1:::Cooking & Food|||3:::الطبخ والطعام|||4:::Cuisiner|||5:::Yemek pişirmek||...
      $value[466][9]->name
      1:::Cooking & Food|||3:::الطبخ والطعام|||4:::Cuisiner|||5:::Yemek pişirmek|||6:::Essen zubereiten|||7:::Готовить еду
      
      public parent_id -> string (3) "466"
      $value[466][9]->parent_id
      public parent_slug -> string (7) "e-books"
      $value[466][9]->parent_slug
      public parent_tree -> string (3) "466"
      $value[466][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[466][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[466][9]->show_on_main_menu
      public slug -> string (12) "cooking-food"
      $value[466][9]->slug
      public storage -> string (5) "local"
      $value[466][9]->storage
    10 => array (10)
    $value[10]
    0 => stdClass#1280 (14)
    $value[10][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[10][0]->category_order
      public featured_order -> string (1) "1"
      $value[10][0]->featured_order
      public has_subcategory -> string (3) "208"
      $value[10][0]->has_subcategory
      public id -> string (3) "207"
      $value[10][0]->id
      public image -> string (0) ""
      $value[10][0]->image
      public join_parent_id -> string (2) "10"
      $value[10][0]->join_parent_id
      public name -> UTF-8 string (64) "1:::After Effects Templates|||3:::قوالب أفتر إفكتس"
      $value[10][0]->name
      public parent_id -> string (2) "10"
      $value[10][0]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][0]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][0]->show_on_main_menu
      public slug -> string (23) "after-effects-templates"
      $value[10][0]->slug
      public storage -> string (5) "local"
      $value[10][0]->storage
    1 => stdClass#1269 (14)
    $value[10][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[10][1]->category_order
      public featured_order -> string (1) "1"
      $value[10][1]->featured_order
      public has_subcategory -> string (3) "218"
      $value[10][1]->has_subcategory
      public id -> string (3) "217"
      $value[10][1]->id
      public image -> string (0) ""
      $value[10][1]->image
      public join_parent_id -> string (2) "10"
      $value[10][1]->join_parent_id
      public name -> UTF-8 string (63) "1:::Premiere Pro Templates|||3:::قوالب بريمير برو"
      $value[10][1]->name
      1:::Premiere Pro Templates|||3:::قوالب بريمير برو
      
      public parent_id -> string (2) "10"
      $value[10][1]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][1]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][1]->show_on_main_menu
      public slug -> string (22) "premiere-pro-templates"
      $value[10][1]->slug
      public storage -> string (5) "local"
      $value[10][1]->storage
    2 => stdClass#1266 (14)
    $value[10][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[10][2]->category_order
      public featured_order -> string (1) "1"
      $value[10][2]->featured_order
      public has_subcategory -> string (3) "227"
      $value[10][2]->has_subcategory
      public id -> string (3) "226"
      $value[10][2]->id
      public image -> string (0) ""
      $value[10][2]->image
      public join_parent_id -> string (2) "10"
      $value[10][2]->join_parent_id
      public name -> UTF-8 string (38) "1:::Apple Motion|||3:::أبل موشن"
      $value[10][2]->name
      1:::Apple Motion|||3:::أبل موشن
      
      public parent_id -> string (2) "10"
      $value[10][2]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][2]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][2]->show_on_main_menu
      public slug -> string (12) "apple-motion"
      $value[10][2]->slug
      public storage -> string (5) "local"
      $value[10][2]->storage
    3 => stdClass#1254 (14)
    $value[10][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[10][3]->category_order
      public featured_order -> string (1) "1"
      $value[10][3]->featured_order
      public has_subcategory -> string (3) "233"
      $value[10][3]->has_subcategory
      public id -> string (3) "232"
      $value[10][3]->id
      public image -> string (0) ""
      $value[10][3]->image
      public join_parent_id -> string (2) "10"
      $value[10][3]->join_parent_id
      public name -> UTF-8 string (74) "1:::DaVinci Resolve Templates|||3:::قوالب دافينشي ريسولف"
      $value[10][3]->name
      public parent_id -> string (2) "10"
      $value[10][3]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][3]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][3]->show_on_main_menu
      public slug -> string (25) "davinci-resolve-templates"
      $value[10][3]->slug
      public storage -> string (5) "local"
      $value[10][3]->storage
    4 => stdClass#1244 (14)
    $value[10][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[10][4]->category_order
      public featured_order -> string (1) "1"
      $value[10][4]->featured_order
      public has_subcategory -> string (3) "242"
      $value[10][4]->has_subcategory
      public id -> string (3) "241"
      $value[10][4]->id
      public image -> string (0) ""
      $value[10][4]->image
      public join_parent_id -> string (2) "10"
      $value[10][4]->join_parent_id
      public name -> UTF-8 string (51) "1:::Motion Graphics|||3:::رسومات متحركه"
      $value[10][4]->name
      1:::Motion Graphics|||3:::رسومات متحركه
      
      public parent_id -> string (2) "10"
      $value[10][4]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][4]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][4]->show_on_main_menu
      public slug -> string (15) "motion-graphics"
      $value[10][4]->slug
      public storage -> string (5) "local"
      $value[10][4]->storage
    5 => stdClass#1236 (14)
    $value[10][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[10][5]->category_order
      public featured_order -> string (1) "1"
      $value[10][5]->featured_order
      public has_subcategory -> string (3) "253"
      $value[10][5]->has_subcategory
      public id -> string (3) "252"
      $value[10][5]->id
      public image -> string (0) ""
      $value[10][5]->image
      public join_parent_id -> string (2) "10"
      $value[10][5]->join_parent_id
      public name -> UTF-8 string (45) "1:::Stock Footage|||3:::مقاطع فيديو"
      $value[10][5]->name
      1:::Stock Footage|||3:::مقاطع فيديو
      
      public parent_id -> string (2) "10"
      $value[10][5]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][5]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][5]->show_on_main_menu
      public slug -> string (13) "stock-footage"
      $value[10][5]->slug
      public storage -> string (5) "local"
      $value[10][5]->storage
    6 => stdClass#1233 (14)
    $value[10][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[10][6]->category_order
      public featured_order -> string (1) "1"
      $value[10][6]->featured_order
      public has_subcategory -> string (3) "278"
      $value[10][6]->has_subcategory
      public id -> string (3) "277"
      $value[10][6]->id
      public image -> string (0) ""
      $value[10][6]->image
      public join_parent_id -> string (2) "10"
      $value[10][6]->join_parent_id
      public name -> UTF-8 string (30) "1:::Add Ons|||3:::إضافات"
      $value[10][6]->name
      public parent_id -> string (2) "10"
      $value[10][6]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][6]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][6]->show_on_main_menu
      public slug -> string (11) "add-ons-277"
      $value[10][6]->slug
      public storage -> string (5) "local"
      $value[10][6]->storage
    7 => stdClass#1225 (14)
    $value[10][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[10][7]->category_order
      public featured_order -> string (1) "1"
      $value[10][7]->featured_order
      public has_subcategory -> string (3) "281"
      $value[10][7]->has_subcategory
      public id -> string (3) "284"
      $value[10][7]->id
      public image -> string (0) ""
      $value[10][7]->image
      public join_parent_id -> string (2) "10"
      $value[10][7]->join_parent_id
      public name -> UTF-8 string (33) "1:::Cinema 4D|||3:::سينما 4D"
      $value[10][7]->name
      1:::Cinema 4D|||3:::سينما 4D
      
      public parent_id -> string (2) "10"
      $value[10][7]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][7]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][7]->show_on_main_menu
      public slug -> string (9) "cinema-4d"
      $value[10][7]->slug
      public storage -> string (5) "local"
      $value[10][7]->storage
    8 => stdClass#1216 (14)
    $value[10][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[10][8]->category_order
      public featured_order -> string (1) "1"
      $value[10][8]->featured_order
      public has_subcategory -> null
      $value[10][8]->has_subcategory
      public id -> string (3) "286"
      $value[10][8]->id
      public image -> string (0) ""
      $value[10][8]->image
      public join_parent_id -> string (2) "10"
      $value[10][8]->join_parent_id
      public name -> UTF-8 string (44) "1:::Logo Files|||3:::ملفات الشعار"
      $value[10][8]->name
      1:::Logo Files|||3:::ملفات الشعار
      
      public parent_id -> string (2) "10"
      $value[10][8]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][8]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][8]->show_on_main_menu
      public slug -> string (10) "logo-files"
      $value[10][8]->slug
      public storage -> string (5) "local"
      $value[10][8]->storage
    9 => stdClass#1206 (14)
    $value[10][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[10][9]->category_order
      public featured_order -> string (1) "1"
      $value[10][9]->featured_order
      public has_subcategory -> null
      $value[10][9]->has_subcategory
      public id -> string (3) "287"
      $value[10][9]->id
      public image -> string (0) ""
      $value[10][9]->image
      public join_parent_id -> string (2) "10"
      $value[10][9]->join_parent_id
      public name -> UTF-8 string (46) "1:::News Files|||3:::ملفات الأخبار"
      $value[10][9]->name
      1:::News Files|||3:::ملفات الأخبار
      
      public parent_id -> string (2) "10"
      $value[10][9]->parent_id
      public parent_slug -> string (5) "video"
      $value[10][9]->parent_slug
      public parent_tree -> string (2) "10"
      $value[10][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[10][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[10][9]->show_on_main_menu
      public slug -> string (10) "news-files"
      $value[10][9]->slug
      public storage -> string (5) "local"
      $value[10][9]->storage
    13 => array (10)
    $value[13]
    0 => stdClass#1279 (14)
    $value[13][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[13][0]->category_order
      public featured_order -> string (1) "1"
      $value[13][0]->featured_order
      public has_subcategory -> null
      $value[13][0]->has_subcategory
      public id -> string (3) "132"
      $value[13][0]->id
      public image -> string (0) ""
      $value[13][0]->image
      public join_parent_id -> string (2) "13"
      $value[13][0]->join_parent_id
      public name -> UTF-8 string (32) "1:::Animals|||3:::حيوانات"
      $value[13][0]->name
      public parent_id -> string (2) "13"
      $value[13][0]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][0]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][0]->show_on_main_menu
      public slug -> string (7) "animals"
      $value[13][0]->slug
      public storage -> string (5) "local"
      $value[13][0]->storage
    1 => stdClass#1273 (14)
    $value[13][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[13][1]->category_order
      public featured_order -> string (1) "1"
      $value[13][1]->featured_order
      public has_subcategory -> null
      $value[13][1]->has_subcategory
      public id -> string (3) "133"
      $value[13][1]->id
      public image -> string (0) ""
      $value[13][1]->image
      public join_parent_id -> string (2) "13"
      $value[13][1]->join_parent_id
      public name -> UTF-8 string (33) "1:::Architecture|||3:::مباني"
      $value[13][1]->name
      1:::Architecture|||3:::مباني
      
      public parent_id -> string (2) "13"
      $value[13][1]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][1]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][1]->show_on_main_menu
      public slug -> string (12) "architecture"
      $value[13][1]->slug
      public storage -> string (5) "local"
      $value[13][1]->storage
    2 => stdClass#1265 (14)
    $value[13][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[13][2]->category_order
      public featured_order -> string (1) "1"
      $value[13][2]->featured_order
      public has_subcategory -> null
      $value[13][2]->has_subcategory
      public id -> string (3) "134"
      $value[13][2]->id
      public image -> string (0) ""
      $value[13][2]->image
      public join_parent_id -> string (2) "13"
      $value[13][2]->join_parent_id
      public name -> UTF-8 string (31) "1:::Business|||3:::بيزنيس"
      $value[13][2]->name
      public parent_id -> string (2) "13"
      $value[13][2]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][2]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][2]->show_on_main_menu
      public slug -> string (8) "business"
      $value[13][2]->slug
      public storage -> string (5) "local"
      $value[13][2]->storage
    3 => stdClass#1253 (14)
    $value[13][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[13][3]->category_order
      public featured_order -> string (1) "1"
      $value[13][3]->featured_order
      public has_subcategory -> null
      $value[13][3]->has_subcategory
      public id -> string (3) "135"
      $value[13][3]->id
      public image -> string (0) ""
      $value[13][3]->image
      public join_parent_id -> string (2) "13"
      $value[13][3]->join_parent_id
      public name -> UTF-8 string (23) "1:::Food|||3:::طعام"
      $value[13][3]->name
      1:::Food|||3:::طعام
      
      public parent_id -> string (2) "13"
      $value[13][3]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][3]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][3]->show_on_main_menu
      public slug -> string (4) "food"
      $value[13][3]->slug
      public storage -> string (5) "local"
      $value[13][3]->storage
    4 => stdClass#1247 (14)
    $value[13][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[13][4]->category_order
      public featured_order -> string (1) "1"
      $value[13][4]->featured_order
      public has_subcategory -> null
      $value[13][4]->has_subcategory
      public id -> string (3) "136"
      $value[13][4]->id
      public image -> string (0) ""
      $value[13][4]->image
      public join_parent_id -> string (2) "13"
      $value[13][4]->join_parent_id
      public name -> UTF-8 string (23) "1:::Health|||3:::صحة"
      $value[13][4]->name
      public parent_id -> string (2) "13"
      $value[13][4]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][4]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][4]->show_on_main_menu
      public slug -> string (6) "health"
      $value[13][4]->slug
      public storage -> string (5) "local"
      $value[13][4]->storage
    5 => stdClass#1237 (14)
    $value[13][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[13][5]->category_order
      public featured_order -> string (1) "1"
      $value[13][5]->featured_order
      public has_subcategory -> null
      $value[13][5]->has_subcategory
      public id -> string (3) "137"
      $value[13][5]->id
      public image -> string (0) ""
      $value[13][5]->image
      public join_parent_id -> string (2) "13"
      $value[13][5]->join_parent_id
      public name -> UTF-8 string (27) "1:::Sports|||3:::رياضة"
      $value[13][5]->name
      public parent_id -> string (2) "13"
      $value[13][5]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][5]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][5]->show_on_main_menu
      public slug -> string (6) "sports"
      $value[13][5]->slug
      public storage -> string (5) "local"
      $value[13][5]->storage
    6 => stdClass#1227 (14)
    $value[13][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[13][6]->category_order
      public featured_order -> string (1) "1"
      $value[13][6]->featured_order
      public has_subcategory -> null
      $value[13][6]->has_subcategory
      public id -> string (3) "138"
      $value[13][6]->id
      public image -> string (0) ""
      $value[13][6]->image
      public join_parent_id -> string (2) "13"
      $value[13][6]->join_parent_id
      public name -> UTF-8 string (27) "1:::People|||3:::اشخاص"
      $value[13][6]->name
      public parent_id -> string (2) "13"
      $value[13][6]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][6]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][6]->show_on_main_menu
      public slug -> string (6) "people"
      $value[13][6]->slug
      public storage -> string (5) "local"
      $value[13][6]->storage
    7 => stdClass#1219 (14)
    $value[13][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[13][7]->category_order
      public featured_order -> string (1) "1"
      $value[13][7]->featured_order
      public has_subcategory -> null
      $value[13][7]->has_subcategory
      public id -> string (3) "139"
      $value[13][7]->id
      public image -> string (0) ""
      $value[13][7]->image
      public join_parent_id -> string (2) "13"
      $value[13][7]->join_parent_id
      public name -> UTF-8 string (39) "1:::Technology|||3:::تكنولوجيا"
      $value[13][7]->name
      public parent_id -> string (2) "13"
      $value[13][7]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][7]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][7]->show_on_main_menu
      public slug -> string (10) "technology"
      $value[13][7]->slug
      public storage -> string (5) "local"
      $value[13][7]->storage
    8 => stdClass#1212 (14)
    $value[13][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[13][8]->category_order
      public featured_order -> string (1) "1"
      $value[13][8]->featured_order
      public has_subcategory -> null
      $value[13][8]->has_subcategory
      public id -> string (3) "140"
      $value[13][8]->id
      public image -> string (0) ""
      $value[13][8]->image
      public join_parent_id -> string (2) "13"
      $value[13][8]->join_parent_id
      public name -> UTF-8 string (23) "1:::Travel|||3:::سفر"
      $value[13][8]->name
      public parent_id -> string (2) "13"
      $value[13][8]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][8]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][8]->show_on_main_menu
      public slug -> string (6) "travel"
      $value[13][8]->slug
      public storage -> string (5) "local"
      $value[13][8]->storage
    9 => stdClass#1207 (14)
    $value[13][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[13][9]->category_order
      public featured_order -> string (1) "1"
      $value[13][9]->featured_order
      public has_subcategory -> null
      $value[13][9]->has_subcategory
      public id -> string (3) "141"
      $value[13][9]->id
      public image -> string (0) ""
      $value[13][9]->image
      public join_parent_id -> string (2) "13"
      $value[13][9]->join_parent_id
      public name -> UTF-8 string (34) "1:::Miscellaneous|||3:::متنوع"
      $value[13][9]->name
      1:::Miscellaneous|||3:::متنوع
      
      public parent_id -> string (2) "13"
      $value[13][9]->parent_id
      public parent_slug -> string (6) "photos"
      $value[13][9]->parent_slug
      public parent_tree -> string (2) "13"
      $value[13][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[13][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[13][9]->show_on_main_menu
      public slug -> string (17) "miscellaneous-141"
      $value[13][9]->slug
      public storage -> string (5) "local"
      $value[13][9]->storage
    12 => array (10)
    $value[12]
    0 => stdClass#1278 (14)
    $value[12][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[12][0]->category_order
      public featured_order -> string (1) "1"
      $value[12][0]->featured_order
      public has_subcategory -> string (3) "290"
      $value[12][0]->has_subcategory
      public id -> string (3) "289"
      $value[12][0]->id
      public image -> string (0) ""
      $value[12][0]->image
      public join_parent_id -> string (2) "12"
      $value[12][0]->join_parent_id
      public name -> UTF-8 string (33) "1:::Graphics|||3:::جرافيكس"
      $value[12][0]->name
      public parent_id -> string (2) "12"
      $value[12][0]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][0]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][0]->show_on_main_menu
      public slug -> string (12) "graphics-289"
      $value[12][0]->slug
      public storage -> string (5) "local"
      $value[12][0]->storage
    1 => stdClass#1268 (14)
    $value[12][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[12][1]->category_order
      public featured_order -> string (1) "1"
      $value[12][1]->featured_order
      public has_subcategory -> string (3) "299"
      $value[12][1]->has_subcategory
      public id -> string (3) "298"
      $value[12][1]->id
      public image -> string (0) ""
      $value[12][1]->image
      public join_parent_id -> string (2) "12"
      $value[12][1]->join_parent_id
      public name -> UTF-8 string (32) "1:::Print|||3:::مطبُوعات"
      $value[12][1]->name
      1:::Print|||3:::مطبُوعات
      
      public parent_id -> string (2) "12"
      $value[12][1]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][1]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][1]->show_on_main_menu
      public slug -> string (5) "print"
      $value[12][1]->slug
      public storage -> string (5) "local"
      $value[12][1]->storage
    2 => stdClass#1259 (14)
    $value[12][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[12][2]->category_order
      public featured_order -> string (1) "1"
      $value[12][2]->featured_order
      public has_subcategory -> string (3) "314"
      $value[12][2]->has_subcategory
      public id -> string (3) "313"
      $value[12][2]->id
      public image -> string (0) ""
      $value[12][2]->image
      public join_parent_id -> string (2) "12"
      $value[12][2]->join_parent_id
      public name -> UTF-8 string (44) "1:::Web Elements|||3:::عناصر الويب"
      $value[12][2]->name
      public parent_id -> string (2) "12"
      $value[12][2]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][2]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][2]->show_on_main_menu
      public slug -> string (12) "web-elements"
      $value[12][2]->slug
      public storage -> string (5) "local"
      $value[12][2]->storage
    3 => stdClass#1258 (14)
    $value[12][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[12][3]->category_order
      public featured_order -> string (1) "1"
      $value[12][3]->featured_order
      public has_subcategory -> string (3) "327"
      $value[12][3]->has_subcategory
      public id -> string (3) "326"
      $value[12][3]->id
      public image -> string (0) ""
      $value[12][3]->image
      public join_parent_id -> string (2) "12"
      $value[12][3]->join_parent_id
      public name -> UTF-8 string (34) "1:::Add-ons|||3:::الإضافات"
      $value[12][3]->name
      public parent_id -> string (2) "12"
      $value[12][3]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][3]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][3]->show_on_main_menu
      public slug -> string (11) "add-ons-326"
      $value[12][3]->slug
      public storage -> string (5) "local"
      $value[12][3]->storage
    4 => stdClass#1243 (14)
    $value[12][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[12][4]->category_order
      public featured_order -> string (1) "1"
      $value[12][4]->featured_order
      public has_subcategory -> string (3) "332"
      $value[12][4]->has_subcategory
      public id -> string (3) "331"
      $value[12][4]->id
      public image -> string (0) ""
      $value[12][4]->image
      public join_parent_id -> string (2) "12"
      $value[12][4]->join_parent_id
      public name -> UTF-8 string (30) "1:::Vectors|||3:::فيكتور"
      $value[12][4]->name
      public parent_id -> string (2) "12"
      $value[12][4]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][4]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][4]->show_on_main_menu
      public slug -> string (7) "vectors"
      $value[12][4]->slug
      public storage -> string (5) "local"
      $value[12][4]->storage
    5 => stdClass#1239 (14)
    $value[12][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[12][5]->category_order
      public featured_order -> string (1) "1"
      $value[12][5]->featured_order
      public has_subcategory -> string (3) "339"
      $value[12][5]->has_subcategory
      public id -> string (3) "338"
      $value[12][5]->id
      public image -> string (0) ""
      $value[12][5]->image
      public join_parent_id -> string (2) "12"
      $value[12][5]->join_parent_id
      public name -> UTF-8 string (55) "1:::Presentations|||3:::العروض التقديمية"
      $value[12][5]->name
      1:::Presentations|||3:::العروض التقديمية
      
      public parent_id -> string (2) "12"
      $value[12][5]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][5]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][5]->show_on_main_menu
      public slug -> string (17) "presentations-338"
      $value[12][5]->slug
      public storage -> string (5) "local"
      $value[12][5]->storage
    6 => stdClass#1228 (14)
    $value[12][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[12][6]->category_order
      public featured_order -> string (1) "1"
      $value[12][6]->featured_order
      public has_subcategory -> string (3) "343"
      $value[12][6]->has_subcategory
      public id -> string (3) "342"
      $value[12][6]->id
      public image -> string (0) ""
      $value[12][6]->image
      public join_parent_id -> string (2) "12"
      $value[12][6]->join_parent_id
      public name -> UTF-8 string (30) "1:::Icons|||3:::أيقونات"
      $value[12][6]->name
      public parent_id -> string (2) "12"
      $value[12][6]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][6]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][6]->show_on_main_menu
      public slug -> string (5) "icons"
      $value[12][6]->slug
      public storage -> string (5) "local"
      $value[12][6]->storage
    7 => stdClass#1222 (14)
    $value[12][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[12][7]->category_order
      public featured_order -> string (1) "1"
      $value[12][7]->featured_order
      public has_subcategory -> string (3) "354"
      $value[12][7]->has_subcategory
      public id -> string (3) "353"
      $value[12][7]->id
      public image -> string (0) ""
      $value[12][7]->image
      public join_parent_id -> string (2) "12"
      $value[12][7]->join_parent_id
      public name -> UTF-8 string (24) "1:::Fonts|||3:::خطوط"
      $value[12][7]->name
      public parent_id -> string (2) "12"
      $value[12][7]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][7]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][7]->show_on_main_menu
      public slug -> string (5) "fonts"
      $value[12][7]->slug
      public storage -> string (5) "local"
      $value[12][7]->storage
    8 => stdClass#1215 (14)
    $value[12][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[12][8]->category_order
      public featured_order -> string (1) "1"
      $value[12][8]->featured_order
      public has_subcategory -> string (3) "363"
      $value[12][8]->has_subcategory
      public id -> string (3) "362"
      $value[12][8]->id
      public image -> string (0) ""
      $value[12][8]->image
      public join_parent_id -> string (2) "12"
      $value[12][8]->join_parent_id
      public name -> UTF-8 string (32) "1:::Logos|||3:::الشعارات"
      $value[12][8]->name
      public parent_id -> string (2) "12"
      $value[12][8]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][8]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][8]->show_on_main_menu
      public slug -> string (5) "logos"
      $value[12][8]->slug
      public storage -> string (5) "local"
      $value[12][8]->storage
    9 => stdClass#1208 (14)
    $value[12][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[12][9]->category_order
      public featured_order -> string (1) "1"
      $value[12][9]->featured_order
      public has_subcategory -> null
      $value[12][9]->has_subcategory
      public id -> string (3) "378"
      $value[12][9]->id
      public image -> string (0) ""
      $value[12][9]->image
      public join_parent_id -> string (2) "12"
      $value[12][9]->join_parent_id
      public name -> string (33) "1:::Game Assets|||3:::Game Assets"
      $value[12][9]->name
      public parent_id -> string (2) "12"
      $value[12][9]->parent_id
      public parent_slug -> string (8) "graphics"
      $value[12][9]->parent_slug
      public parent_tree -> string (2) "12"
      $value[12][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[12][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[12][9]->show_on_main_menu
      public slug -> string (11) "game-assets"
      $value[12][9]->slug
      public storage -> string (5) "local"
      $value[12][9]->storage
    468 => array (8)
    $value[468]
    0 => stdClass#1277 (14)
    $value[468][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[468][0]->category_order
      public featured_order -> string (1) "1"
      $value[468][0]->featured_order
      public has_subcategory -> null
      $value[468][0]->has_subcategory
      public id -> string (3) "469"
      $value[468][0]->id
      public image -> string (0) ""
      $value[468][0]->image
      public join_parent_id -> string (3) "468"
      $value[468][0]->join_parent_id
      public name -> string (51) "1:::PC|||3:::PC|||4:::PC|||5:::PC|||6:::PC|||7:::PC"
      $value[468][0]->name
      public parent_id -> string (3) "468"
      $value[468][0]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][0]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][0]->show_on_main_menu
      public slug -> string (2) "pc"
      $value[468][0]->slug
      public storage -> string (5) "local"
      $value[468][0]->storage
    1 => stdClass#1274 (14)
    $value[468][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[468][1]->category_order
      public featured_order -> string (1) "1"
      $value[468][1]->featured_order
      public has_subcategory -> null
      $value[468][1]->has_subcategory
      public id -> string (3) "470"
      $value[468][1]->id
      public image -> string (0) ""
      $value[468][1]->image
      public join_parent_id -> string (3) "468"
      $value[468][1]->join_parent_id
      public name -> UTF-8 string (95) "1:::Android|||3:::أندرويد|||4:::Android|||5:::Android|||6:::Android|||7:::Ан...
      $value[468][1]->name
      1:::Android|||3:::أندرويد|||4:::Android|||5:::Android|||6:::Android|||7:::Андроид
      
      public parent_id -> string (3) "468"
      $value[468][1]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][1]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][1]->show_on_main_menu
      public slug -> string (11) "android-470"
      $value[468][1]->slug
      public storage -> string (5) "local"
      $value[468][1]->storage
    2 => stdClass#1261 (14)
    $value[468][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[468][2]->category_order
      public featured_order -> string (1) "1"
      $value[468][2]->featured_order
      public has_subcategory -> null
      $value[468][2]->has_subcategory
      public id -> string (3) "471"
      $value[468][2]->id
      public image -> string (0) ""
      $value[468][2]->image
      public join_parent_id -> string (3) "468"
      $value[468][2]->join_parent_id
      public name -> UTF-8 string (60) "1:::Mac|||3:::ماك|||4:::Mac|||5:::Mac|||6:::Mac|||7:::Mac"
      $value[468][2]->name
      1:::Mac|||3:::ماك|||4:::Mac|||5:::Mac|||6:::Mac|||7:::Mac
      
      public parent_id -> string (3) "468"
      $value[468][2]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][2]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][2]->show_on_main_menu
      public slug -> string (3) "mac"
      $value[468][2]->slug
      public storage -> string (5) "local"
      $value[468][2]->storage
    3 => stdClass#1252 (14)
    $value[468][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[468][3]->category_order
      public featured_order -> string (1) "1"
      $value[468][3]->featured_order
      public has_subcategory -> null
      $value[468][3]->has_subcategory
      public id -> string (3) "515"
      $value[468][3]->id
      public image -> string (0) ""
      $value[468][3]->image
      public join_parent_id -> string (3) "468"
      $value[468][3]->join_parent_id
      public name -> string (57) "1:::IOS|||3:::IOS|||4:::IOS|||5:::IOS|||6:::IOS|||7:::IOS"
      $value[468][3]->name
      public parent_id -> string (3) "468"
      $value[468][3]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][3]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][3]->show_on_main_menu
      public slug -> string (7) "ios-515"
      $value[468][3]->slug
      public storage -> string (5) "local"
      $value[468][3]->storage
    4 => stdClass#1246 (14)
    $value[468][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[468][4]->category_order
      public featured_order -> string (1) "1"
      $value[468][4]->featured_order
      public has_subcategory -> null
      $value[468][4]->has_subcategory
      public id -> string (3) "516"
      $value[468][4]->id
      public image -> string (0) ""
      $value[468][4]->image
      public join_parent_id -> string (3) "468"
      $value[468][4]->join_parent_id
      public name -> UTF-8 string (81) "1:::LINUX|||3:::لينكس|||4:::LINUX|||5:::LINUX|||6:::LINUX|||7:::ЛИНУКС"
      $value[468][4]->name
      public parent_id -> string (3) "468"
      $value[468][4]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][4]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][4]->show_on_main_menu
      public slug -> string (5) "linux"
      $value[468][4]->slug
      public storage -> string (5) "local"
      $value[468][4]->storage
    5 => stdClass#1241 (14)
    $value[468][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[468][5]->category_order
      public featured_order -> string (1) "1"
      $value[468][5]->featured_order
      public has_subcategory -> null
      $value[468][5]->has_subcategory
      public id -> string (3) "517"
      $value[468][5]->id
      public image -> string (0) ""
      $value[468][5]->image
      public join_parent_id -> string (3) "468"
      $value[468][5]->join_parent_id
      public name -> UTF-8 string (80) "1:::Haiku|||3:::هايكو|||4:::Haïku|||5:::Haiku|||6:::Haiku|||7:::Хайку"
      $value[468][5]->name
      public parent_id -> string (3) "468"
      $value[468][5]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][5]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][5]->show_on_main_menu
      public slug -> string (5) "haiku"
      $value[468][5]->slug
      public storage -> string (5) "local"
      $value[468][5]->storage
    6 => stdClass#1231 (14)
    $value[468][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[468][6]->category_order
      public featured_order -> string (1) "1"
      $value[468][6]->featured_order
      public has_subcategory -> null
      $value[468][6]->has_subcategory
      public id -> string (3) "518"
      $value[468][6]->id
      public image -> string (0) ""
      $value[468][6]->image
      public join_parent_id -> string (3) "468"
      $value[468][6]->join_parent_id
      public name -> string (93) "1:::Chrome OS|||3:::Chrome OS|||4:::Chrome OS|||5:::Chrome OS|||6:::Chrome O...
      $value[468][6]->name
      1:::Chrome OS|||3:::Chrome OS|||4:::Chrome OS|||5:::Chrome OS|||6:::Chrome OS|||7:::Chrome OS
      
      public parent_id -> string (3) "468"
      $value[468][6]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][6]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][6]->show_on_main_menu
      public slug -> string (9) "chrome-os"
      $value[468][6]->slug
      public storage -> string (5) "local"
      $value[468][6]->storage
    7 => stdClass#1221 (14)
    $value[468][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[468][7]->category_order
      public featured_order -> string (1) "1"
      $value[468][7]->featured_order
      public has_subcategory -> null
      $value[468][7]->has_subcategory
      public id -> string (3) "519"
      $value[468][7]->id
      public image -> string (0) ""
      $value[468][7]->image
      public join_parent_id -> string (3) "468"
      $value[468][7]->join_parent_id
      public name -> UTF-8 string (96) "1:::Miscellaneous|||3:::متنوع|||4:::Divers|||5:::Çeşitli|||6:::Sonstig|||7::...
      $value[468][7]->name
      1:::Miscellaneous|||3:::متنوع|||4:::Divers|||5:::Çeşitli|||6:::Sonstig|||7:::Разное
      
      public parent_id -> string (3) "468"
      $value[468][7]->parent_id
      public parent_slug -> string (13) "apps-software"
      $value[468][7]->parent_slug
      public parent_tree -> string (3) "468"
      $value[468][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[468][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[468][7]->show_on_main_menu
      public slug -> string (17) "miscellaneous-519"
      $value[468][7]->slug
      public storage -> string (5) "local"
      $value[468][7]->storage
    9 => array (10)
    $value[9]
    0 => stdClass#1276 (14)
    $value[9][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[9][0]->category_order
      public featured_order -> string (1) "1"
      $value[9][0]->featured_order
      public has_subcategory -> string (2) "16"
      $value[9][0]->has_subcategory
      public id -> string (2) "15"
      $value[9][0]->id
      public image -> string (0) ""
      $value[9][0]->image
      public join_parent_id -> string (1) "9"
      $value[9][0]->join_parent_id
      public name -> string (33) "1:::PHP Scripts|||3:::PHP Scripts"
      $value[9][0]->name
      public parent_id -> string (1) "9"
      $value[9][0]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][0]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][0]->show_on_main_menu
      public slug -> string (11) "php-scripts"
      $value[9][0]->slug
      public storage -> string (5) "local"
      $value[9][0]->storage
    1 => stdClass#1267 (14)
    $value[9][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[9][1]->category_order
      public featured_order -> string (1) "1"
      $value[9][1]->featured_order
      public has_subcategory -> string (2) "34"
      $value[9][1]->has_subcategory
      public id -> string (2) "33"
      $value[9][1]->id
      public image -> string (0) ""
      $value[9][1]->image
      public join_parent_id -> string (1) "9"
      $value[9][1]->join_parent_id
      public name -> UTF-8 string (36) "1:::Wordpress|||3:::ووردبريس"
      $value[9][1]->name
      public parent_id -> string (1) "9"
      $value[9][1]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][1]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][1]->show_on_main_menu
      public slug -> string (9) "wordpress"
      $value[9][1]->slug
      public storage -> string (5) "local"
      $value[9][1]->storage
    2 => stdClass#1263 (14)
    $value[9][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[9][2]->category_order
      public featured_order -> string (1) "1"
      $value[9][2]->featured_order
      public has_subcategory -> string (2) "53"
      $value[9][2]->has_subcategory
      public id -> string (2) "52"
      $value[9][2]->id
      public image -> string (0) ""
      $value[9][2]->image
      public join_parent_id -> string (1) "9"
      $value[9][2]->join_parent_id
      public name -> UTF-8 string (57) "1:::eCommerce|||3:::التجارة الإلكترونية"
      $value[9][2]->name
      public parent_id -> string (1) "9"
      $value[9][2]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][2]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][2]->show_on_main_menu
      public slug -> string (12) "ecommerce-52"
      $value[9][2]->slug
      public storage -> string (5) "local"
      $value[9][2]->storage
    3 => stdClass#1251 (14)
    $value[9][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[9][3]->category_order
      public featured_order -> string (1) "1"
      $value[9][3]->featured_order
      public has_subcategory -> string (2) "67"
      $value[9][3]->has_subcategory
      public id -> string (2) "66"
      $value[9][3]->id
      public image -> string (0) ""
      $value[9][3]->image
      public join_parent_id -> string (1) "9"
      $value[9][3]->join_parent_id
      public name -> string (31) "1:::JavaScript|||3:::JavaScript"
      $value[9][3]->name
      public parent_id -> string (1) "9"
      $value[9][3]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][3]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][3]->show_on_main_menu
      public slug -> string (10) "javascript"
      $value[9][3]->slug
      public storage -> string (5) "local"
      $value[9][3]->storage
    4 => stdClass#1249 (14)
    $value[9][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[9][4]->category_order
      public featured_order -> string (1) "1"
      $value[9][4]->featured_order
      public has_subcategory -> string (2) "84"
      $value[9][4]->has_subcategory
      public id -> string (2) "83"
      $value[9][4]->id
      public image -> string (0) ""
      $value[9][4]->image
      public join_parent_id -> string (1) "9"
      $value[9][4]->join_parent_id
      public name -> string (17) "1:::CSS|||3:::CSS"
      $value[9][4]->name
      public parent_id -> string (1) "9"
      $value[9][4]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][4]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][4]->show_on_main_menu
      public slug -> string (3) "css"
      $value[9][4]->slug
      public storage -> string (5) "local"
      $value[9][4]->storage
    5 => stdClass#1240 (14)
    $value[9][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[9][5]->category_order
      public featured_order -> string (1) "1"
      $value[9][5]->featured_order
      public has_subcategory -> string (2) "94"
      $value[9][5]->has_subcategory
      public id -> string (2) "93"
      $value[9][5]->id
      public image -> string (0) ""
      $value[9][5]->image
      public join_parent_id -> string (1) "9"
      $value[9][5]->join_parent_id
      public name -> UTF-8 string (29) "1:::Mobile|||3:::موبايل"
      $value[9][5]->name
      1:::Mobile|||3:::موبايل
      
      public parent_id -> string (1) "9"
      $value[9][5]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][5]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][5]->show_on_main_menu
      public slug -> string (6) "mobile"
      $value[9][5]->slug
      public storage -> string (5) "local"
      $value[9][5]->storage
    6 => stdClass#1229 (14)
    $value[9][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[9][6]->category_order
      public featured_order -> string (1) "1"
      $value[9][6]->featured_order
      public has_subcategory -> string (3) "100"
      $value[9][6]->has_subcategory
      public id -> string (2) "99"
      $value[9][6]->id
      public image -> string (0) ""
      $value[9][6]->image
      public join_parent_id -> string (1) "9"
      $value[9][6]->join_parent_id
      public name -> string (21) "1:::HTML5|||3:::HTML5"
      $value[9][6]->name
      public parent_id -> string (1) "9"
      $value[9][6]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][6]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][6]->show_on_main_menu
      public slug -> string (5) "html5"
      $value[9][6]->slug
      public storage -> string (5) "local"
      $value[9][6]->storage
    7 => stdClass#1220 (14)
    $value[9][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[9][7]->category_order
      public featured_order -> string (1) "1"
      $value[9][7]->featured_order
      public has_subcategory -> string (3) "114"
      $value[9][7]->has_subcategory
      public id -> string (3) "113"
      $value[9][7]->id
      public image -> string (0) ""
      $value[9][7]->image
      public join_parent_id -> string (1) "9"
      $value[9][7]->join_parent_id
      public name -> string (21) "1:::Skins|||3:::Skins"
      $value[9][7]->name
      public parent_id -> string (1) "9"
      $value[9][7]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][7]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][7]->show_on_main_menu
      public slug -> string (5) "skins"
      $value[9][7]->slug
      public storage -> string (5) "local"
      $value[9][7]->storage
    8 => stdClass#1214 (14)
    $value[9][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[9][8]->category_order
      public featured_order -> string (1) "1"
      $value[9][8]->featured_order
      public has_subcategory -> string (3) "117"
      $value[9][8]->has_subcategory
      public id -> string (3) "116"
      $value[9][8]->id
      public image -> string (0) ""
      $value[9][8]->image
      public join_parent_id -> string (1) "9"
      $value[9][8]->join_parent_id
      public name -> UTF-8 string (53) "1:::Plugins|||3:::الإضافات والملحقات"
      $value[9][8]->name
      1:::Plugins|||3:::الإضافات والملحقات
      
      public parent_id -> string (1) "9"
      $value[9][8]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][8]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][8]->show_on_main_menu
      public slug -> string (7) "plugins"
      $value[9][8]->slug
      public storage -> string (5) "local"
      $value[9][8]->storage
    9 => stdClass#1211 (14)
    $value[9][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[9][9]->category_order
      public featured_order -> string (1) "1"
      $value[9][9]->featured_order
      public has_subcategory -> null
      $value[9][9]->has_subcategory
      public id -> string (3) "130"
      $value[9][9]->id
      public image -> string (0) ""
      $value[9][9]->image
      public join_parent_id -> string (1) "9"
      $value[9][9]->join_parent_id
      public name -> string (19) "1:::.NET|||3:::.NET"
      $value[9][9]->name
      public parent_id -> string (1) "9"
      $value[9][9]->parent_id
      public parent_slug -> string (4) "code"
      $value[9][9]->parent_slug
      public parent_tree -> string (1) "9"
      $value[9][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[9][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[9][9]->show_on_main_menu
      public slug -> string (3) "net"
      $value[9][9]->slug
      public storage -> string (5) "local"
      $value[9][9]->storage
    5 => array (10)
    $value[5]
    0 => stdClass#1275 (14)
    $value[5][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[5][0]->category_order
      public featured_order -> string (1) "1"
      $value[5][0]->featured_order
      public has_subcategory -> string (1) "3"
      $value[5][0]->has_subcategory
      public id -> string (1) "2"
      $value[5][0]->id
      public image -> string (0) ""
      $value[5][0]->image
      public join_parent_id -> string (1) "5"
      $value[5][0]->join_parent_id
      public name -> UTF-8 string (100) "1:::Wordpress|||3:::ووردبريس|||4:::Wordpress|||5:::Wordpress|||6:::Wordpress...
      $value[5][0]->name
      1:::Wordpress|||3:::ووردبريس|||4:::Wordpress|||5:::Wordpress|||6:::Wordpress|||7:::Wordpress
      
      public parent_id -> string (1) "5"
      $value[5][0]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][0]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][0]->show_on_main_menu
      public slug -> string (11) "wordpress-2"
      $value[5][0]->slug
      public storage -> string (5) "local"
      $value[5][0]->storage
    1 => stdClass#1270 (14)
    $value[5][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[5][1]->category_order
      public featured_order -> string (1) "1"
      $value[5][1]->featured_order
      public has_subcategory -> string (3) "155"
      $value[5][1]->has_subcategory
      public id -> string (3) "154"
      $value[5][1]->id
      public image -> string (0) ""
      $value[5][1]->image
      public join_parent_id -> string (1) "5"
      $value[5][1]->join_parent_id
      public name -> string (19) "1:::HTML|||3:::HTML"
      $value[5][1]->name
      public parent_id -> string (1) "5"
      $value[5][1]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][1]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][1]->show_on_main_menu
      public slug -> string (4) "html"
      $value[5][1]->slug
      public storage -> string (5) "local"
      $value[5][1]->storage
    2 => stdClass#1260 (14)
    $value[5][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[5][2]->category_order
      public featured_order -> string (1) "1"
      $value[5][2]->featured_order
      public has_subcategory -> string (3) "168"
      $value[5][2]->has_subcategory
      public id -> string (3) "167"
      $value[5][2]->id
      public image -> string (0) ""
      $value[5][2]->image
      public join_parent_id -> string (1) "5"
      $value[5][2]->join_parent_id
      public name -> UTF-8 string (30) "1:::Marketing|||3:::تسويق"
      $value[5][2]->name
      public parent_id -> string (1) "5"
      $value[5][2]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][2]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][2]->show_on_main_menu
      public slug -> string (9) "marketing"
      $value[5][2]->slug
      public storage -> string (5) "local"
      $value[5][2]->storage
    3 => stdClass#1255 (14)
    $value[5][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[5][3]->category_order
      public featured_order -> string (1) "1"
      $value[5][3]->featured_order
      public has_subcategory -> string (3) "172"
      $value[5][3]->has_subcategory
      public id -> string (3) "171"
      $value[5][3]->id
      public image -> string (0) ""
      $value[5][3]->image
      public join_parent_id -> string (1) "5"
      $value[5][3]->join_parent_id
      public name -> string (17) "1:::CMS|||3:::CMS"
      $value[5][3]->name
      public parent_id -> string (1) "5"
      $value[5][3]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][3]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][3]->show_on_main_menu
      public slug -> string (3) "cms"
      $value[5][3]->slug
      public storage -> string (5) "local"
      $value[5][3]->storage
    4 => stdClass#1248 (14)
    $value[5][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[5][4]->category_order
      public featured_order -> string (1) "1"
      $value[5][4]->featured_order
      public has_subcategory -> string (3) "182"
      $value[5][4]->has_subcategory
      public id -> string (3) "181"
      $value[5][4]->id
      public image -> string (0) ""
      $value[5][4]->image
      public join_parent_id -> string (1) "5"
      $value[5][4]->join_parent_id
      public name -> UTF-8 string (57) "1:::eCommerce|||3:::المتاجر الإلكترونية"
      $value[5][4]->name
      1:::eCommerce|||3:::المتاجر الإلكترونية
      
      public parent_id -> string (1) "5"
      $value[5][4]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][4]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][4]->show_on_main_menu
      public slug -> string (13) "ecommerce-181"
      $value[5][4]->slug
      public storage -> string (5) "local"
      $value[5][4]->storage
    5 => stdClass#1235 (14)
    $value[5][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[5][5]->category_order
      public featured_order -> string (1) "1"
      $value[5][5]->featured_order
      public has_subcategory -> string (3) "196"
      $value[5][5]->has_subcategory
      public id -> string (3) "195"
      $value[5][5]->id
      public image -> string (0) ""
      $value[5][5]->image
      public join_parent_id -> string (1) "5"
      $value[5][5]->join_parent_id
      public name -> UTF-8 string (61) "1:::UI Templates|||3:::قوالب واجهة المستخدم"
      $value[5][5]->name
      1:::UI Templates|||3:::قوالب واجهة المستخدم
      
      public parent_id -> string (1) "5"
      $value[5][5]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][5]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][5]->show_on_main_menu
      public slug -> string (12) "ui-templates"
      $value[5][5]->slug
      public storage -> string (5) "local"
      $value[5][5]->storage
    6 => stdClass#1232 (14)
    $value[5][6]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[5][6]->category_order
      public featured_order -> string (1) "1"
      $value[5][6]->featured_order
      public has_subcategory -> null
      $value[5][6]->has_subcategory
      public id -> string (3) "200"
      $value[5][6]->id
      public image -> string (0) ""
      $value[5][6]->image
      public join_parent_id -> string (1) "5"
      $value[5][6]->join_parent_id
      public name -> UTF-8 string (29) "1:::Blogging|||3:::تدوين"
      $value[5][6]->name
      public parent_id -> string (1) "5"
      $value[5][6]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][6]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][6]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][6]->show_on_main_menu
      public slug -> string (8) "blogging"
      $value[5][6]->slug
      public storage -> string (5) "local"
      $value[5][6]->storage
    7 => stdClass#1223 (14)
    $value[5][7]
    • Properties (14)
    • public category_order -> string (1) "8"
      $value[5][7]->category_order
      public featured_order -> string (1) "1"
      $value[5][7]->featured_order
      public has_subcategory -> null
      $value[5][7]->has_subcategory
      public id -> string (3) "201"
      $value[5][7]->id
      public image -> string (0) ""
      $value[5][7]->image
      public join_parent_id -> string (1) "5"
      $value[5][7]->join_parent_id
      public name -> UTF-8 string (43) "1:::Courses|||3:::دورات تدريبية"
      $value[5][7]->name
      public parent_id -> string (1) "5"
      $value[5][7]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][7]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][7]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][7]->show_on_main_menu
      public slug -> string (7) "courses"
      $value[5][7]->slug
      public storage -> string (5) "local"
      $value[5][7]->storage
    8 => stdClass#1217 (14)
    $value[5][8]
    • Properties (14)
    • public category_order -> string (1) "9"
      $value[5][8]->category_order
      public featured_order -> string (1) "1"
      $value[5][8]->featured_order
      public has_subcategory -> null
      $value[5][8]->has_subcategory
      public id -> string (3) "202"
      $value[5][8]->id
      public image -> string (0) ""
      $value[5][8]->image
      public join_parent_id -> string (1) "5"
      $value[5][8]->join_parent_id
      public name -> UTF-8 string (56) "1:::Facebook Templates|||3:::قوالب الفيسبوك"
      $value[5][8]->name
      public parent_id -> string (1) "5"
      $value[5][8]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][8]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][8]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][8]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][8]->show_on_main_menu
      public slug -> string (18) "facebook-templates"
      $value[5][8]->slug
      public storage -> string (5) "local"
      $value[5][8]->storage
    9 => stdClass#1209 (14)
    $value[5][9]
    • Properties (14)
    • public category_order -> string (2) "10"
      $value[5][9]->category_order
      public featured_order -> string (1) "1"
      $value[5][9]->featured_order
      public has_subcategory -> null
      $value[5][9]->has_subcategory
      public id -> string (3) "203"
      $value[5][9]->id
      public image -> string (0) ""
      $value[5][9]->image
      public join_parent_id -> string (1) "5"
      $value[5][9]->join_parent_id
      public name -> UTF-8 string (35) "1:::Forums|||3:::المنتديات"
      $value[5][9]->name
      1:::Forums|||3:::المنتديات
      
      public parent_id -> string (1) "5"
      $value[5][9]->parent_id
      public parent_slug -> string (20) "web-themes-templates"
      $value[5][9]->parent_slug
      public parent_tree -> string (1) "5"
      $value[5][9]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[5][9]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5][9]->show_on_main_menu
      public slug -> string (10) "forums-203"
      $value[5][9]->slug
      public storage -> string (5) "local"
      $value[5][9]->storage
    289 => array (6)
    $value[289]
    0 => stdClass#1204 (14)
    $value[289][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[289][0]->category_order
      public featured_order -> string (1) "1"
      $value[289][0]->featured_order
      public has_subcategory -> null
      $value[289][0]->has_subcategory
      public id -> string (3) "290"
      $value[289][0]->id
      public image -> string (0) ""
      $value[289][0]->image
      public join_parent_id -> string (3) "289"
      $value[289][0]->join_parent_id
      public name -> UTF-8 string (72) "1:::3D Renders|||3:::عروض ورسومات ثلاثية الأبعاد"
      $value[289][0]->name
      1:::3D Renders|||3:::عروض ورسومات ثلاثية الأبعاد
      
      public parent_id -> string (3) "289"
      $value[289][0]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][0]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][0]->show_on_main_menu
      public slug -> string (10) "3d-renders"
      $value[289][0]->slug
      public storage -> string (5) "local"
      $value[289][0]->storage
    1 => stdClass#1160 (14)
    $value[289][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[289][1]->category_order
      public featured_order -> string (1) "1"
      $value[289][1]->featured_order
      public has_subcategory -> null
      $value[289][1]->has_subcategory
      public id -> string (3) "291"
      $value[289][1]->id
      public image -> string (0) ""
      $value[289][1]->image
      public join_parent_id -> string (3) "289"
      $value[289][1]->join_parent_id
      public name -> UTF-8 string (34) "1:::Backgrounds|||3:::خلفيات"
      $value[289][1]->name
      public parent_id -> string (3) "289"
      $value[289][1]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][1]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][1]->show_on_main_menu
      public slug -> string (15) "backgrounds-291"
      $value[289][1]->slug
      public storage -> string (5) "local"
      $value[289][1]->storage
    2 => stdClass#1113 (14)
    $value[289][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[289][2]->category_order
      public featured_order -> string (1) "1"
      $value[289][2]->featured_order
      public has_subcategory -> null
      $value[289][2]->has_subcategory
      public id -> string (3) "292"
      $value[289][2]->id
      public image -> string (0) ""
      $value[289][2]->image
      public join_parent_id -> string (3) "289"
      $value[289][2]->join_parent_id
      public name -> UTF-8 string (31) "1:::Decorative|||3:::ديكور"
      $value[289][2]->name
      public parent_id -> string (3) "289"
      $value[289][2]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][2]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][2]->show_on_main_menu
      public slug -> string (10) "decorative"
      $value[289][2]->slug
      public storage -> string (5) "local"
      $value[289][2]->storage
    3 => stdClass#1074 (14)
    $value[289][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[289][3]->category_order
      public featured_order -> string (1) "1"
      $value[289][3]->featured_order
      public has_subcategory -> null
      $value[289][3]->has_subcategory
      public id -> string (3) "293"
      $value[289][3]->id
      public image -> string (0) ""
      $value[289][3]->image
      public join_parent_id -> string (3) "289"
      $value[289][3]->join_parent_id
      public name -> string (33) "1:::Hero Images|||3:::Hero Images"
      $value[289][3]->name
      public parent_id -> string (3) "289"
      $value[289][3]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][3]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][3]->show_on_main_menu
      public slug -> string (11) "hero-images"
      $value[289][3]->slug
      public storage -> string (5) "local"
      $value[289][3]->storage
    4 => stdClass#1047 (14)
    $value[289][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[289][4]->category_order
      public featured_order -> string (1) "1"
      $value[289][4]->featured_order
      public has_subcategory -> null
      $value[289][4]->has_subcategory
      public id -> string (3) "294"
      $value[289][4]->id
      public image -> string (0) ""
      $value[289][4]->image
      public join_parent_id -> string (3) "289"
      $value[289][4]->join_parent_id
      public name -> UTF-8 string (55) "1:::Illustrations|||3:::الرسوم التوضيحية"
      $value[289][4]->name
      1:::Illustrations|||3:::الرسوم التوضيحية
      
      public parent_id -> string (3) "289"
      $value[289][4]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][4]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][4]->show_on_main_menu
      public slug -> string (13) "illustrations"
      $value[289][4]->slug
      public storage -> string (5) "local"
      $value[289][4]->storage
    5 => stdClass#1010 (14)
    $value[289][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[289][5]->category_order
      public featured_order -> string (1) "1"
      $value[289][5]->featured_order
      public has_subcategory -> null
      $value[289][5]->has_subcategory
      public id -> string (3) "295"
      $value[289][5]->id
      public image -> string (0) ""
      $value[289][5]->image
      public join_parent_id -> string (3) "289"
      $value[289][5]->join_parent_id
      public name -> UTF-8 string (47) "1:::Photo Templates|||3:::قوالب الصور"
      $value[289][5]->name
      public parent_id -> string (3) "289"
      $value[289][5]->parent_id
      public parent_slug -> string (12) "graphics-289"
      $value[289][5]->parent_slug
      public parent_tree -> string (6) "12,289"
      $value[289][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[289][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[289][5]->show_on_main_menu
      public slug -> string (15) "photo-templates"
      $value[289][5]->slug
      public storage -> string (5) "local"
      $value[289][5]->storage
    99 => array (6)
    $value[99]
    0 => stdClass#1203 (14)
    $value[99][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[99][0]->category_order
      public featured_order -> string (1) "1"
      $value[99][0]->featured_order
      public has_subcategory -> null
      $value[99][0]->has_subcategory
      public id -> string (3) "100"
      $value[99][0]->id
      public image -> string (0) ""
      $value[99][0]->image
      public join_parent_id -> string (2) "99"
      $value[99][0]->join_parent_id
      public name -> UTF-8 string (38) "1:::3D|||3:::ثلاثي الأبعاد"
      $value[99][0]->name
      public parent_id -> string (2) "99"
      $value[99][0]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][0]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][0]->show_on_main_menu
      public slug -> string (2) "3d"
      $value[99][0]->slug
      public storage -> string (5) "local"
      $value[99][0]->storage
    1 => stdClass#1166 (14)
    $value[99][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[99][1]->category_order
      public featured_order -> string (1) "1"
      $value[99][1]->featured_order
      public has_subcategory -> null
      $value[99][1]->has_subcategory
      public id -> string (3) "101"
      $value[99][1]->id
      public image -> string (0) ""
      $value[99][1]->image
      public join_parent_id -> string (2) "99"
      $value[99][1]->join_parent_id
      public name -> UTF-8 string (48) "1:::Ad Templates|||3:::قوالب الإعلان"
      $value[99][1]->name
      public parent_id -> string (2) "99"
      $value[99][1]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][1]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][1]->show_on_main_menu
      public slug -> string (12) "ad-templates"
      $value[99][1]->slug
      public storage -> string (5) "local"
      $value[99][1]->storage
    2 => stdClass#1124 (14)
    $value[99][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[99][2]->category_order
      public featured_order -> string (1) "1"
      $value[99][2]->featured_order
      public has_subcategory -> null
      $value[99][2]->has_subcategory
      public id -> string (3) "102"
      $value[99][2]->id
      public image -> string (0) ""
      $value[99][2]->image
      public join_parent_id -> string (2) "99"
      $value[99][2]->join_parent_id
      public name -> string (23) "1:::Canvas|||3:::Canvas"
      $value[99][2]->name
      public parent_id -> string (2) "99"
      $value[99][2]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][2]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][2]->show_on_main_menu
      public slug -> string (6) "canvas"
      $value[99][2]->slug
      public storage -> string (5) "local"
      $value[99][2]->storage
    3 => stdClass#1089 (14)
    $value[99][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[99][3]->category_order
      public featured_order -> string (1) "1"
      $value[99][3]->featured_order
      public has_subcategory -> null
      $value[99][3]->has_subcategory
      public id -> string (3) "103"
      $value[99][3]->id
      public image -> string (0) ""
      $value[99][3]->image
      public join_parent_id -> string (2) "99"
      $value[99][3]->join_parent_id
      public name -> UTF-8 string (51) "1:::Charts and Graphs|||3:::مخططات ورسوم"
      $value[99][3]->name
      1:::Charts and Graphs|||3:::مخططات ورسوم
      
      public parent_id -> string (2) "99"
      $value[99][3]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][3]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][3]->show_on_main_menu
      public slug -> string (21) "charts-and-graphs-103"
      $value[99][3]->slug
      public storage -> string (5) "local"
      $value[99][3]->storage
    4 => stdClass#1049 (14)
    $value[99][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[99][4]->category_order
      public featured_order -> string (1) "1"
      $value[99][4]->featured_order
      public has_subcategory -> null
      $value[99][4]->has_subcategory
      public id -> string (3) "104"
      $value[99][4]->id
      public image -> string (0) ""
      $value[99][4]->image
      public join_parent_id -> string (2) "99"
      $value[99][4]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[99][4]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (2) "99"
      $value[99][4]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][4]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][4]->show_on_main_menu
      public slug -> string (9) "forms-104"
      $value[99][4]->slug
      public storage -> string (5) "local"
      $value[99][4]->storage
    5 => stdClass#1023 (14)
    $value[99][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[99][5]->category_order
      public featured_order -> string (1) "1"
      $value[99][5]->featured_order
      public has_subcategory -> null
      $value[99][5]->has_subcategory
      public id -> string (3) "105"
      $value[99][5]->id
      public image -> string (0) ""
      $value[99][5]->image
      public join_parent_id -> string (2) "99"
      $value[99][5]->join_parent_id
      public name -> UTF-8 string (26) "1:::Games|||3:::ألعاب"
      $value[99][5]->name
      public parent_id -> string (2) "99"
      $value[99][5]->parent_id
      public parent_slug -> string (5) "html5"
      $value[99][5]->parent_slug
      public parent_tree -> string (4) "9,99"
      $value[99][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[99][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[99][5]->show_on_main_menu
      public slug -> string (5) "games"
      $value[99][5]->slug
      public storage -> string (5) "local"
      $value[99][5]->storage
    313 => array (6)
    $value[313]
    0 => stdClass#1202 (14)
    $value[313][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[313][0]->category_order
      public featured_order -> string (1) "1"
      $value[313][0]->featured_order
      public has_subcategory -> null
      $value[313][0]->has_subcategory
      public id -> string (3) "314"
      $value[313][0]->id
      public image -> string (0) ""
      $value[313][0]->image
      public join_parent_id -> string (3) "313"
      $value[313][0]->join_parent_id
      public name -> UTF-8 string (33) "1:::404 Pages|||3:::صفحة 404 "
      $value[313][0]->name
      public parent_id -> string (3) "313"
      $value[313][0]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][0]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][0]->show_on_main_menu
      public slug -> string (9) "404-pages"
      $value[313][0]->slug
      public storage -> string (5) "local"
      $value[313][0]->storage
    1 => stdClass#1159 (14)
    $value[313][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[313][1]->category_order
      public featured_order -> string (1) "1"
      $value[313][1]->featured_order
      public has_subcategory -> null
      $value[313][1]->has_subcategory
      public id -> string (3) "315"
      $value[313][1]->id
      public image -> string (0) ""
      $value[313][1]->image
      public join_parent_id -> string (3) "313"
      $value[313][1]->join_parent_id
      public name -> UTF-8 string (53) "1:::Badges & Stickers|||3:::شارات وملصقات"
      $value[313][1]->name
      1:::Badges & Stickers|||3:::شارات وملصقات
      
      public parent_id -> string (3) "313"
      $value[313][1]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][1]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][1]->show_on_main_menu
      public slug -> string (15) "badges-stickers"
      $value[313][1]->slug
      public storage -> string (5) "local"
      $value[313][1]->storage
    2 => stdClass#1128 (14)
    $value[313][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[313][2]->category_order
      public featured_order -> string (1) "1"
      $value[313][2]->featured_order
      public has_subcategory -> null
      $value[313][2]->has_subcategory
      public id -> string (3) "316"
      $value[313][2]->id
      public image -> string (0) ""
      $value[313][2]->image
      public join_parent_id -> string (3) "313"
      $value[313][2]->join_parent_id
      public name -> UTF-8 string (53) "1:::Banners & Ads|||3:::لافتات وإعلانات"
      $value[313][2]->name
      public parent_id -> string (3) "313"
      $value[313][2]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][2]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][2]->show_on_main_menu
      public slug -> string (11) "banners-ads"
      $value[313][2]->slug
      public storage -> string (5) "local"
      $value[313][2]->storage
    3 => stdClass#1091 (14)
    $value[313][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[313][3]->category_order
      public featured_order -> string (1) "1"
      $value[313][3]->featured_order
      public has_subcategory -> null
      $value[313][3]->has_subcategory
      public id -> string (3) "317"
      $value[313][3]->id
      public image -> string (0) ""
      $value[313][3]->image
      public join_parent_id -> string (3) "313"
      $value[313][3]->join_parent_id
      public name -> UTF-8 string (28) "1:::Buttons|||3:::أزرار"
      $value[313][3]->name
      public parent_id -> string (3) "313"
      $value[313][3]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][3]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][3]->show_on_main_menu
      public slug -> string (11) "buttons-317"
      $value[313][3]->slug
      public storage -> string (5) "local"
      $value[313][3]->storage
    4 => stdClass#1056 (14)
    $value[313][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[313][4]->category_order
      public featured_order -> string (1) "1"
      $value[313][4]->featured_order
      public has_subcategory -> null
      $value[313][4]->has_subcategory
      public id -> string (3) "318"
      $value[313][4]->id
      public image -> string (0) ""
      $value[313][4]->image
      public join_parent_id -> string (3) "313"
      $value[313][4]->join_parent_id
      public name -> UTF-8 string (80) "1:::E-newsletters|||3:::النشرات الإخبارية الإلكترونية"
      $value[313][4]->name
      public parent_id -> string (3) "313"
      $value[313][4]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][4]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][4]->show_on_main_menu
      public slug -> string (13) "e-newsletters"
      $value[313][4]->slug
      public storage -> string (5) "local"
      $value[313][4]->storage
    5 => stdClass#1024 (14)
    $value[313][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[313][5]->category_order
      public featured_order -> string (1) "1"
      $value[313][5]->featured_order
      public has_subcategory -> null
      $value[313][5]->has_subcategory
      public id -> string (3) "319"
      $value[313][5]->id
      public image -> string (0) ""
      $value[313][5]->image
      public join_parent_id -> string (3) "313"
      $value[313][5]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[313][5]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (3) "313"
      $value[313][5]->parent_id
      public parent_slug -> string (12) "web-elements"
      $value[313][5]->parent_slug
      public parent_tree -> string (6) "12,313"
      $value[313][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[313][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[313][5]->show_on_main_menu
      public slug -> string (9) "forms-319"
      $value[313][5]->slug
      public storage -> string (5) "local"
      $value[313][5]->storage
    342 => array (6)
    $value[342]
    0 => stdClass#1201 (14)
    $value[342][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[342][0]->category_order
      public featured_order -> string (1) "1"
      $value[342][0]->featured_order
      public has_subcategory -> null
      $value[342][0]->has_subcategory
      public id -> string (3) "343"
      $value[342][0]->id
      public image -> string (0) ""
      $value[342][0]->image
      public join_parent_id -> string (3) "342"
      $value[342][0]->join_parent_id
      public name -> UTF-8 string (29) "1:::Abstract|||3:::مجردة"
      $value[342][0]->name
      1:::Abstract|||3:::مجردة
      
      public parent_id -> string (3) "342"
      $value[342][0]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][0]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][0]->show_on_main_menu
      public slug -> string (8) "abstract"
      $value[342][0]->slug
      public storage -> string (5) "local"
      $value[342][0]->storage
    1 => stdClass#1151 (14)
    $value[342][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[342][1]->category_order
      public featured_order -> string (1) "1"
      $value[342][1]->featured_order
      public has_subcategory -> null
      $value[342][1]->has_subcategory
      public id -> string (3) "344"
      $value[342][1]->id
      public image -> string (0) ""
      $value[342][1]->image
      public join_parent_id -> string (3) "342"
      $value[342][1]->join_parent_id
      public name -> UTF-8 string (29) "1:::Business|||3:::أعمال"
      $value[342][1]->name
      1:::Business|||3:::أعمال
      
      public parent_id -> string (3) "342"
      $value[342][1]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][1]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][1]->show_on_main_menu
      public slug -> string (12) "business-344"
      $value[342][1]->slug
      public storage -> string (5) "local"
      $value[342][1]->storage
    2 => stdClass#1121 (14)
    $value[342][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[342][2]->category_order
      public featured_order -> string (1) "1"
      $value[342][2]->featured_order
      public has_subcategory -> null
      $value[342][2]->has_subcategory
      public id -> string (3) "345"
      $value[342][2]->id
      public image -> string (0) ""
      $value[342][2]->image
      public join_parent_id -> string (3) "342"
      $value[342][2]->join_parent_id
      public name -> UTF-8 string (33) "1:::Characters|||3:::شخصيات"
      $value[342][2]->name
      public parent_id -> string (3) "342"
      $value[342][2]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][2]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][2]->show_on_main_menu
      public slug -> string (14) "characters-345"
      $value[342][2]->slug
      public storage -> string (5) "local"
      $value[342][2]->storage
    3 => stdClass#1067 (14)
    $value[342][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[342][3]->category_order
      public featured_order -> string (1) "1"
      $value[342][3]->featured_order
      public has_subcategory -> null
      $value[342][3]->has_subcategory
      public id -> string (3) "346"
      $value[342][3]->id
      public image -> string (0) ""
      $value[342][3]->image
      public join_parent_id -> string (3) "342"
      $value[342][3]->join_parent_id
      public name -> UTF-8 string (67) "1:::Media|||3:::وسائل الإعلام - سوشيال ميديا"
      $value[342][3]->name
      1:::Media|||3:::وسائل الإعلام - سوشيال ميديا
      
      public parent_id -> string (3) "342"
      $value[342][3]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][3]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][3]->show_on_main_menu
      public slug -> string (9) "media-346"
      $value[342][3]->slug
      public storage -> string (5) "local"
      $value[342][3]->storage
    4 => stdClass#1038 (14)
    $value[342][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[342][4]->category_order
      public featured_order -> string (1) "1"
      $value[342][4]->featured_order
      public has_subcategory -> null
      $value[342][4]->has_subcategory
      public id -> string (3) "347"
      $value[342][4]->id
      public image -> string (0) ""
      $value[342][4]->image
      public join_parent_id -> string (3) "342"
      $value[342][4]->join_parent_id
      public name -> UTF-8 string (28) "1:::Objects|||3:::أشياء"
      $value[342][4]->name
      public parent_id -> string (3) "342"
      $value[342][4]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][4]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][4]->show_on_main_menu
      public slug -> string (11) "objects-347"
      $value[342][4]->slug
      public storage -> string (5) "local"
      $value[342][4]->storage
    5 => stdClass#1006 (14)
    $value[342][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[342][5]->category_order
      public featured_order -> string (1) "1"
      $value[342][5]->featured_order
      public has_subcategory -> null
      $value[342][5]->has_subcategory
      public id -> string (3) "348"
      $value[342][5]->id
      public image -> string (0) ""
      $value[342][5]->image
      public join_parent_id -> string (3) "342"
      $value[342][5]->join_parent_id
      public name -> string (27) "1:::Seasonal|||3:::Seasonal"
      $value[342][5]->name
      public parent_id -> string (3) "342"
      $value[342][5]->parent_id
      public parent_slug -> string (5) "icons"
      $value[342][5]->parent_slug
      public parent_tree -> string (6) "12,342"
      $value[342][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[342][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[342][5]->show_on_main_menu
      public slug -> string (8) "seasonal"
      $value[342][5]->slug
      public storage -> string (5) "local"
      $value[342][5]->storage
    362 => array (6)
    $value[362]
    0 => stdClass#1200 (14)
    $value[362][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[362][0]->category_order
      public featured_order -> string (1) "1"
      $value[362][0]->featured_order
      public has_subcategory -> null
      $value[362][0]->has_subcategory
      public id -> string (3) "363"
      $value[362][0]->id
      public image -> string (0) ""
      $value[362][0]->image
      public join_parent_id -> string (3) "362"
      $value[362][0]->join_parent_id
      public name -> UTF-8 string (29) "1:::Abstract|||3:::مجردة"
      $value[362][0]->name
      1:::Abstract|||3:::مجردة
      
      public parent_id -> string (3) "362"
      $value[362][0]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][0]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][0]->show_on_main_menu
      public slug -> string (12) "abstract-363"
      $value[362][0]->slug
      public storage -> string (5) "local"
      $value[362][0]->storage
    1 => stdClass#1162 (14)
    $value[362][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[362][1]->category_order
      public featured_order -> string (1) "1"
      $value[362][1]->featured_order
      public has_subcategory -> null
      $value[362][1]->has_subcategory
      public id -> string (3) "364"
      $value[362][1]->id
      public image -> string (0) ""
      $value[362][1]->image
      public join_parent_id -> string (3) "362"
      $value[362][1]->join_parent_id
      public name -> UTF-8 string (32) "1:::Animals|||3:::حيوانات"
      $value[362][1]->name
      public parent_id -> string (3) "362"
      $value[362][1]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][1]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][1]->show_on_main_menu
      public slug -> string (11) "animals-364"
      $value[362][1]->slug
      public storage -> string (5) "local"
      $value[362][1]->storage
    2 => stdClass#1126 (14)
    $value[362][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[362][2]->category_order
      public featured_order -> string (1) "1"
      $value[362][2]->featured_order
      public has_subcategory -> null
      $value[362][2]->has_subcategory
      public id -> string (3) "365"
      $value[362][2]->id
      public image -> string (0) ""
      $value[362][2]->image
      public join_parent_id -> string (3) "362"
      $value[362][2]->join_parent_id
      public name -> UTF-8 string (32) "1:::Buildings|||3:::بنايات"
      $value[362][2]->name
      public parent_id -> string (3) "362"
      $value[362][2]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][2]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][2]->show_on_main_menu
      public slug -> string (13) "buildings-365"
      $value[362][2]->slug
      public storage -> string (5) "local"
      $value[362][2]->storage
    3 => stdClass#1086 (14)
    $value[362][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[362][3]->category_order
      public featured_order -> string (1) "1"
      $value[362][3]->featured_order
      public has_subcategory -> null
      $value[362][3]->has_subcategory
      public id -> string (3) "366"
      $value[362][3]->id
      public image -> string (0) ""
      $value[362][3]->image
      public join_parent_id -> string (3) "362"
      $value[362][3]->join_parent_id
      public name -> UTF-8 string (41) "1:::College|||3:::كليات - دراسة"
      $value[362][3]->name
      public parent_id -> string (3) "362"
      $value[362][3]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][3]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][3]->show_on_main_menu
      public slug -> string (7) "college"
      $value[362][3]->slug
      public storage -> string (5) "local"
      $value[362][3]->storage
    4 => stdClass#1059 (14)
    $value[362][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[362][4]->category_order
      public featured_order -> string (1) "1"
      $value[362][4]->featured_order
      public has_subcategory -> null
      $value[362][4]->has_subcategory
      public id -> string (3) "367"
      $value[362][4]->id
      public image -> string (0) ""
      $value[362][4]->image
      public join_parent_id -> string (3) "362"
      $value[362][4]->join_parent_id
      public name -> UTF-8 string (26) "1:::Company|||3:::شركة"
      $value[362][4]->name
      public parent_id -> string (3) "362"
      $value[362][4]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][4]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][4]->show_on_main_menu
      public slug -> string (7) "company"
      $value[362][4]->slug
      public storage -> string (5) "local"
      $value[362][4]->storage
    5 => stdClass#1030 (14)
    $value[362][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[362][5]->category_order
      public featured_order -> string (1) "1"
      $value[362][5]->featured_order
      public has_subcategory -> null
      $value[362][5]->has_subcategory
      public id -> string (3) "368"
      $value[362][5]->id
      public image -> string (0) ""
      $value[362][5]->image
      public join_parent_id -> string (3) "362"
      $value[362][5]->join_parent_id
      public name -> string (23) "1:::Crests|||3:::Crests"
      $value[362][5]->name
      public parent_id -> string (3) "362"
      $value[362][5]->parent_id
      public parent_slug -> string (5) "logos"
      $value[362][5]->parent_slug
      public parent_tree -> string (6) "12,362"
      $value[362][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[362][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[362][5]->show_on_main_menu
      public slug -> string (6) "crests"
      $value[362][5]->slug
      public storage -> string (5) "local"
      $value[362][5]->storage
    15 => array (6)
    $value[15]
    0 => stdClass#1199 (14)
    $value[15][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[15][0]->category_order
      public featured_order -> string (1) "1"
      $value[15][0]->featured_order
      public has_subcategory -> null
      $value[15][0]->has_subcategory
      public id -> string (2) "16"
      $value[15][0]->id
      public image -> string (0) ""
      $value[15][0]->image
      public join_parent_id -> string (2) "15"
      $value[15][0]->join_parent_id
      public name -> UTF-8 string (30) "1:::Add Ons|||3:::إضافات"
      $value[15][0]->name
      public parent_id -> string (2) "15"
      $value[15][0]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][0]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][0]->show_on_main_menu
      public slug -> string (7) "add-ons"
      $value[15][0]->slug
      public storage -> string (5) "local"
      $value[15][0]->storage
    1 => stdClass#1148 (14)
    $value[15][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[15][1]->category_order
      public featured_order -> string (1) "1"
      $value[15][1]->featured_order
      public has_subcategory -> null
      $value[15][1]->has_subcategory
      public id -> string (2) "17"
      $value[15][1]->id
      public image -> string (0) ""
      $value[15][1]->image
      public join_parent_id -> string (2) "15"
      $value[15][1]->join_parent_id
      public name -> UTF-8 string (32) "1:::Calendars|||3:::تقاويم"
      $value[15][1]->name
      1:::Calendars|||3:::تقاويم
      
      public parent_id -> string (2) "15"
      $value[15][1]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][1]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][1]->show_on_main_menu
      public slug -> string (9) "calendars"
      $value[15][1]->slug
      public storage -> string (5) "local"
      $value[15][1]->storage
    2 => stdClass#1116 (14)
    $value[15][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[15][2]->category_order
      public featured_order -> string (1) "1"
      $value[15][2]->featured_order
      public has_subcategory -> null
      $value[15][2]->has_subcategory
      public id -> string (2) "18"
      $value[15][2]->id
      public image -> string (0) ""
      $value[15][2]->image
      public join_parent_id -> string (2) "15"
      $value[15][2]->join_parent_id
      public name -> UTF-8 string (46) "1:::Countdown |||3:::العد التنازلي"
      $value[15][2]->name
      public parent_id -> string (2) "15"
      $value[15][2]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][2]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][2]->show_on_main_menu
      public slug -> string (9) "countdown"
      $value[15][2]->slug
      public storage -> string (5) "local"
      $value[15][2]->storage
    3 => stdClass#1084 (14)
    $value[15][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[15][3]->category_order
      public featured_order -> string (1) "1"
      $value[15][3]->featured_order
      public has_subcategory -> null
      $value[15][3]->has_subcategory
      public id -> string (2) "19"
      $value[15][3]->id
      public image -> string (0) ""
      $value[15][3]->image
      public join_parent_id -> string (2) "15"
      $value[15][3]->join_parent_id
      public name -> UTF-8 string (70) "1:::Database Abstractions|||3:::تجريد قاعدة البيانات"
      $value[15][3]->name
      public parent_id -> string (2) "15"
      $value[15][3]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][3]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][3]->show_on_main_menu
      public slug -> string (21) "database-abstractions"
      $value[15][3]->slug
      public storage -> string (5) "local"
      $value[15][3]->storage
    4 => stdClass#1051 (14)
    $value[15][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[15][4]->category_order
      public featured_order -> string (1) "1"
      $value[15][4]->featured_order
      public has_subcategory -> null
      $value[15][4]->has_subcategory
      public id -> string (2) "20"
      $value[15][4]->id
      public image -> string (0) ""
      $value[15][4]->image
      public join_parent_id -> string (2) "15"
      $value[15][4]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[15][4]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (2) "15"
      $value[15][4]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][4]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][4]->show_on_main_menu
      public slug -> string (5) "forms"
      $value[15][4]->slug
      public storage -> string (5) "local"
      $value[15][4]->storage
    5 => stdClass#1022 (14)
    $value[15][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[15][5]->category_order
      public featured_order -> string (1) "1"
      $value[15][5]->featured_order
      public has_subcategory -> null
      $value[15][5]->has_subcategory
      public id -> string (2) "21"
      $value[15][5]->id
      public image -> string (0) ""
      $value[15][5]->image
      public join_parent_id -> string (2) "15"
      $value[15][5]->join_parent_id
      public name -> UTF-8 string (73) "1:::Help and Support Tools|||3:::أدوات المساعدة والدعم"
      $value[15][5]->name
      1:::Help and Support Tools|||3:::أدوات المساعدة والدعم
      
      public parent_id -> string (2) "15"
      $value[15][5]->parent_id
      public parent_slug -> string (11) "php-scripts"
      $value[15][5]->parent_slug
      public parent_tree -> string (4) "9,15"
      $value[15][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[15][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[15][5]->show_on_main_menu
      public slug -> string (22) "help-and-support-tools"
      $value[15][5]->slug
      public storage -> string (5) "local"
      $value[15][5]->storage
    33 => array (6)
    $value[33]
    0 => stdClass#1198 (14)
    $value[33][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[33][0]->category_order
      public featured_order -> string (1) "1"
      $value[33][0]->featured_order
      public has_subcategory -> null
      $value[33][0]->has_subcategory
      public id -> string (2) "34"
      $value[33][0]->id
      public image -> string (0) ""
      $value[33][0]->image
      public join_parent_id -> string (2) "33"
      $value[33][0]->join_parent_id
      public name -> UTF-8 string (34) "1:::Add-ons|||3:::الإضافات"
      $value[33][0]->name
      public parent_id -> string (2) "33"
      $value[33][0]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][0]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][0]->show_on_main_menu
      public slug -> string (10) "add-ons-34"
      $value[33][0]->slug
      public storage -> string (5) "local"
      $value[33][0]->storage
    1 => stdClass#1164 (14)
    $value[33][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[33][1]->category_order
      public featured_order -> string (1) "1"
      $value[33][1]->featured_order
      public has_subcategory -> null
      $value[33][1]->has_subcategory
      public id -> string (2) "35"
      $value[33][1]->id
      public image -> string (0) ""
      $value[33][1]->image
      public join_parent_id -> string (2) "33"
      $value[33][1]->join_parent_id
      public name -> UTF-8 string (32) "1:::Advertising|||3:::دعاية"
      $value[33][1]->name
      public parent_id -> string (2) "33"
      $value[33][1]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][1]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][1]->show_on_main_menu
      public slug -> string (11) "advertising"
      $value[33][1]->slug
      public storage -> string (5) "local"
      $value[33][1]->storage
    2 => stdClass#1125 (14)
    $value[33][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[33][2]->category_order
      public featured_order -> string (1) "1"
      $value[33][2]->featured_order
      public has_subcategory -> null
      $value[33][2]->has_subcategory
      public id -> string (2) "36"
      $value[33][2]->id
      public image -> string (0) ""
      $value[33][2]->image
      public join_parent_id -> string (2) "33"
      $value[33][2]->join_parent_id
      public name -> UTF-8 string (32) "1:::Calendars|||3:::تقاويم"
      $value[33][2]->name
      1:::Calendars|||3:::تقاويم
      
      public parent_id -> string (2) "33"
      $value[33][2]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][2]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][2]->show_on_main_menu
      public slug -> string (12) "calendars-36"
      $value[33][2]->slug
      public storage -> string (5) "local"
      $value[33][2]->storage
    3 => stdClass#1080 (14)
    $value[33][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[33][3]->category_order
      public featured_order -> string (1) "1"
      $value[33][3]->featured_order
      public has_subcategory -> null
      $value[33][3]->has_subcategory
      public id -> string (2) "37"
      $value[33][3]->id
      public image -> string (0) ""
      $value[33][3]->image
      public join_parent_id -> string (2) "33"
      $value[33][3]->join_parent_id
      public name -> UTF-8 string (57) "1:::eCommerce|||3:::التجارة الإلكترونية"
      $value[33][3]->name
      public parent_id -> string (2) "33"
      $value[33][3]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][3]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][3]->show_on_main_menu
      public slug -> string (9) "ecommerce"
      $value[33][3]->slug
      public storage -> string (5) "local"
      $value[33][3]->storage
    4 => stdClass#1054 (14)
    $value[33][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[33][4]->category_order
      public featured_order -> string (1) "1"
      $value[33][4]->featured_order
      public has_subcategory -> null
      $value[33][4]->has_subcategory
      public id -> string (2) "38"
      $value[33][4]->id
      public image -> string (0) ""
      $value[33][4]->image
      public join_parent_id -> string (2) "33"
      $value[33][4]->join_parent_id
      public name -> string (29) "1:::Elementor|||3:::Elementor"
      $value[33][4]->name
      public parent_id -> string (2) "33"
      $value[33][4]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][4]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][4]->show_on_main_menu
      public slug -> string (9) "elementor"
      $value[33][4]->slug
      public storage -> string (5) "local"
      $value[33][4]->storage
    5 => stdClass#1025 (14)
    $value[33][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[33][5]->category_order
      public featured_order -> string (1) "1"
      $value[33][5]->featured_order
      public has_subcategory -> null
      $value[33][5]->has_subcategory
      public id -> string (2) "39"
      $value[33][5]->id
      public image -> string (0) ""
      $value[33][5]->image
      public join_parent_id -> string (2) "33"
      $value[33][5]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[33][5]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (2) "33"
      $value[33][5]->parent_id
      public parent_slug -> string (9) "wordpress"
      $value[33][5]->parent_slug
      public parent_tree -> string (4) "9,33"
      $value[33][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[33][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[33][5]->show_on_main_menu
      public slug -> string (8) "forms-39"
      $value[33][5]->slug
      public storage -> string (5) "local"
      $value[33][5]->storage
    154 => array (6)
    $value[154]
    0 => stdClass#1197 (14)
    $value[154][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[154][0]->category_order
      public featured_order -> string (1) "1"
      $value[154][0]->featured_order
      public has_subcategory -> null
      $value[154][0]->has_subcategory
      public id -> string (3) "155"
      $value[154][0]->id
      public image -> string (0) ""
      $value[154][0]->image
      public join_parent_id -> string (3) "154"
      $value[154][0]->join_parent_id
      public name -> UTF-8 string (75) "1:::Admin Templates|||3:::قوالب المسؤول / مدير الموقع"
      $value[154][0]->name
      1:::Admin Templates|||3:::قوالب المسؤول / مدير الموقع
      
      public parent_id -> string (3) "154"
      $value[154][0]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][0]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][0]->show_on_main_menu
      public slug -> string (15) "admin-templates"
      $value[154][0]->slug
      public storage -> string (5) "local"
      $value[154][0]->storage
    1 => stdClass#1145 (14)
    $value[154][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[154][1]->category_order
      public featured_order -> string (1) "1"
      $value[154][1]->featured_order
      public has_subcategory -> null
      $value[154][1]->has_subcategory
      public id -> string (3) "156"
      $value[154][1]->id
      public image -> string (0) ""
      $value[154][1]->image
      public join_parent_id -> string (3) "154"
      $value[154][1]->join_parent_id
      public name -> UTF-8 string (37) "1:::Corporate|||3:::شركة كبرى"
      $value[154][1]->name
      public parent_id -> string (3) "154"
      $value[154][1]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][1]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][1]->show_on_main_menu
      public slug -> string (13) "corporate-156"
      $value[154][1]->slug
      public storage -> string (5) "local"
      $value[154][1]->storage
    2 => stdClass#1114 (14)
    $value[154][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[154][2]->category_order
      public featured_order -> string (1) "1"
      $value[154][2]->featured_order
      public has_subcategory -> null
      $value[154][2]->has_subcategory
      public id -> string (3) "157"
      $value[154][2]->id
      public image -> string (0) ""
      $value[154][2]->image
      public join_parent_id -> string (3) "154"
      $value[154][2]->join_parent_id
      public name -> UTF-8 string (46) "1:::Creative|||3:::بروفايل - ابداع"
      $value[154][2]->name
      public parent_id -> string (3) "154"
      $value[154][2]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][2]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][2]->show_on_main_menu
      public slug -> string (12) "creative-157"
      $value[154][2]->slug
      public storage -> string (5) "local"
      $value[154][2]->storage
    3 => stdClass#1078 (14)
    $value[154][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[154][3]->category_order
      public featured_order -> string (1) "1"
      $value[154][3]->featured_order
      public has_subcategory -> null
      $value[154][3]->has_subcategory
      public id -> string (3) "158"
      $value[154][3]->id
      public image -> string (0) ""
      $value[154][3]->image
      public join_parent_id -> string (3) "154"
      $value[154][3]->join_parent_id
      public name -> UTF-8 string (49) "1:::Entertainment|||3:::وسائل الترفيه"
      $value[154][3]->name
      public parent_id -> string (3) "154"
      $value[154][3]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][3]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][3]->show_on_main_menu
      public slug -> string (17) "entertainment-158"
      $value[154][3]->slug
      public storage -> string (5) "local"
      $value[154][3]->storage
    4 => stdClass#1040 (14)
    $value[154][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[154][4]->category_order
      public featured_order -> string (1) "1"
      $value[154][4]->featured_order
      public has_subcategory -> null
      $value[154][4]->has_subcategory
      public id -> string (3) "159"
      $value[154][4]->id
      public image -> string (0) ""
      $value[154][4]->image
      public join_parent_id -> string (3) "154"
      $value[154][4]->join_parent_id
      public name -> UTF-8 string (29) "1:::Mobile|||3:::موبايل"
      $value[154][4]->name
      1:::Mobile|||3:::موبايل
      
      public parent_id -> string (3) "154"
      $value[154][4]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][4]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][4]->show_on_main_menu
      public slug -> string (10) "mobile-159"
      $value[154][4]->slug
      public storage -> string (5) "local"
      $value[154][4]->storage
    5 => stdClass#1012 (14)
    $value[154][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[154][5]->category_order
      public featured_order -> string (1) "1"
      $value[154][5]->featured_order
      public has_subcategory -> null
      $value[154][5]->has_subcategory
      public id -> string (3) "160"
      $value[154][5]->id
      public image -> string (0) ""
      $value[154][5]->image
      public join_parent_id -> string (3) "154"
      $value[154][5]->join_parent_id
      public name -> UTF-8 string (37) "1:::Nonprofit|||3:::غير ربحية"
      $value[154][5]->name
      public parent_id -> string (3) "154"
      $value[154][5]->parent_id
      public parent_slug -> string (4) "html"
      $value[154][5]->parent_slug
      public parent_tree -> string (5) "5,154"
      $value[154][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[154][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[154][5]->show_on_main_menu
      public slug -> string (13) "nonprofit-160"
      $value[154][5]->slug
      public storage -> string (5) "local"
      $value[154][5]->storage
    277 => array (3)
    $value[277]
    0 => stdClass#1196 (14)
    $value[277][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[277][0]->category_order
      public featured_order -> string (1) "1"
      $value[277][0]->featured_order
      public has_subcategory -> null
      $value[277][0]->has_subcategory
      public id -> string (3) "278"
      $value[277][0]->id
      public image -> string (0) ""
      $value[277][0]->image
      public join_parent_id -> string (3) "277"
      $value[277][0]->join_parent_id
      public name -> string (53) "1:::After Effects Presets|||3:::After Effects Presets"
      $value[277][0]->name
      public parent_id -> string (3) "277"
      $value[277][0]->parent_id
      public parent_slug -> string (11) "add-ons-277"
      $value[277][0]->parent_slug
      public parent_tree -> string (6) "10,277"
      $value[277][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[277][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[277][0]->show_on_main_menu
      public slug -> string (21) "after-effects-presets"
      $value[277][0]->slug
      public storage -> string (5) "local"
      $value[277][0]->storage
    1 => stdClass#1163 (14)
    $value[277][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[277][1]->category_order
      public featured_order -> string (1) "1"
      $value[277][1]->featured_order
      public has_subcategory -> null
      $value[277][1]->has_subcategory
      public id -> string (3) "279"
      $value[277][1]->id
      public image -> string (0) ""
      $value[277][1]->image
      public join_parent_id -> string (3) "277"
      $value[277][1]->join_parent_id
      public name -> string (53) "1:::After Effects Scripts|||3:::After Effects Scripts"
      $value[277][1]->name
      public parent_id -> string (3) "277"
      $value[277][1]->parent_id
      public parent_slug -> string (11) "add-ons-277"
      $value[277][1]->parent_slug
      public parent_tree -> string (6) "10,277"
      $value[277][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[277][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[277][1]->show_on_main_menu
      public slug -> string (21) "after-effects-scripts"
      $value[277][1]->slug
      public storage -> string (5) "local"
      $value[277][1]->storage
    2 => stdClass#1095 (14)
    $value[277][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[277][2]->category_order
      public featured_order -> string (1) "1"
      $value[277][2]->featured_order
      public has_subcategory -> null
      $value[277][2]->has_subcategory
      public id -> string (3) "280"
      $value[277][2]->id
      public image -> string (0) ""
      $value[277][2]->image
      public join_parent_id -> string (3) "277"
      $value[277][2]->join_parent_id
      public name -> string (51) "1:::Premiere Pro Presets|||3:::Premiere Pro Presets"
      $value[277][2]->name
      public parent_id -> string (3) "277"
      $value[277][2]->parent_id
      public parent_slug -> string (11) "add-ons-277"
      $value[277][2]->parent_slug
      public parent_tree -> string (6) "10,277"
      $value[277][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[277][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[277][2]->show_on_main_menu
      public slug -> string (20) "premiere-pro-presets"
      $value[277][2]->slug
      public storage -> string (5) "local"
      $value[277][2]->storage
    383 => array (6)
    $value[383]
    0 => stdClass#1195 (14)
    $value[383][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[383][0]->category_order
      public featured_order -> string (1) "1"
      $value[383][0]->featured_order
      public has_subcategory -> null
      $value[383][0]->has_subcategory
      public id -> string (3) "384"
      $value[383][0]->id
      public image -> string (0) ""
      $value[383][0]->image
      public join_parent_id -> string (3) "383"
      $value[383][0]->join_parent_id
      public name -> UTF-8 string (28) "1:::Anatomy|||3:::تشريح"
      $value[383][0]->name
      public parent_id -> string (3) "383"
      $value[383][0]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][0]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][0]->show_on_main_menu
      public slug -> string (7) "anatomy"
      $value[383][0]->slug
      public storage -> string (5) "local"
      $value[383][0]->storage
    1 => stdClass#1161 (14)
    $value[383][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[383][1]->category_order
      public featured_order -> string (1) "1"
      $value[383][1]->featured_order
      public has_subcategory -> null
      $value[383][1]->has_subcategory
      public id -> string (3) "385"
      $value[383][1]->id
      public image -> string (0) ""
      $value[383][1]->image
      public join_parent_id -> string (3) "383"
      $value[383][1]->join_parent_id
      public name -> UTF-8 string (32) "1:::Animals|||3:::حيوانات"
      $value[383][1]->name
      public parent_id -> string (3) "383"
      $value[383][1]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][1]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][1]->show_on_main_menu
      public slug -> string (11) "animals-385"
      $value[383][1]->slug
      public storage -> string (5) "local"
      $value[383][1]->storage
    2 => stdClass#1127 (14)
    $value[383][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[383][2]->category_order
      public featured_order -> string (1) "1"
      $value[383][2]->featured_order
      public has_subcategory -> null
      $value[383][2]->has_subcategory
      public id -> string (3) "386"
      $value[383][2]->id
      public image -> string (0) ""
      $value[383][2]->image
      public join_parent_id -> string (3) "383"
      $value[383][2]->join_parent_id
      public name -> string (33) "1:::Base Meshes|||3:::Base Meshes"
      $value[383][2]->name
      public parent_id -> string (3) "383"
      $value[383][2]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][2]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][2]->show_on_main_menu
      public slug -> string (11) "base-meshes"
      $value[383][2]->slug
      public storage -> string (5) "local"
      $value[383][2]->storage
    3 => stdClass#1092 (14)
    $value[383][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[383][3]->category_order
      public featured_order -> string (1) "1"
      $value[383][3]->featured_order
      public has_subcategory -> null
      $value[383][3]->has_subcategory
      public id -> string (3) "387"
      $value[383][3]->id
      public image -> string (0) ""
      $value[383][3]->image
      public join_parent_id -> string (3) "383"
      $value[383][3]->join_parent_id
      public name -> UTF-8 string (68) "1:::Buildings and Architecture|||3:::المباني والعمارة"
      $value[383][3]->name
      1:::Buildings and Architecture|||3:::المباني والعمارة
      
      public parent_id -> string (3) "383"
      $value[383][3]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][3]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][3]->show_on_main_menu
      public slug -> string (26) "buildings-and-architecture"
      $value[383][3]->slug
      public storage -> string (5) "local"
      $value[383][3]->storage
    4 => stdClass#1060 (14)
    $value[383][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[383][4]->category_order
      public featured_order -> string (1) "1"
      $value[383][4]->featured_order
      public has_subcategory -> null
      $value[383][4]->has_subcategory
      public id -> string (3) "388"
      $value[383][4]->id
      public image -> string (0) ""
      $value[383][4]->image
      public join_parent_id -> string (3) "383"
      $value[383][4]->join_parent_id
      public name -> UTF-8 string (71) "1:::Clothes & Accessories|||3:::الملابس والاكسسوارات"
      $value[383][4]->name
      1:::Clothes & Accessories|||3:::الملابس والاكسسوارات
      
      public parent_id -> string (3) "383"
      $value[383][4]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][4]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][4]->show_on_main_menu
      public slug -> string (19) "clothes-accessories"
      $value[383][4]->slug
      public storage -> string (5) "local"
      $value[383][4]->storage
    5 => stdClass#1031 (14)
    $value[383][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[383][5]->category_order
      public featured_order -> string (1) "1"
      $value[383][5]->featured_order
      public has_subcategory -> null
      $value[383][5]->has_subcategory
      public id -> string (3) "389"
      $value[383][5]->id
      public image -> string (0) ""
      $value[383][5]->image
      public join_parent_id -> string (3) "383"
      $value[383][5]->join_parent_id
      public name -> string (37) "1::: Deco Objects|||3::: Deco Objects"
      $value[383][5]->name
      public parent_id -> string (3) "383"
      $value[383][5]->parent_id
      public parent_slug -> string (9) "3d-models"
      $value[383][5]->parent_slug
      public parent_tree -> string (6) "14,383"
      $value[383][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[383][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[383][5]->show_on_main_menu
      public slug -> string (12) "deco-objects"
      $value[383][5]->slug
      public storage -> string (5) "local"
      $value[383][5]->storage
    93 => array (6)
    $value[93]
    0 => stdClass#1194 (14)
    $value[93][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[93][0]->category_order
      public featured_order -> string (1) "1"
      $value[93][0]->featured_order
      public has_subcategory -> null
      $value[93][0]->has_subcategory
      public id -> string (2) "94"
      $value[93][0]->id
      public image -> string (0) ""
      $value[93][0]->image
      public join_parent_id -> string (2) "93"
      $value[93][0]->join_parent_id
      public name -> string (25) "1:::Android|||3:::Android"
      $value[93][0]->name
      public parent_id -> string (2) "93"
      $value[93][0]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][0]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][0]->show_on_main_menu
      public slug -> string (7) "android"
      $value[93][0]->slug
      public storage -> string (5) "local"
      $value[93][0]->storage
    1 => stdClass#1137 (14)
    $value[93][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[93][1]->category_order
      public featured_order -> string (1) "1"
      $value[93][1]->featured_order
      public has_subcategory -> null
      $value[93][1]->has_subcategory
      public id -> string (2) "95"
      $value[93][1]->id
      public image -> string (0) ""
      $value[93][1]->image
      public join_parent_id -> string (2) "93"
      $value[93][1]->join_parent_id
      public name -> string (25) "1:::Flutter|||3:::Flutter"
      $value[93][1]->name
      public parent_id -> string (2) "93"
      $value[93][1]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][1]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][1]->show_on_main_menu
      public slug -> string (7) "flutter"
      $value[93][1]->slug
      public storage -> string (5) "local"
      $value[93][1]->storage
    2 => stdClass#1101 (14)
    $value[93][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[93][2]->category_order
      public featured_order -> string (1) "1"
      $value[93][2]->featured_order
      public has_subcategory -> null
      $value[93][2]->has_subcategory
      public id -> string (2) "96"
      $value[93][2]->id
      public image -> string (0) ""
      $value[93][2]->image
      public join_parent_id -> string (2) "93"
      $value[93][2]->join_parent_id
      public name -> string (17) "1:::iOS|||3:::iOS"
      $value[93][2]->name
      public parent_id -> string (2) "93"
      $value[93][2]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][2]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][2]->show_on_main_menu
      public slug -> string (3) "ios"
      $value[93][2]->slug
      public storage -> string (5) "local"
      $value[93][2]->storage
    3 => stdClass#1066 (14)
    $value[93][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[93][3]->category_order
      public featured_order -> string (1) "1"
      $value[93][3]->featured_order
      public has_subcategory -> null
      $value[93][3]->has_subcategory
      public id -> string (2) "97"
      $value[93][3]->id
      public image -> string (0) ""
      $value[93][3]->image
      public join_parent_id -> string (2) "93"
      $value[93][3]->join_parent_id
      public name -> string (31) "1:::Native Web|||3:::Native Web"
      $value[93][3]->name
      public parent_id -> string (2) "93"
      $value[93][3]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][3]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][3]->show_on_main_menu
      public slug -> string (10) "native-web"
      $value[93][3]->slug
      public storage -> string (5) "local"
      $value[93][3]->storage
    4 => stdClass#1034 (14)
    $value[93][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[93][4]->category_order
      public featured_order -> string (1) "1"
      $value[93][4]->featured_order
      public has_subcategory -> null
      $value[93][4]->has_subcategory
      public id -> string (2) "98"
      $value[93][4]->id
      public image -> string (0) ""
      $value[93][4]->image
      public join_parent_id -> string (2) "93"
      $value[93][4]->join_parent_id
      public name -> string (27) "1:::Titanium|||3:::Titanium"
      $value[93][4]->name
      public parent_id -> string (2) "93"
      $value[93][4]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][4]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][4]->show_on_main_menu
      public slug -> string (8) "titanium"
      $value[93][4]->slug
      public storage -> string (5) "local"
      $value[93][4]->storage
    5 => stdClass#1018 (14)
    $value[93][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[93][5]->category_order
      public featured_order -> string (1) "1"
      $value[93][5]->featured_order
      public has_subcategory -> null
      $value[93][5]->has_subcategory
      public id -> string (3) "107"
      $value[93][5]->id
      public image -> string (0) ""
      $value[93][5]->image
      public join_parent_id -> string (2) "93"
      $value[93][5]->join_parent_id
      public name -> UTF-8 string (41) "1:::Media|||3:::وسائل الإعلام"
      $value[93][5]->name
      1:::Media|||3:::وسائل الإعلام
      
      public parent_id -> string (2) "93"
      $value[93][5]->parent_id
      public parent_slug -> string (6) "mobile"
      $value[93][5]->parent_slug
      public parent_tree -> string (4) "9,93"
      $value[93][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[93][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[93][5]->show_on_main_menu
      public slug -> string (9) "media-107"
      $value[93][5]->slug
      public storage -> string (5) "local"
      $value[93][5]->storage
    66 => array (6)
    $value[66]
    0 => stdClass#1193 (14)
    $value[66][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[66][0]->category_order
      public featured_order -> string (1) "1"
      $value[66][0]->featured_order
      public has_subcategory -> null
      $value[66][0]->has_subcategory
      public id -> string (2) "67"
      $value[66][0]->id
      public image -> string (0) ""
      $value[66][0]->image
      public join_parent_id -> string (2) "66"
      $value[66][0]->join_parent_id
      public name -> UTF-8 string (47) "1:::Animated SVGs|||3:::صور SVG متحركة"
      $value[66][0]->name
      1:::Animated SVGs|||3:::صور SVG متحركة
      
      public parent_id -> string (2) "66"
      $value[66][0]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][0]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][0]->show_on_main_menu
      public slug -> string (13) "animated-svgs"
      $value[66][0]->slug
      public storage -> string (5) "local"
      $value[66][0]->storage
    1 => stdClass#1149 (14)
    $value[66][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[66][1]->category_order
      public featured_order -> string (1) "1"
      $value[66][1]->featured_order
      public has_subcategory -> null
      $value[66][1]->has_subcategory
      public id -> string (2) "68"
      $value[66][1]->id
      public image -> string (0) ""
      $value[66][1]->image
      public join_parent_id -> string (2) "66"
      $value[66][1]->join_parent_id
      public name -> UTF-8 string (38) "1:::Calendars|||3:::التقويمات"
      $value[66][1]->name
      1:::Calendars|||3:::التقويمات
      
      public parent_id -> string (2) "66"
      $value[66][1]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][1]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][1]->show_on_main_menu
      public slug -> string (12) "calendars-68"
      $value[66][1]->slug
      public storage -> string (5) "local"
      $value[66][1]->storage
    2 => stdClass#1115 (14)
    $value[66][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[66][2]->category_order
      public featured_order -> string (1) "1"
      $value[66][2]->featured_order
      public has_subcategory -> null
      $value[66][2]->has_subcategory
      public id -> string (2) "69"
      $value[66][2]->id
      public image -> string (0) ""
      $value[66][2]->image
      public join_parent_id -> string (2) "66"
      $value[66][2]->join_parent_id
      public name -> UTF-8 string (46) "1:::Countdowns|||3:::العد التنازلي"
      $value[66][2]->name
      public parent_id -> string (2) "66"
      $value[66][2]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][2]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][2]->show_on_main_menu
      public slug -> string (10) "countdowns"
      $value[66][2]->slug
      public storage -> string (5) "local"
      $value[66][2]->storage
    3 => stdClass#1083 (14)
    $value[66][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[66][3]->category_order
      public featured_order -> string (1) "1"
      $value[66][3]->featured_order
      public has_subcategory -> null
      $value[66][3]->has_subcategory
      public id -> string (2) "70"
      $value[66][3]->id
      public image -> string (0) ""
      $value[66][3]->image
      public join_parent_id -> string (2) "66"
      $value[66][3]->join_parent_id
      public name -> UTF-8 string (74) "1:::Database Abstractions|||3:::تجريدات قواعد البيانات"
      $value[66][3]->name
      public parent_id -> string (2) "66"
      $value[66][3]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][3]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][3]->show_on_main_menu
      public slug -> string (24) "database-abstractions-70"
      $value[66][3]->slug
      public storage -> string (5) "local"
      $value[66][3]->storage
    4 => stdClass#1050 (14)
    $value[66][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[66][4]->category_order
      public featured_order -> string (1) "1"
      $value[66][4]->featured_order
      public has_subcategory -> null
      $value[66][4]->has_subcategory
      public id -> string (2) "71"
      $value[66][4]->id
      public image -> string (0) ""
      $value[66][4]->image
      public join_parent_id -> string (2) "66"
      $value[66][4]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[66][4]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (2) "66"
      $value[66][4]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][4]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][4]->show_on_main_menu
      public slug -> string (8) "forms-71"
      $value[66][4]->slug
      public storage -> string (5) "local"
      $value[66][4]->storage
    5 => stdClass#1021 (14)
    $value[66][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[66][5]->category_order
      public featured_order -> string (1) "1"
      $value[66][5]->featured_order
      public has_subcategory -> null
      $value[66][5]->has_subcategory
      public id -> string (2) "72"
      $value[66][5]->id
      public image -> string (0) ""
      $value[66][5]->image
      public join_parent_id -> string (2) "66"
      $value[66][5]->join_parent_id
      public name -> UTF-8 string (54) "1:::Images and Media|||3:::الصور والوسائط"
      $value[66][5]->name
      public parent_id -> string (2) "66"
      $value[66][5]->parent_id
      public parent_slug -> string (10) "javascript"
      $value[66][5]->parent_slug
      public parent_tree -> string (4) "9,66"
      $value[66][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[66][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[66][5]->show_on_main_menu
      public slug -> string (19) "images-and-media-72"
      $value[66][5]->slug
      public storage -> string (5) "local"
      $value[66][5]->storage
    83 => array (6)
    $value[83]
    0 => stdClass#1192 (14)
    $value[83][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[83][0]->category_order
      public featured_order -> string (1) "1"
      $value[83][0]->featured_order
      public has_subcategory -> null
      $value[83][0]->has_subcategory
      public id -> string (2) "84"
      $value[83][0]->id
      public image -> string (0) ""
      $value[83][0]->image
      public join_parent_id -> string (2) "83"
      $value[83][0]->join_parent_id
      public name -> UTF-8 string (83) "1:::Animations and Effects|||3:::الرسوم المتحركة والتأثيرات"
      $value[83][0]->name
      1:::Animations and Effects|||3:::الرسوم المتحركة والتأثيرات
      
      public parent_id -> string (2) "83"
      $value[83][0]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][0]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][0]->show_on_main_menu
      public slug -> string (22) "animations-and-effects"
      $value[83][0]->slug
      public storage -> string (5) "local"
      $value[83][0]->storage
    1 => stdClass#1150 (14)
    $value[83][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[83][1]->category_order
      public featured_order -> string (1) "1"
      $value[83][1]->featured_order
      public has_subcategory -> null
      $value[83][1]->has_subcategory
      public id -> string (2) "85"
      $value[83][1]->id
      public image -> string (0) ""
      $value[83][1]->image
      public join_parent_id -> string (2) "83"
      $value[83][1]->join_parent_id
      public name -> UTF-8 string (28) "1:::Buttons|||3:::أزرار"
      $value[83][1]->name
      public parent_id -> string (2) "83"
      $value[83][1]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][1]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][1]->show_on_main_menu
      public slug -> string (7) "buttons"
      $value[83][1]->slug
      public storage -> string (5) "local"
      $value[83][1]->storage
    2 => stdClass#1120 (14)
    $value[83][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[83][2]->category_order
      public featured_order -> string (1) "1"
      $value[83][2]->featured_order
      public has_subcategory -> null
      $value[83][2]->has_subcategory
      public id -> string (2) "86"
      $value[83][2]->id
      public image -> string (0) ""
      $value[83][2]->image
      public join_parent_id -> string (2) "83"
      $value[83][2]->join_parent_id
      public name -> UTF-8 string (51) "1:::Charts and Graphs|||3:::مخططات ورسوم"
      $value[83][2]->name
      1:::Charts and Graphs|||3:::مخططات ورسوم
      
      public parent_id -> string (2) "83"
      $value[83][2]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][2]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][2]->show_on_main_menu
      public slug -> string (17) "charts-and-graphs"
      $value[83][2]->slug
      public storage -> string (5) "local"
      $value[83][2]->storage
    3 => stdClass#1076 (14)
    $value[83][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[83][3]->category_order
      public featured_order -> string (1) "1"
      $value[83][3]->featured_order
      public has_subcategory -> null
      $value[83][3]->has_subcategory
      public id -> string (2) "87"
      $value[83][3]->id
      public image -> string (0) ""
      $value[83][3]->image
      public join_parent_id -> string (2) "83"
      $value[83][3]->join_parent_id
      public name -> UTF-8 string (26) "1:::Forms|||3:::نماذج"
      $value[83][3]->name
      1:::Forms|||3:::نماذج
      
      public parent_id -> string (2) "83"
      $value[83][3]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][3]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][3]->show_on_main_menu
      public slug -> string (8) "forms-87"
      $value[83][3]->slug
      public storage -> string (5) "local"
      $value[83][3]->storage
    4 => stdClass#1045 (14)
    $value[83][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[83][4]->category_order
      public featured_order -> string (1) "1"
      $value[83][4]->featured_order
      public has_subcategory -> null
      $value[83][4]->has_subcategory
      public id -> string (2) "88"
      $value[83][4]->id
      public image -> string (0) ""
      $value[83][4]->image
      public join_parent_id -> string (2) "83"
      $value[83][4]->join_parent_id
      public name -> UTF-8 string (36) "1:::Layouts|||3:::التخطيطات"
      $value[83][4]->name
      public parent_id -> string (2) "83"
      $value[83][4]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][4]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][4]->show_on_main_menu
      public slug -> string (7) "layouts"
      $value[83][4]->slug
      public storage -> string (5) "local"
      $value[83][4]->storage
    5 => stdClass#1013 (14)
    $value[83][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[83][5]->category_order
      public featured_order -> string (1) "1"
      $value[83][5]->featured_order
      public has_subcategory -> null
      $value[83][5]->has_subcategory
      public id -> string (2) "89"
      $value[83][5]->id
      public image -> string (0) ""
      $value[83][5]->image
      public join_parent_id -> string (2) "83"
      $value[83][5]->join_parent_id
      public name -> UTF-8 string (60) "1:::Navigation and Menus|||3:::التنقل والقوائم"
      $value[83][5]->name
      1:::Navigation and Menus|||3:::التنقل والقوائم
      
      public parent_id -> string (2) "83"
      $value[83][5]->parent_id
      public parent_slug -> string (3) "css"
      $value[83][5]->parent_slug
      public parent_tree -> string (4) "9,83"
      $value[83][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[83][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[83][5]->show_on_main_menu
      public slug -> string (20) "navigation-and-menus"
      $value[83][5]->slug
      public storage -> string (5) "local"
      $value[83][5]->storage
    241 => array (6)
    $value[241]
    0 => stdClass#1191 (14)
    $value[241][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[241][0]->category_order
      public featured_order -> string (1) "1"
      $value[241][0]->featured_order
      public has_subcategory -> null
      $value[241][0]->has_subcategory
      public id -> string (3) "242"
      $value[241][0]->id
      public image -> string (0) ""
      $value[241][0]->image
      public join_parent_id -> string (3) "241"
      $value[241][0]->join_parent_id
      public name -> UTF-8 string (38) "1:::Backgrounds|||3:::الخلفيات"
      $value[241][0]->name
      public parent_id -> string (3) "241"
      $value[241][0]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][0]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][0]->show_on_main_menu
      public slug -> string (11) "backgrounds"
      $value[241][0]->slug
      public storage -> string (5) "local"
      $value[241][0]->storage
    1 => stdClass#1156 (14)
    $value[241][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[241][1]->category_order
      public featured_order -> string (1) "1"
      $value[241][1]->featured_order
      public has_subcategory -> null
      $value[241][1]->has_subcategory
      public id -> string (3) "243"
      $value[241][1]->id
      public image -> string (0) ""
      $value[241][1]->image
      public join_parent_id -> string (3) "241"
      $value[241][1]->join_parent_id
      public name -> string (19) "1:::Bugs|||3:::Bugs"
      $value[241][1]->name
      public parent_id -> string (3) "241"
      $value[241][1]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][1]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][1]->show_on_main_menu
      public slug -> string (4) "bugs"
      $value[241][1]->slug
      public storage -> string (5) "local"
      $value[241][1]->storage
    2 => stdClass#1108 (14)
    $value[241][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[241][2]->category_order
      public featured_order -> string (1) "1"
      $value[241][2]->featured_order
      public has_subcategory -> null
      $value[241][2]->has_subcategory
      public id -> string (3) "244"
      $value[241][2]->id
      public image -> string (0) ""
      $value[241][2]->image
      public join_parent_id -> string (3) "241"
      $value[241][2]->join_parent_id
      public name -> UTF-8 string (42) "1:::Elements|||3:::عناصر متنوعة"
      $value[241][2]->name
      1:::Elements|||3:::عناصر متنوعة
      
      public parent_id -> string (3) "241"
      $value[241][2]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][2]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][2]->show_on_main_menu
      public slug -> string (12) "elements-244"
      $value[241][2]->slug
      public storage -> string (5) "local"
      $value[241][2]->storage
    3 => stdClass#1072 (14)
    $value[241][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[241][3]->category_order
      public featured_order -> string (1) "1"
      $value[241][3]->featured_order
      public has_subcategory -> null
      $value[241][3]->has_subcategory
      public id -> string (3) "245"
      $value[241][3]->id
      public image -> string (0) ""
      $value[241][3]->image
      public join_parent_id -> string (3) "241"
      $value[241][3]->join_parent_id
      public name -> UTF-8 string (52) "1:::Infographics|||3:::الرسوم البيانية"
      $value[241][3]->name
      1:::Infographics|||3:::الرسوم البيانية
      
      public parent_id -> string (3) "241"
      $value[241][3]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][3]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][3]->show_on_main_menu
      public slug -> string (16) "infographics-245"
      $value[241][3]->slug
      public storage -> string (5) "local"
      $value[241][3]->storage
    4 => stdClass#1046 (14)
    $value[241][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[241][4]->category_order
      public featured_order -> string (1) "1"
      $value[241][4]->featured_order
      public has_subcategory -> null
      $value[241][4]->has_subcategory
      public id -> string (3) "246"
      $value[241][4]->id
      public image -> string (0) ""
      $value[241][4]->image
      public join_parent_id -> string (3) "241"
      $value[241][4]->join_parent_id
      public name -> UTF-8 string (57) "1:::Interface Effects|||3:::تأثيرات الواجهة"
      $value[241][4]->name
      public parent_id -> string (3) "241"
      $value[241][4]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][4]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][4]->show_on_main_menu
      public slug -> string (17) "interface-effects"
      $value[241][4]->slug
      public storage -> string (5) "local"
      $value[241][4]->storage
    5 => stdClass#1020 (14)
    $value[241][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[241][5]->category_order
      public featured_order -> string (1) "1"
      $value[241][5]->featured_order
      public has_subcategory -> null
      $value[241][5]->has_subcategory
      public id -> string (3) "247"
      $value[241][5]->id
      public image -> string (0) ""
      $value[241][5]->image
      public join_parent_id -> string (3) "241"
      $value[241][5]->join_parent_id
      public name -> string (35) "1:::Lower Thirds|||3:::Lower Thirds"
      $value[241][5]->name
      public parent_id -> string (3) "241"
      $value[241][5]->parent_id
      public parent_slug -> string (15) "motion-graphics"
      $value[241][5]->parent_slug
      public parent_tree -> string (6) "10,241"
      $value[241][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[241][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[241][5]->show_on_main_menu
      public slug -> string (12) "lower-thirds"
      $value[241][5]->slug
      public storage -> string (5) "local"
      $value[241][5]->storage
    2 => array (6)
    $value[2]
    0 => stdClass#1190 (14)
    $value[2][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[2][0]->category_order
      public featured_order -> string (1) "1"
      $value[2][0]->featured_order
      public has_subcategory -> null
      $value[2][0]->has_subcategory
      public id -> string (1) "3"
      $value[2][0]->id
      public image -> string (0) ""
      $value[2][0]->image
      public join_parent_id -> string (1) "2"
      $value[2][0]->join_parent_id
      public name -> UTF-8 string (47) "1:::Blog / Magazine|||3:::مدونة / مجلة"
      $value[2][0]->name
      1:::Blog / Magazine|||3:::مدونة / مجلة
      
      public parent_id -> string (1) "2"
      $value[2][0]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][0]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][0]->show_on_main_menu
      public slug -> string (13) "blog-magazine"
      $value[2][0]->slug
      public storage -> string (5) "local"
      $value[2][0]->storage
    1 => stdClass#1157 (14)
    $value[2][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[2][1]->category_order
      public featured_order -> string (1) "1"
      $value[2][1]->featured_order
      public has_subcategory -> null
      $value[2][1]->has_subcategory
      public id -> string (1) "6"
      $value[2][1]->id
      public image -> string (0) ""
      $value[2][1]->image
      public join_parent_id -> string (1) "2"
      $value[2][1]->join_parent_id
      public name -> string (33) "1:::BuddyPress |||3:::BuddyPress "
      $value[2][1]->name
      public parent_id -> string (1) "2"
      $value[2][1]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][1]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][1]->show_on_main_menu
      public slug -> string (10) "buddypress"
      $value[2][1]->slug
      public storage -> string (5) "local"
      $value[2][1]->storage
    2 => stdClass#1117 (14)
    $value[2][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[2][2]->category_order
      public featured_order -> string (1) "1"
      $value[2][2]->featured_order
      public has_subcategory -> null
      $value[2][2]->has_subcategory
      public id -> string (1) "7"
      $value[2][2]->id
      public image -> string (0) ""
      $value[2][2]->image
      public join_parent_id -> string (1) "2"
      $value[2][2]->join_parent_id
      public name -> UTF-8 string (38) "1:::Corporate|||3:::شركة كبري"
      $value[2][2]->name
      1:::Corporate|||3:::شركة  كبري
      
      public parent_id -> string (1) "2"
      $value[2][2]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][2]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][2]->show_on_main_menu
      public slug -> string (9) "corporate"
      $value[2][2]->slug
      public storage -> string (5) "local"
      $value[2][2]->storage
    3 => stdClass#1085 (14)
    $value[2][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[2][3]->category_order
      public featured_order -> string (1) "1"
      $value[2][3]->featured_order
      public has_subcategory -> null
      $value[2][3]->has_subcategory
      public id -> string (1) "8"
      $value[2][3]->id
      public image -> string (0) ""
      $value[2][3]->image
      public join_parent_id -> string (1) "2"
      $value[2][3]->join_parent_id
      public name -> UTF-8 string (46) "1:::Creative|||3:::بروفايل / ابداع"
      $value[2][3]->name
      public parent_id -> string (1) "2"
      $value[2][3]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][3]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][3]->show_on_main_menu
      public slug -> string (8) "creative"
      $value[2][3]->slug
      public storage -> string (5) "local"
      $value[2][3]->storage
    4 => stdClass#1057 (14)
    $value[2][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[2][4]->category_order
      public featured_order -> string (1) "1"
      $value[2][4]->featured_order
      public has_subcategory -> null
      $value[2][4]->has_subcategory
      public id -> string (3) "142"
      $value[2][4]->id
      public image -> string (0) ""
      $value[2][4]->image
      public join_parent_id -> string (1) "2"
      $value[2][4]->join_parent_id
      public name -> UTF-8 string (60) "1:::Directory & Listings|||3:::الدليل والقوائم"
      $value[2][4]->name
      1:::Directory & Listings|||3:::الدليل والقوائم
      
      public parent_id -> string (1) "2"
      $value[2][4]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][4]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][4]->show_on_main_menu
      public slug -> string (18) "directory-listings"
      $value[2][4]->slug
      public storage -> string (5) "local"
      $value[2][4]->storage
    5 => stdClass#1029 (14)
    $value[2][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[2][5]->category_order
      public featured_order -> string (1) "1"
      $value[2][5]->featured_order
      public has_subcategory -> null
      $value[2][5]->has_subcategory
      public id -> string (3) "143"
      $value[2][5]->id
      public image -> string (0) ""
      $value[2][5]->image
      public join_parent_id -> string (1) "2"
      $value[2][5]->join_parent_id
      public name -> UTF-8 string (57) "1:::eCommerce|||3:::التجارة الإلكترونية"
      $value[2][5]->name
      public parent_id -> string (1) "2"
      $value[2][5]->parent_id
      public parent_slug -> string (11) "wordpress-2"
      $value[2][5]->parent_slug
      public parent_tree -> string (3) "5,2"
      $value[2][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[2][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2][5]->show_on_main_menu
      public slug -> string (13) "ecommerce-143"
      $value[2][5]->slug
      public storage -> string (5) "local"
      $value[2][5]->storage
    414 => array (6)
    $value[414]
    0 => stdClass#1189 (14)
    $value[414][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[414][0]->category_order
      public featured_order -> string (1) "1"
      $value[414][0]->featured_order
      public has_subcategory -> null
      $value[414][0]->has_subcategory
      public id -> string (3) "415"
      $value[414][0]->id
      public image -> string (0) ""
      $value[414][0]->image
      public join_parent_id -> string (3) "414"
      $value[414][0]->join_parent_id
      public name -> UTF-8 string (24) "1:::Bones|||3:::عظام"
      $value[414][0]->name
      1:::Bones|||3:::عظام
      
      public parent_id -> string (3) "414"
      $value[414][0]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][0]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][0]->show_on_main_menu
      public slug -> string (5) "bones"
      $value[414][0]->slug
      public storage -> string (5) "local"
      $value[414][0]->storage
    1 => stdClass#1155 (14)
    $value[414][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[414][1]->category_order
      public featured_order -> string (1) "1"
      $value[414][1]->featured_order
      public has_subcategory -> null
      $value[414][1]->has_subcategory
      public id -> string (3) "416"
      $value[414][1]->id
      public image -> string (0) ""
      $value[414][1]->image
      public join_parent_id -> string (3) "414"
      $value[414][1]->join_parent_id
      public name -> UTF-8 string (36) "1:::Buildings|||3:::البنايات"
      $value[414][1]->name
      public parent_id -> string (3) "414"
      $value[414][1]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][1]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][1]->show_on_main_menu
      public slug -> string (13) "buildings-416"
      $value[414][1]->slug
      public storage -> string (5) "local"
      $value[414][1]->storage
    2 => stdClass#1118 (14)
    $value[414][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[414][2]->category_order
      public featured_order -> string (1) "1"
      $value[414][2]->featured_order
      public has_subcategory -> null
      $value[414][2]->has_subcategory
      public id -> string (3) "417"
      $value[414][2]->id
      public image -> string (0) ""
      $value[414][2]->image
      public join_parent_id -> string (3) "414"
      $value[414][2]->join_parent_id
      public name -> UTF-8 string (35) "1:::Concrete|||3:::الخرسانة"
      $value[414][2]->name
      public parent_id -> string (3) "414"
      $value[414][2]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][2]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][2]->show_on_main_menu
      public slug -> string (8) "concrete"
      $value[414][2]->slug
      public storage -> string (5) "local"
      $value[414][2]->storage
    3 => stdClass#1082 (14)
    $value[414][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[414][3]->category_order
      public featured_order -> string (1) "1"
      $value[414][3]->featured_order
      public has_subcategory -> null
      $value[414][3]->has_subcategory
      public id -> string (3) "418"
      $value[414][3]->id
      public image -> string (0) ""
      $value[414][3]->image
      public join_parent_id -> string (3) "414"
      $value[414][3]->join_parent_id
      public name -> UTF-8 string (26) "1:::Doors|||3:::أبواب"
      $value[414][3]->name
      public parent_id -> string (3) "414"
      $value[414][3]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][3]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][3]->show_on_main_menu
      public slug -> string (5) "doors"
      $value[414][3]->slug
      public storage -> string (5) "local"
      $value[414][3]->storage
    4 => stdClass#1052 (14)
    $value[414][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[414][4]->category_order
      public featured_order -> string (1) "1"
      $value[414][4]->featured_order
      public has_subcategory -> null
      $value[414][4]->has_subcategory
      public id -> string (3) "419"
      $value[414][4]->id
      public image -> string (0) ""
      $value[414][4]->image
      public join_parent_id -> string (3) "414"
      $value[414][4]->join_parent_id
      public name -> UTF-8 string (25) "1:::Fabric|||3:::قماش"
      $value[414][4]->name
      1:::Fabric|||3:::قماش
      
      public parent_id -> string (3) "414"
      $value[414][4]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][4]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][4]->show_on_main_menu
      public slug -> string (6) "fabric"
      $value[414][4]->slug
      public storage -> string (5) "local"
      $value[414][4]->storage
    5 => stdClass#1027 (14)
    $value[414][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[414][5]->category_order
      public featured_order -> string (1) "1"
      $value[414][5]->featured_order
      public has_subcategory -> null
      $value[414][5]->has_subcategory
      public id -> string (3) "420"
      $value[414][5]->id
      public image -> string (0) ""
      $value[414][5]->image
      public join_parent_id -> string (3) "414"
      $value[414][5]->join_parent_id
      public name -> UTF-8 string (34) "1:::Fauna|||3:::الحيوانات"
      $value[414][5]->name
      public parent_id -> string (3) "414"
      $value[414][5]->parent_id
      public parent_slug -> string (11) "cg-textures"
      $value[414][5]->parent_slug
      public parent_tree -> string (6) "14,414"
      $value[414][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[414][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[414][5]->show_on_main_menu
      public slug -> string (5) "fauna"
      $value[414][5]->slug
      public storage -> string (5) "local"
      $value[414][5]->storage
    113 => array (2)
    $value[113]
    0 => stdClass#1188 (14)
    $value[113][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[113][0]->category_order
      public featured_order -> string (1) "1"
      $value[113][0]->featured_order
      public has_subcategory -> null
      $value[113][0]->has_subcategory
      public id -> string (3) "114"
      $value[113][0]->id
      public image -> string (0) ""
      $value[113][0]->image
      public join_parent_id -> string (3) "113"
      $value[113][0]->join_parent_id
      public name -> string (29) "1:::Bootstrap|||3:::Bootstrap"
      $value[113][0]->name
      public parent_id -> string (3) "113"
      $value[113][0]->parent_id
      public parent_slug -> string (5) "skins"
      $value[113][0]->parent_slug
      public parent_tree -> string (5) "9,113"
      $value[113][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[113][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[113][0]->show_on_main_menu
      public slug -> string (9) "bootstrap"
      $value[113][0]->slug
      public storage -> string (5) "local"
      $value[113][0]->storage
    1 => stdClass#1130 (14)
    $value[113][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[113][1]->category_order
      public featured_order -> string (1) "1"
      $value[113][1]->featured_order
      public has_subcategory -> null
      $value[113][1]->has_subcategory
      public id -> string (3) "115"
      $value[113][1]->id
      public image -> string (0) ""
      $value[113][1]->image
      public join_parent_id -> string (3) "113"
      $value[113][1]->join_parent_id
      public name -> UTF-8 string (34) "1:::Miscellaneous|||3:::متنوع"
      $value[113][1]->name
      1:::Miscellaneous|||3:::متنوع
      
      public parent_id -> string (3) "113"
      $value[113][1]->parent_id
      public parent_slug -> string (5) "skins"
      $value[113][1]->parent_slug
      public parent_tree -> string (5) "9,113"
      $value[113][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[113][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[113][1]->show_on_main_menu
      public slug -> string (17) "miscellaneous-115"
      $value[113][1]->slug
      public storage -> string (5) "local"
      $value[113][1]->storage
    207 => array (6)
    $value[207]
    0 => stdClass#1187 (14)
    $value[207][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[207][0]->category_order
      public featured_order -> string (1) "1"
      $value[207][0]->featured_order
      public has_subcategory -> null
      $value[207][0]->has_subcategory
      public id -> string (3) "208"
      $value[207][0]->id
      public image -> string (0) ""
      $value[207][0]->image
      public join_parent_id -> string (3) "207"
      $value[207][0]->join_parent_id
      public name -> string (47) "1:::Broadcast Packages|||3:::Broadcast Packages"
      $value[207][0]->name
      public parent_id -> string (3) "207"
      $value[207][0]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][0]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][0]->show_on_main_menu
      public slug -> string (18) "broadcast-packages"
      $value[207][0]->slug
      public storage -> string (5) "local"
      $value[207][0]->storage
    1 => stdClass#1141 (14)
    $value[207][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[207][1]->category_order
      public featured_order -> string (1) "1"
      $value[207][1]->featured_order
      public has_subcategory -> null
      $value[207][1]->has_subcategory
      public id -> string (3) "209"
      $value[207][1]->id
      public image -> string (0) ""
      $value[207][1]->image
      public join_parent_id -> string (3) "207"
      $value[207][1]->join_parent_id
      public name -> UTF-8 string (55) "1:::Element 3D|||3:::عنصر ثلاثي الأبعاد"
      $value[207][1]->name
      public parent_id -> string (3) "207"
      $value[207][1]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][1]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][1]->show_on_main_menu
      public slug -> string (10) "element-3d"
      $value[207][1]->slug
      public storage -> string (5) "local"
      $value[207][1]->storage
    2 => stdClass#1109 (14)
    $value[207][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[207][2]->category_order
      public featured_order -> string (1) "1"
      $value[207][2]->featured_order
      public has_subcategory -> null
      $value[207][2]->has_subcategory
      public id -> string (3) "210"
      $value[207][2]->id
      public image -> string (0) ""
      $value[207][2]->image
      public join_parent_id -> string (3) "207"
      $value[207][2]->join_parent_id
      public name -> UTF-8 string (42) "1:::Elements|||3:::عناصر متنوعة"
      $value[207][2]->name
      1:::Elements|||3:::عناصر متنوعة
      
      public parent_id -> string (3) "207"
      $value[207][2]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][2]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][2]->show_on_main_menu
      public slug -> string (8) "elements"
      $value[207][2]->slug
      public storage -> string (5) "local"
      $value[207][2]->storage
    3 => stdClass#1073 (14)
    $value[207][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[207][3]->category_order
      public featured_order -> string (1) "1"
      $value[207][3]->featured_order
      public has_subcategory -> null
      $value[207][3]->has_subcategory
      public id -> string (3) "211"
      $value[207][3]->id
      public image -> string (0) ""
      $value[207][3]->image
      public join_parent_id -> string (3) "207"
      $value[207][3]->join_parent_id
      public name -> UTF-8 string (52) "1:::Infographics|||3:::الرسوم البيانية"
      $value[207][3]->name
      1:::Infographics|||3:::الرسوم البيانية
      
      public parent_id -> string (3) "207"
      $value[207][3]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][3]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][3]->show_on_main_menu
      public slug -> string (12) "infographics"
      $value[207][3]->slug
      public storage -> string (5) "local"
      $value[207][3]->storage
    4 => stdClass#1044 (14)
    $value[207][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[207][4]->category_order
      public featured_order -> string (1) "1"
      $value[207][4]->featured_order
      public has_subcategory -> null
      $value[207][4]->has_subcategory
      public id -> string (3) "212"
      $value[207][4]->id
      public image -> string (0) ""
      $value[207][4]->image
      public join_parent_id -> string (3) "207"
      $value[207][4]->join_parent_id
      public name -> UTF-8 string (49) "1:::Logo Stings|||3:::تأثيرات الشعار"
      $value[207][4]->name
      public parent_id -> string (3) "207"
      $value[207][4]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][4]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][4]->show_on_main_menu
      public slug -> string (11) "logo-stings"
      $value[207][4]->slug
      public storage -> string (5) "local"
      $value[207][4]->storage
    5 => stdClass#1011 (14)
    $value[207][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[207][5]->category_order
      public featured_order -> string (1) "1"
      $value[207][5]->featured_order
      public has_subcategory -> null
      $value[207][5]->has_subcategory
      public id -> string (3) "213"
      $value[207][5]->id
      public image -> string (0) ""
      $value[207][5]->image
      public join_parent_id -> string (3) "207"
      $value[207][5]->join_parent_id
      public name -> string (25) "1:::Openers|||3:::Openers"
      $value[207][5]->name
      public parent_id -> string (3) "207"
      $value[207][5]->parent_id
      public parent_slug -> string (23) "after-effects-templates"
      $value[207][5]->parent_slug
      public parent_tree -> string (6) "10,207"
      $value[207][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[207][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[207][5]->show_on_main_menu
      public slug -> string (7) "openers"
      $value[207][5]->slug
      public storage -> string (5) "local"
      $value[207][5]->storage
    232 => array (6)
    $value[232]
    0 => stdClass#1186 (14)
    $value[232][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[232][0]->category_order
      public featured_order -> string (1) "1"
      $value[232][0]->featured_order
      public has_subcategory -> null
      $value[232][0]->has_subcategory
      public id -> string (3) "233"
      $value[232][0]->id
      public image -> string (0) ""
      $value[232][0]->image
      public join_parent_id -> string (3) "232"
      $value[232][0]->join_parent_id
      public name -> UTF-8 string (45) "1:::Broadcast Packages|||3:::حزم البث "
      $value[232][0]->name
      1:::Broadcast Packages|||3:::حزم البث 
      
      public parent_id -> string (3) "232"
      $value[232][0]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][0]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][0]->show_on_main_menu
      public slug -> string (22) "broadcast-packages-233"
      $value[232][0]->slug
      public storage -> string (5) "local"
      $value[232][0]->storage
    1 => stdClass#1139 (14)
    $value[232][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[232][1]->category_order
      public featured_order -> string (1) "1"
      $value[232][1]->featured_order
      public has_subcategory -> null
      $value[232][1]->has_subcategory
      public id -> string (3) "234"
      $value[232][1]->id
      public image -> string (0) ""
      $value[232][1]->image
      public join_parent_id -> string (3) "232"
      $value[232][1]->join_parent_id
      public name -> UTF-8 string (42) "1:::Elements|||3:::عناصر متنوعة"
      $value[232][1]->name
      1:::Elements|||3:::عناصر متنوعة
      
      public parent_id -> string (3) "232"
      $value[232][1]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][1]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][1]->show_on_main_menu
      public slug -> string (12) "elements-234"
      $value[232][1]->slug
      public storage -> string (5) "local"
      $value[232][1]->storage
    2 => stdClass#1103 (14)
    $value[232][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[232][2]->category_order
      public featured_order -> string (1) "1"
      $value[232][2]->featured_order
      public has_subcategory -> null
      $value[232][2]->has_subcategory
      public id -> string (3) "235"
      $value[232][2]->id
      public image -> string (0) ""
      $value[232][2]->image
      public join_parent_id -> string (3) "232"
      $value[232][2]->join_parent_id
      public name -> UTF-8 string (52) "1:::Infographics|||3:::الرسوم البيانية"
      $value[232][2]->name
      1:::Infographics|||3:::الرسوم البيانية
      
      public parent_id -> string (3) "232"
      $value[232][2]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][2]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][2]->show_on_main_menu
      public slug -> string (16) "infographics-235"
      $value[232][2]->slug
      public storage -> string (5) "local"
      $value[232][2]->storage
    3 => stdClass#1068 (14)
    $value[232][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[232][3]->category_order
      public featured_order -> string (1) "1"
      $value[232][3]->featured_order
      public has_subcategory -> null
      $value[232][3]->has_subcategory
      public id -> string (3) "236"
      $value[232][3]->id
      public image -> string (0) ""
      $value[232][3]->image
      public join_parent_id -> string (3) "232"
      $value[232][3]->join_parent_id
      public name -> UTF-8 string (49) "1:::Logo Stings|||3:::تأثيرات الشعار"
      $value[232][3]->name
      public parent_id -> string (3) "232"
      $value[232][3]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][3]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][3]->show_on_main_menu
      public slug -> string (15) "logo-stings-236"
      $value[232][3]->slug
      public storage -> string (5) "local"
      $value[232][3]->storage
    4 => stdClass#1036 (14)
    $value[232][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[232][4]->category_order
      public featured_order -> string (1) "1"
      $value[232][4]->featured_order
      public has_subcategory -> null
      $value[232][4]->has_subcategory
      public id -> string (3) "237"
      $value[232][4]->id
      public image -> string (0) ""
      $value[232][4]->image
      public join_parent_id -> string (3) "232"
      $value[232][4]->join_parent_id
      public name -> string (25) "1:::Openers|||3:::Openers"
      $value[232][4]->name
      public parent_id -> string (3) "232"
      $value[232][4]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][4]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][4]->show_on_main_menu
      public slug -> string (11) "openers-237"
      $value[232][4]->slug
      public storage -> string (5) "local"
      $value[232][4]->storage
    5 => stdClass#1008 (14)
    $value[232][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[232][5]->category_order
      public featured_order -> string (1) "1"
      $value[232][5]->featured_order
      public has_subcategory -> null
      $value[232][5]->has_subcategory
      public id -> string (3) "238"
      $value[232][5]->id
      public image -> string (0) ""
      $value[232][5]->image
      public join_parent_id -> string (3) "232"
      $value[232][5]->join_parent_id
      public name -> UTF-8 string (45) "1:::Product Promo|||3:::منتج ترويجي"
      $value[232][5]->name
      1:::Product Promo|||3:::منتج ترويجي
      
      public parent_id -> string (3) "232"
      $value[232][5]->parent_id
      public parent_slug -> string (25) "davinci-resolve-templates"
      $value[232][5]->parent_slug
      public parent_tree -> string (6) "10,232"
      $value[232][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[232][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[232][5]->show_on_main_menu
      public slug -> string (17) "product-promo-238"
      $value[232][5]->slug
      public storage -> string (5) "local"
      $value[232][5]->storage
    217 => array (6)
    $value[217]
    0 => stdClass#1185 (14)
    $value[217][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[217][0]->category_order
      public featured_order -> string (1) "1"
      $value[217][0]->featured_order
      public has_subcategory -> null
      $value[217][0]->has_subcategory
      public id -> string (3) "218"
      $value[217][0]->id
      public image -> string (0) ""
      $value[217][0]->image
      public join_parent_id -> string (3) "217"
      $value[217][0]->join_parent_id
      public name -> UTF-8 string (59) "1:::Broadcast Packages|||3:::حزم البث المباشر"
      $value[217][0]->name
      1:::Broadcast Packages|||3:::حزم البث المباشر
      
      public parent_id -> string (3) "217"
      $value[217][0]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][0]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][0]->show_on_main_menu
      public slug -> string (22) "broadcast-packages-218"
      $value[217][0]->slug
      public storage -> string (5) "local"
      $value[217][0]->storage
    1 => stdClass#1140 (14)
    $value[217][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[217][1]->category_order
      public featured_order -> string (1) "1"
      $value[217][1]->featured_order
      public has_subcategory -> null
      $value[217][1]->has_subcategory
      public id -> string (3) "219"
      $value[217][1]->id
      public image -> string (0) ""
      $value[217][1]->image
      public join_parent_id -> string (3) "217"
      $value[217][1]->join_parent_id
      public name -> UTF-8 string (42) "1:::Elements|||3:::عناصر متنوعة"
      $value[217][1]->name
      1:::Elements|||3:::عناصر متنوعة
      
      public parent_id -> string (3) "217"
      $value[217][1]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][1]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][1]->show_on_main_menu
      public slug -> string (12) "elements-219"
      $value[217][1]->slug
      public storage -> string (5) "local"
      $value[217][1]->storage
    2 => stdClass#1104 (14)
    $value[217][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[217][2]->category_order
      public featured_order -> string (1) "1"
      $value[217][2]->featured_order
      public has_subcategory -> null
      $value[217][2]->has_subcategory
      public id -> string (3) "220"
      $value[217][2]->id
      public image -> string (0) ""
      $value[217][2]->image
      public join_parent_id -> string (3) "217"
      $value[217][2]->join_parent_id
      public name -> UTF-8 string (52) "1:::Infographics|||3:::الرسوم البيانية"
      $value[217][2]->name
      1:::Infographics|||3:::الرسوم البيانية
      
      public parent_id -> string (3) "217"
      $value[217][2]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][2]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][2]->show_on_main_menu
      public slug -> string (16) "infographics-220"
      $value[217][2]->slug
      public storage -> string (5) "local"
      $value[217][2]->storage
    3 => stdClass#1069 (14)
    $value[217][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[217][3]->category_order
      public featured_order -> string (1) "1"
      $value[217][3]->featured_order
      public has_subcategory -> null
      $value[217][3]->has_subcategory
      public id -> string (3) "221"
      $value[217][3]->id
      public image -> string (0) ""
      $value[217][3]->image
      public join_parent_id -> string (3) "217"
      $value[217][3]->join_parent_id
      public name -> UTF-8 string (49) "1:::Logo Stings|||3:::تأثيرات الشعار"
      $value[217][3]->name
      public parent_id -> string (3) "217"
      $value[217][3]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][3]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][3]->show_on_main_menu
      public slug -> string (15) "logo-stings-221"
      $value[217][3]->slug
      public storage -> string (5) "local"
      $value[217][3]->storage
    4 => stdClass#1037 (14)
    $value[217][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[217][4]->category_order
      public featured_order -> string (1) "1"
      $value[217][4]->featured_order
      public has_subcategory -> null
      $value[217][4]->has_subcategory
      public id -> string (3) "222"
      $value[217][4]->id
      public image -> string (0) ""
      $value[217][4]->image
      public join_parent_id -> string (3) "217"
      $value[217][4]->join_parent_id
      public name -> string (25) "1:::Openers|||3:::Openers"
      $value[217][4]->name
      public parent_id -> string (3) "217"
      $value[217][4]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][4]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][4]->show_on_main_menu
      public slug -> string (11) "openers-222"
      $value[217][4]->slug
      public storage -> string (5) "local"
      $value[217][4]->storage
    5 => stdClass#1009 (14)
    $value[217][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[217][5]->category_order
      public featured_order -> string (1) "1"
      $value[217][5]->featured_order
      public has_subcategory -> null
      $value[217][5]->has_subcategory
      public id -> string (3) "223"
      $value[217][5]->id
      public image -> string (0) ""
      $value[217][5]->image
      public join_parent_id -> string (3) "217"
      $value[217][5]->join_parent_id
      public name -> UTF-8 string (45) "1:::Product Promo|||3:::منتج ترويجي"
      $value[217][5]->name
      1:::Product Promo|||3:::منتج ترويجي
      
      public parent_id -> string (3) "217"
      $value[217][5]->parent_id
      public parent_slug -> string (22) "premiere-pro-templates"
      $value[217][5]->parent_slug
      public parent_tree -> string (6) "10,217"
      $value[217][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[217][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[217][5]->show_on_main_menu
      public slug -> string (17) "product-promo-223"
      $value[217][5]->slug
      public storage -> string (5) "local"
      $value[217][5]->storage
    298 => array (6)
    $value[298]
    0 => stdClass#1184 (14)
    $value[298][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[298][0]->category_order
      public featured_order -> string (1) "1"
      $value[298][0]->featured_order
      public has_subcategory -> null
      $value[298][0]->has_subcategory
      public id -> string (3) "299"
      $value[298][0]->id
      public image -> string (0) ""
      $value[298][0]->image
      public join_parent_id -> string (3) "298"
      $value[298][0]->join_parent_id
      public name -> UTF-8 string (56) "1:::Brochures|||3:::اغلفة كُتب - كُتيبات"
      $value[298][0]->name
      public parent_id -> string (3) "298"
      $value[298][0]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][0]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][0]->show_on_main_menu
      public slug -> string (9) "brochures"
      $value[298][0]->slug
      public storage -> string (5) "local"
      $value[298][0]->storage
    1 => stdClass#1154 (14)
    $value[298][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[298][1]->category_order
      public featured_order -> string (1) "1"
      $value[298][1]->featured_order
      public has_subcategory -> null
      $value[298][1]->has_subcategory
      public id -> string (3) "300"
      $value[298][1]->id
      public image -> string (0) ""
      $value[298][1]->image
      public join_parent_id -> string (3) "298"
      $value[298][1]->join_parent_id
      public name -> UTF-8 string (48) "1:::Business Cards|||3:::بطاقات العمل"
      $value[298][1]->name
      1:::Business Cards|||3:::بطاقات العمل
      
      public parent_id -> string (3) "298"
      $value[298][1]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][1]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][1]->show_on_main_menu
      public slug -> string (14) "business-cards"
      $value[298][1]->slug
      public storage -> string (5) "local"
      $value[298][1]->storage
    2 => stdClass#1123 (14)
    $value[298][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[298][2]->category_order
      public featured_order -> string (1) "1"
      $value[298][2]->featured_order
      public has_subcategory -> null
      $value[298][2]->has_subcategory
      public id -> string (3) "301"
      $value[298][2]->id
      public image -> string (0) ""
      $value[298][2]->image
      public join_parent_id -> string (3) "298"
      $value[298][2]->join_parent_id
      public name -> UTF-8 string (51) "1:::Cards & Invites|||3:::بطاقات ودعوات"
      $value[298][2]->name
      public parent_id -> string (3) "298"
      $value[298][2]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][2]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][2]->show_on_main_menu
      public slug -> string (13) "cards-invites"
      $value[298][2]->slug
      public storage -> string (5) "local"
      $value[298][2]->storage
    3 => stdClass#1090 (14)
    $value[298][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[298][3]->category_order
      public featured_order -> string (1) "1"
      $value[298][3]->featured_order
      public has_subcategory -> null
      $value[298][3]->has_subcategory
      public id -> string (3) "302"
      $value[298][3]->id
      public image -> string (0) ""
      $value[298][3]->image
      public join_parent_id -> string (3) "298"
      $value[298][3]->join_parent_id
      public name -> UTF-8 string (68) "1:::CD & DVD Artwork|||3:::عمل فني على أقراص CD و DVD"
      $value[298][3]->name
      1:::CD & DVD Artwork|||3:::عمل فني على أقراص CD و DVD
      
      public parent_id -> string (3) "298"
      $value[298][3]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][3]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][3]->show_on_main_menu
      public slug -> string (14) "cd-dvd-artwork"
      $value[298][3]->slug
      public storage -> string (5) "local"
      $value[298][3]->storage
    4 => stdClass#1053 (14)
    $value[298][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[298][4]->category_order
      public featured_order -> string (1) "1"
      $value[298][4]->featured_order
      public has_subcategory -> null
      $value[298][4]->has_subcategory
      public id -> string (3) "303"
      $value[298][4]->id
      public image -> string (0) ""
      $value[298][4]->image
      public join_parent_id -> string (3) "298"
      $value[298][4]->join_parent_id
      public name -> UTF-8 string (53) "1:::ePublishing|||3:::النشر الإلكتروني"
      $value[298][4]->name
      public parent_id -> string (3) "298"
      $value[298][4]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][4]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][4]->show_on_main_menu
      public slug -> string (11) "epublishing"
      $value[298][4]->slug
      public storage -> string (5) "local"
      $value[298][4]->storage
    5 => stdClass#1026 (14)
    $value[298][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[298][5]->category_order
      public featured_order -> string (1) "1"
      $value[298][5]->featured_order
      public has_subcategory -> null
      $value[298][5]->has_subcategory
      public id -> string (3) "304"
      $value[298][5]->id
      public image -> string (0) ""
      $value[298][5]->image
      public join_parent_id -> string (3) "298"
      $value[298][5]->join_parent_id
      public name -> UTF-8 string (29) "1:::Flyers|||3:::فلايرز"
      $value[298][5]->name
      public parent_id -> string (3) "298"
      $value[298][5]->parent_id
      public parent_slug -> string (5) "print"
      $value[298][5]->parent_slug
      public parent_tree -> string (6) "12,298"
      $value[298][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[298][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[298][5]->show_on_main_menu
      public slug -> string (6) "flyers"
      $value[298][5]->slug
      public storage -> string (5) "local"
      $value[298][5]->storage
    252 => array (6)
    $value[252]
    0 => stdClass#1183 (14)
    $value[252][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[252][0]->category_order
      public featured_order -> string (1) "1"
      $value[252][0]->featured_order
      public has_subcategory -> null
      $value[252][0]->has_subcategory
      public id -> string (3) "253"
      $value[252][0]->id
      public image -> string (0) ""
      $value[252][0]->image
      public join_parent_id -> string (3) "252"
      $value[252][0]->join_parent_id
      public name -> UTF-8 string (30) "1:::Buildings|||3:::مباني"
      $value[252][0]->name
      1:::Buildings|||3:::مباني
      
      public parent_id -> string (3) "252"
      $value[252][0]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][0]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][0]->show_on_main_menu
      public slug -> string (9) "buildings"
      $value[252][0]->slug
      public storage -> string (5) "local"
      $value[252][0]->storage
    1 => stdClass#1152 (14)
    $value[252][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[252][1]->category_order
      public featured_order -> string (1) "1"
      $value[252][1]->featured_order
      public has_subcategory -> null
      $value[252][1]->has_subcategory
      public id -> string (3) "254"
      $value[252][1]->id
      public image -> string (0) ""
      $value[252][1]->image
      public join_parent_id -> string (3) "252"
      $value[252][1]->join_parent_id
      public name -> UTF-8 string (61) "1:::Business, Corporate|||3:::الأعمال والشركات"
      $value[252][1]->name
      1:::Business, Corporate|||3:::الأعمال والشركات
      
      public parent_id -> string (3) "252"
      $value[252][1]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][1]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][1]->show_on_main_menu
      public slug -> string (18) "business-corporate"
      $value[252][1]->slug
      public storage -> string (5) "local"
      $value[252][1]->storage
    2 => stdClass#1122 (14)
    $value[252][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[252][2]->category_order
      public featured_order -> string (1) "1"
      $value[252][2]->featured_order
      public has_subcategory -> null
      $value[252][2]->has_subcategory
      public id -> string (3) "255"
      $value[252][2]->id
      public image -> string (0) ""
      $value[252][2]->image
      public join_parent_id -> string (3) "252"
      $value[252][2]->join_parent_id
      public name -> UTF-8 string (37) "1:::Cartoons|||3:::كاريكاتير"
      $value[252][2]->name
      public parent_id -> string (3) "252"
      $value[252][2]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][2]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][2]->show_on_main_menu
      public slug -> string (8) "cartoons"
      $value[252][2]->slug
      public storage -> string (5) "local"
      $value[252][2]->storage
    3 => stdClass#1087 (14)
    $value[252][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[252][3]->category_order
      public featured_order -> string (1) "1"
      $value[252][3]->featured_order
      public has_subcategory -> null
      $value[252][3]->has_subcategory
      public id -> string (3) "256"
      $value[252][3]->id
      public image -> string (0) ""
      $value[252][3]->image
      public join_parent_id -> string (3) "252"
      $value[252][3]->join_parent_id
      public name -> UTF-8 string (25) "1:::City|||3:::مدينة"
      $value[252][3]->name
      1:::City|||3:::مدينة
      
      public parent_id -> string (3) "252"
      $value[252][3]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][3]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][3]->show_on_main_menu
      public slug -> string (4) "city"
      $value[252][3]->slug
      public storage -> string (5) "local"
      $value[252][3]->storage
    4 => stdClass#1058 (14)
    $value[252][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[252][4]->category_order
      public featured_order -> string (1) "1"
      $value[252][4]->featured_order
      public has_subcategory -> null
      $value[252][4]->has_subcategory
      public id -> string (3) "257"
      $value[252][4]->id
      public image -> string (0) ""
      $value[252][4]->image
      public join_parent_id -> string (3) "252"
      $value[252][4]->join_parent_id
      public name -> UTF-8 string (31) "1:::Construction|||3:::بناء"
      $value[252][4]->name
      public parent_id -> string (3) "252"
      $value[252][4]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][4]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][4]->show_on_main_menu
      public slug -> string (12) "construction"
      $value[252][4]->slug
      public storage -> string (5) "local"
      $value[252][4]->storage
    5 => stdClass#1028 (14)
    $value[252][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[252][5]->category_order
      public featured_order -> string (1) "1"
      $value[252][5]->featured_order
      public has_subcategory -> null
      $value[252][5]->has_subcategory
      public id -> string (3) "258"
      $value[252][5]->id
      public image -> string (0) ""
      $value[252][5]->image
      public join_parent_id -> string (3) "252"
      $value[252][5]->join_parent_id
      public name -> UTF-8 string (30) "1:::Education|||3:::تعليم"
      $value[252][5]->name
      1:::Education|||3:::تعليم
      
      public parent_id -> string (3) "252"
      $value[252][5]->parent_id
      public parent_slug -> string (13) "stock-footage"
      $value[252][5]->parent_slug
      public parent_tree -> string (6) "10,252"
      $value[252][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[252][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[252][5]->show_on_main_menu
      public slug -> string (13) "education-258"
      $value[252][5]->slug
      public storage -> string (5) "local"
      $value[252][5]->storage
    444 => array (6)
    $value[444]
    0 => stdClass#1182 (14)
    $value[444][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[444][0]->category_order
      public featured_order -> string (1) "1"
      $value[444][0]->featured_order
      public has_subcategory -> null
      $value[444][0]->has_subcategory
      public id -> string (3) "445"
      $value[444][0]->id
      public image -> string (0) ""
      $value[444][0]->image
      public join_parent_id -> string (3) "444"
      $value[444][0]->join_parent_id
      public name -> UTF-8 string (32) "1:::Ceramic|||3:::سيراميك"
      $value[444][0]->name
      1:::Ceramic|||3:::سيراميك
      
      public parent_id -> string (3) "444"
      $value[444][0]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][0]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][0]->show_on_main_menu
      public slug -> string (7) "ceramic"
      $value[444][0]->slug
      public storage -> string (5) "local"
      $value[444][0]->storage
    1 => stdClass#1138 (14)
    $value[444][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[444][1]->category_order
      public featured_order -> string (1) "1"
      $value[444][1]->featured_order
      public has_subcategory -> null
      $value[444][1]->has_subcategory
      public id -> string (3) "446"
      $value[444][1]->id
      public image -> string (0) ""
      $value[444][1]->image
      public join_parent_id -> string (3) "444"
      $value[444][1]->join_parent_id
      public name -> UTF-8 string (25) "1:::Fabric|||3:::قماش"
      $value[444][1]->name
      1:::Fabric|||3:::قماش
      
      public parent_id -> string (3) "444"
      $value[444][1]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][1]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][1]->show_on_main_menu
      public slug -> string (10) "fabric-446"
      $value[444][1]->slug
      public storage -> string (5) "local"
      $value[444][1]->storage
    2 => stdClass#1106 (14)
    $value[444][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[444][2]->category_order
      public featured_order -> string (1) "1"
      $value[444][2]->featured_order
      public has_subcategory -> null
      $value[444][2]->has_subcategory
      public id -> string (3) "447"
      $value[444][2]->id
      public image -> string (0) ""
      $value[444][2]->image
      public join_parent_id -> string (3) "444"
      $value[444][2]->join_parent_id
      public name -> UTF-8 string (24) "1:::Glass|||3:::زجاج"
      $value[444][2]->name
      public parent_id -> string (3) "444"
      $value[444][2]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][2]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][2]->show_on_main_menu
      public slug -> string (5) "glass"
      $value[444][2]->slug
      public storage -> string (5) "local"
      $value[444][2]->storage
    3 => stdClass#1075 (14)
    $value[444][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[444][3]->category_order
      public featured_order -> string (1) "1"
      $value[444][3]->featured_order
      public has_subcategory -> null
      $value[444][3]->has_subcategory
      public id -> string (3) "448"
      $value[444][3]->id
      public image -> string (0) ""
      $value[444][3]->image
      public join_parent_id -> string (3) "444"
      $value[444][3]->join_parent_id
      public name -> UTF-8 string (23) "1:::Glow|||3:::توهج"
      $value[444][3]->name
      public parent_id -> string (3) "444"
      $value[444][3]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][3]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][3]->show_on_main_menu
      public slug -> string (4) "glow"
      $value[444][3]->slug
      public storage -> string (5) "local"
      $value[444][3]->storage
    4 => stdClass#1042 (14)
    $value[444][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[444][4]->category_order
      public featured_order -> string (1) "1"
      $value[444][4]->featured_order
      public has_subcategory -> null
      $value[444][4]->has_subcategory
      public id -> string (3) "449"
      $value[444][4]->id
      public image -> string (0) ""
      $value[444][4]->image
      public join_parent_id -> string (3) "444"
      $value[444][4]->join_parent_id
      public name -> UTF-8 string (25) "1:::Marble|||3:::رخام"
      $value[444][4]->name
      1:::Marble|||3:::رخام
      
      public parent_id -> string (3) "444"
      $value[444][4]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][4]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][4]->show_on_main_menu
      public slug -> string (6) "marble"
      $value[444][4]->slug
      public storage -> string (5) "local"
      $value[444][4]->storage
    5 => stdClass#1017 (14)
    $value[444][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[444][5]->category_order
      public featured_order -> string (1) "1"
      $value[444][5]->featured_order
      public has_subcategory -> null
      $value[444][5]->has_subcategory
      public id -> string (3) "450"
      $value[444][5]->id
      public image -> string (0) ""
      $value[444][5]->image
      public join_parent_id -> string (3) "444"
      $value[444][5]->join_parent_id
      public name -> UTF-8 string (24) "1:::Metal|||3:::معدن"
      $value[444][5]->name
      1:::Metal|||3:::معدن
      
      public parent_id -> string (3) "444"
      $value[444][5]->parent_id
      public parent_slug -> string (17) "materials-shaders"
      $value[444][5]->parent_slug
      public parent_tree -> string (6) "14,444"
      $value[444][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[444][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[444][5]->show_on_main_menu
      public slug -> string (9) "metal-450"
      $value[444][5]->slug
      public storage -> string (5) "local"
      $value[444][5]->storage
    331 => array (6)
    $value[331]
    0 => stdClass#1181 (14)
    $value[331][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[331][0]->category_order
      public featured_order -> string (1) "1"
      $value[331][0]->featured_order
      public has_subcategory -> null
      $value[331][0]->has_subcategory
      public id -> string (3) "332"
      $value[331][0]->id
      public image -> string (0) ""
      $value[331][0]->image
      public join_parent_id -> string (3) "331"
      $value[331][0]->join_parent_id
      public name -> UTF-8 string (33) "1:::Characters|||3:::شخصيات"
      $value[331][0]->name
      public parent_id -> string (3) "331"
      $value[331][0]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][0]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][0]->show_on_main_menu
      public slug -> string (10) "characters"
      $value[331][0]->slug
      public storage -> string (5) "local"
      $value[331][0]->storage
    1 => stdClass#1146 (14)
    $value[331][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[331][1]->category_order
      public featured_order -> string (1) "1"
      $value[331][1]->featured_order
      public has_subcategory -> null
      $value[331][1]->has_subcategory
      public id -> string (3) "333"
      $value[331][1]->id
      public image -> string (0) ""
      $value[331][1]->image
      public join_parent_id -> string (3) "331"
      $value[331][1]->join_parent_id
      public name -> string (32) "1:::Conceptual|||3:::Conceptual "
      $value[331][1]->name
      public parent_id -> string (3) "331"
      $value[331][1]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][1]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][1]->show_on_main_menu
      public slug -> string (10) "conceptual"
      $value[331][1]->slug
      public storage -> string (5) "local"
      $value[331][1]->storage
    2 => stdClass#1112 (14)
    $value[331][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[331][2]->category_order
      public featured_order -> string (1) "1"
      $value[331][2]->featured_order
      public has_subcategory -> null
      $value[331][2]->has_subcategory
      public id -> string (3) "334"
      $value[331][2]->id
      public image -> string (0) ""
      $value[331][2]->image
      public join_parent_id -> string (3) "331"
      $value[331][2]->join_parent_id
      public name -> UTF-8 string (31) "1:::Decorative|||3:::ديكور"
      $value[331][2]->name
      public parent_id -> string (3) "331"
      $value[331][2]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][2]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][2]->show_on_main_menu
      public slug -> string (14) "decorative-334"
      $value[331][2]->slug
      public storage -> string (5) "local"
      $value[331][2]->storage
    3 => stdClass#1065 (14)
    $value[331][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[331][3]->category_order
      public featured_order -> string (1) "1"
      $value[331][3]->featured_order
      public has_subcategory -> null
      $value[331][3]->has_subcategory
      public id -> string (3) "335"
      $value[331][3]->id
      public image -> string (0) ""
      $value[331][3]->image
      public join_parent_id -> string (3) "331"
      $value[331][3]->join_parent_id
      public name -> UTF-8 string (28) "1:::Objects|||3:::أشياء"
      $value[331][3]->name
      public parent_id -> string (3) "331"
      $value[331][3]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][3]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][3]->show_on_main_menu
      public slug -> string (7) "objects"
      $value[331][3]->slug
      public storage -> string (5) "local"
      $value[331][3]->storage
    4 => stdClass#1032 (14)
    $value[331][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[331][4]->category_order
      public featured_order -> string (1) "1"
      $value[331][4]->featured_order
      public has_subcategory -> null
      $value[331][4]->has_subcategory
      public id -> string (3) "336"
      $value[331][4]->id
      public image -> string (0) ""
      $value[331][4]->image
      public join_parent_id -> string (3) "331"
      $value[331][4]->join_parent_id
      public name -> UTF-8 string (44) "1:::Web Elements|||3:::عناصر الويب"
      $value[331][4]->name
      public parent_id -> string (3) "331"
      $value[331][4]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][4]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][4]->show_on_main_menu
      public slug -> string (16) "web-elements-336"
      $value[331][4]->slug
      public storage -> string (5) "local"
      $value[331][4]->storage
    5 => stdClass#1016 (14)
    $value[331][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[331][5]->category_order
      public featured_order -> string (1) "1"
      $value[331][5]->featured_order
      public has_subcategory -> null
      $value[331][5]->has_subcategory
      public id -> string (3) "337"
      $value[331][5]->id
      public image -> string (0) ""
      $value[331][5]->image
      public join_parent_id -> string (3) "331"
      $value[331][5]->join_parent_id
      public name -> UTF-8 string (34) "1:::Miscellaneous|||3:::متنوع"
      $value[331][5]->name
      1:::Miscellaneous|||3:::متنوع
      
      public parent_id -> string (3) "331"
      $value[331][5]->parent_id
      public parent_slug -> string (7) "vectors"
      $value[331][5]->parent_slug
      public parent_tree -> string (6) "12,331"
      $value[331][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[331][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[331][5]->show_on_main_menu
      public slug -> string (17) "miscellaneous-337"
      $value[331][5]->slug
      public storage -> string (5) "local"
      $value[331][5]->storage
    284 => array (4)
    $value[284]
    0 => stdClass#1180 (14)
    $value[284][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[284][0]->category_order
      public featured_order -> string (1) "1"
      $value[284][0]->featured_order
      public has_subcategory -> null
      $value[284][0]->has_subcategory
      public id -> string (3) "281"
      $value[284][0]->id
      public image -> string (0) ""
      $value[284][0]->image
      public join_parent_id -> string (3) "284"
      $value[284][0]->join_parent_id
      public name -> UTF-8 string (53) "1:::Cinema 4D Elements|||3:::عناصر سينما 4D"
      $value[284][0]->name
      1:::Cinema 4D Elements|||3:::عناصر سينما 4D
      
      public parent_id -> string (3) "284"
      $value[284][0]->parent_id
      public parent_slug -> string (9) "cinema-4d"
      $value[284][0]->parent_slug
      public parent_tree -> string (6) "10,284"
      $value[284][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[284][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[284][0]->show_on_main_menu
      public slug -> string (18) "cinema-4d-elements"
      $value[284][0]->slug
      public storage -> string (5) "local"
      $value[284][0]->storage
    1 => stdClass#1147 (14)
    $value[284][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[284][1]->category_order
      public featured_order -> string (1) "1"
      $value[284][1]->featured_order
      public has_subcategory -> null
      $value[284][1]->has_subcategory
      public id -> string (3) "282"
      $value[284][1]->id
      public image -> string (0) ""
      $value[284][1]->image
      public join_parent_id -> string (3) "284"
      $value[284][1]->join_parent_id
      public name -> UTF-8 string (73) "1:::Cinema 4D Logo Stings|||3:::تأثيرات سينما 4D للشعار"
      $value[284][1]->name
      1:::Cinema 4D Logo Stings|||3:::تأثيرات سينما 4D للشعار
      
      public parent_id -> string (3) "284"
      $value[284][1]->parent_id
      public parent_slug -> string (9) "cinema-4d"
      $value[284][1]->parent_slug
      public parent_tree -> string (6) "10,284"
      $value[284][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[284][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[284][1]->show_on_main_menu
      public slug -> string (21) "cinema-4d-logo-stings"
      $value[284][1]->slug
      public storage -> string (5) "local"
      $value[284][1]->storage
    2 => stdClass#1119 (14)
    $value[284][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[284][2]->category_order
      public featured_order -> string (1) "1"
      $value[284][2]->featured_order
      public has_subcategory -> null
      $value[284][2]->has_subcategory
      public id -> string (3) "285"
      $value[284][2]->id
      public image -> string (0) ""
      $value[284][2]->image
      public join_parent_id -> string (3) "284"
      $value[284][2]->join_parent_id
      public name -> UTF-8 string (54) "1:::Cinema 4D Openers|||3:::مقدمات سينما 4D"
      $value[284][2]->name
      1:::Cinema 4D Openers|||3:::مقدمات سينما 4D
      
      public parent_id -> string (3) "284"
      $value[284][2]->parent_id
      public parent_slug -> string (9) "cinema-4d"
      $value[284][2]->parent_slug
      public parent_tree -> string (6) "10,284"
      $value[284][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[284][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[284][2]->show_on_main_menu
      public slug -> string (17) "cinema-4d-openers"
      $value[284][2]->slug
      public storage -> string (5) "local"
      $value[284][2]->storage
    3 => stdClass#1088 (14)
    $value[284][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[284][3]->category_order
      public featured_order -> string (1) "1"
      $value[284][3]->featured_order
      public has_subcategory -> null
      $value[284][3]->has_subcategory
      public id -> string (3) "283"
      $value[284][3]->id
      public image -> string (0) ""
      $value[284][3]->image
      public join_parent_id -> string (3) "284"
      $value[284][3]->join_parent_id
      public name -> UTF-8 string (53) "1:::Cinema 4D Titles|||3:::عناوين سينما 4D"
      $value[284][3]->name
      1:::Cinema 4D Titles|||3:::عناوين سينما 4D
      
      public parent_id -> string (3) "284"
      $value[284][3]->parent_id
      public parent_slug -> string (9) "cinema-4d"
      $value[284][3]->parent_slug
      public parent_tree -> string (6) "10,284"
      $value[284][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[284][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[284][3]->show_on_main_menu
      public slug -> string (16) "cinema-4d-titles"
      $value[284][3]->slug
      public storage -> string (5) "local"
      $value[284][3]->storage
    116 => array (6)
    $value[116]
    0 => stdClass#1179 (14)
    $value[116][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[116][0]->category_order
      public featured_order -> string (1) "1"
      $value[116][0]->featured_order
      public has_subcategory -> null
      $value[116][0]->has_subcategory
      public id -> string (3) "117"
      $value[116][0]->id
      public image -> string (0) ""
      $value[116][0]->image
      public join_parent_id -> string (3) "116"
      $value[116][0]->join_parent_id
      public name -> string (29) "1:::Concrete5|||3:::Concrete5"
      $value[116][0]->name
      public parent_id -> string (3) "116"
      $value[116][0]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][0]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][0]->show_on_main_menu
      public slug -> string (9) "concrete5"
      $value[116][0]->slug
      public storage -> string (5) "local"
      $value[116][0]->storage
    1 => stdClass#1143 (14)
    $value[116][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[116][1]->category_order
      public featured_order -> string (1) "1"
      $value[116][1]->featured_order
      public has_subcategory -> null
      $value[116][1]->has_subcategory
      public id -> string (3) "118"
      $value[116][1]->id
      public image -> string (0) ""
      $value[116][1]->image
      public join_parent_id -> string (3) "116"
      $value[116][1]->join_parent_id
      public name -> string (23) "1:::Drupal|||3:::Drupal"
      $value[116][1]->name
      public parent_id -> string (3) "116"
      $value[116][1]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][1]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][1]->show_on_main_menu
      public slug -> string (6) "drupal"
      $value[116][1]->slug
      public storage -> string (5) "local"
      $value[116][1]->storage
    2 => stdClass#1107 (14)
    $value[116][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[116][2]->category_order
      public featured_order -> string (1) "1"
      $value[116][2]->featured_order
      public has_subcategory -> null
      $value[116][2]->has_subcategory
      public id -> string (3) "119"
      $value[116][2]->id
      public image -> string (0) ""
      $value[116][2]->image
      public join_parent_id -> string (3) "116"
      $value[116][2]->join_parent_id
      public name -> string (43) "1:::ExpressionEngine|||3:::ExpressionEngine"
      $value[116][2]->name
      public parent_id -> string (3) "116"
      $value[116][2]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][2]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][2]->show_on_main_menu
      public slug -> string (16) "expressionengine"
      $value[116][2]->slug
      • Base64
      • base64_decode(slug) binary string (12)
        base64_decode($value[116][2]->slug)
      public storage -> string (5) "local"
      $value[116][2]->storage
    3 => stdClass#1071 (14)
    $value[116][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[116][3]->category_order
      public featured_order -> string (1) "1"
      $value[116][3]->featured_order
      public has_subcategory -> null
      $value[116][3]->has_subcategory
      public id -> string (3) "120"
      $value[116][3]->id
      public image -> string (0) ""
      $value[116][3]->image
      public join_parent_id -> string (3) "116"
      $value[116][3]->join_parent_id
      public name -> string (23) "1:::Joomla|||3:::Joomla"
      $value[116][3]->name
      public parent_id -> string (3) "116"
      $value[116][3]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][3]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][3]->show_on_main_menu
      public slug -> string (6) "joomla"
      $value[116][3]->slug
      public storage -> string (5) "local"
      $value[116][3]->storage
    4 => stdClass#1043 (14)
    $value[116][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[116][4]->category_order
      public featured_order -> string (1) "1"
      $value[116][4]->featured_order
      public has_subcategory -> null
      $value[116][4]->has_subcategory
      public id -> string (3) "121"
      $value[116][4]->id
      public image -> string (0) ""
      $value[116][4]->image
      public join_parent_id -> string (3) "116"
      $value[116][4]->join_parent_id
      public name -> UTF-8 string (49) "1:::Magento Extensions|||3:::ملحقات Magento"
      $value[116][4]->name
      1:::Magento Extensions|||3:::ملحقات Magento
      
      public parent_id -> string (3) "116"
      $value[116][4]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][4]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][4]->show_on_main_menu
      public slug -> string (22) "magento-extensions-121"
      $value[116][4]->slug
      public storage -> string (5) "local"
      $value[116][4]->storage
    5 => stdClass#1014 (14)
    $value[116][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[116][5]->category_order
      public featured_order -> string (1) "1"
      $value[116][5]->featured_order
      public has_subcategory -> null
      $value[116][5]->has_subcategory
      public id -> string (3) "122"
      $value[116][5]->id
      public image -> string (0) ""
      $value[116][5]->image
      public join_parent_id -> string (3) "116"
      $value[116][5]->join_parent_id
      public name -> string (35) "1:::Muse Widgets|||3:::Muse Widgets"
      $value[116][5]->name
      public parent_id -> string (3) "116"
      $value[116][5]->parent_id
      public parent_slug -> string (7) "plugins"
      $value[116][5]->parent_slug
      public parent_tree -> string (5) "9,116"
      $value[116][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[116][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[116][5]->show_on_main_menu
      public slug -> string (12) "muse-widgets"
      $value[116][5]->slug
      public storage -> string (5) "local"
      $value[116][5]->storage
    171 => array (6)
    $value[171]
    0 => stdClass#1178 (14)
    $value[171][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[171][0]->category_order
      public featured_order -> string (1) "1"
      $value[171][0]->featured_order
      public has_subcategory -> null
      $value[171][0]->has_subcategory
      public id -> string (3) "172"
      $value[171][0]->id
      public image -> string (0) ""
      $value[171][0]->image
      public join_parent_id -> string (3) "171"
      $value[171][0]->join_parent_id
      public name -> string (29) "1:::Concrete5|||3:::Concrete5"
      $value[171][0]->name
      public parent_id -> string (3) "171"
      $value[171][0]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][0]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][0]->show_on_main_menu
      public slug -> string (13) "concrete5-172"
      $value[171][0]->slug
      public storage -> string (5) "local"
      $value[171][0]->storage
    1 => stdClass#1142 (14)
    $value[171][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[171][1]->category_order
      public featured_order -> string (1) "1"
      $value[171][1]->featured_order
      public has_subcategory -> null
      $value[171][1]->has_subcategory
      public id -> string (3) "173"
      $value[171][1]->id
      public image -> string (0) ""
      $value[171][1]->image
      public join_parent_id -> string (3) "171"
      $value[171][1]->join_parent_id
      public name -> string (23) "1:::Drupal|||3:::Drupal"
      $value[171][1]->name
      public parent_id -> string (3) "171"
      $value[171][1]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][1]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][1]->show_on_main_menu
      public slug -> string (10) "drupal-173"
      $value[171][1]->slug
      public storage -> string (5) "local"
      $value[171][1]->storage
    2 => stdClass#1105 (14)
    $value[171][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[171][2]->category_order
      public featured_order -> string (1) "1"
      $value[171][2]->featured_order
      public has_subcategory -> null
      $value[171][2]->has_subcategory
      public id -> string (3) "174"
      $value[171][2]->id
      public image -> string (0) ""
      $value[171][2]->image
      public join_parent_id -> string (3) "171"
      $value[171][2]->join_parent_id
      public name -> string (41) "1:::HubSpot CMS Hub|||3:::HubSpot CMS Hub"
      $value[171][2]->name
      public parent_id -> string (3) "171"
      $value[171][2]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][2]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][2]->show_on_main_menu
      public slug -> string (15) "hubspot-cms-hub"
      $value[171][2]->slug
      public storage -> string (5) "local"
      $value[171][2]->storage
    3 => stdClass#1070 (14)
    $value[171][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[171][3]->category_order
      public featured_order -> string (1) "1"
      $value[171][3]->featured_order
      public has_subcategory -> null
      $value[171][3]->has_subcategory
      public id -> string (3) "175"
      $value[171][3]->id
      public image -> string (0) ""
      $value[171][3]->image
      public join_parent_id -> string (3) "171"
      $value[171][3]->join_parent_id
      public name -> string (23) "1:::Joomla|||3:::Joomla"
      $value[171][3]->name
      public parent_id -> string (3) "171"
      $value[171][3]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][3]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][3]->show_on_main_menu
      public slug -> string (10) "joomla-175"
      $value[171][3]->slug
      public storage -> string (5) "local"
      $value[171][3]->storage
    4 => stdClass#1039 (14)
    $value[171][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[171][4]->category_order
      public featured_order -> string (1) "1"
      $value[171][4]->featured_order
      public has_subcategory -> null
      $value[171][4]->has_subcategory
      public id -> string (3) "176"
      $value[171][4]->id
      public image -> string (0) ""
      $value[171][4]->image
      public join_parent_id -> string (3) "171"
      $value[171][4]->join_parent_id
      public name -> string (33) "1:::MODX Themes|||3:::MODX Themes"
      $value[171][4]->name
      public parent_id -> string (3) "171"
      $value[171][4]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][4]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][4]->show_on_main_menu
      public slug -> string (11) "modx-themes"
      $value[171][4]->slug
      public storage -> string (5) "local"
      $value[171][4]->storage
    5 => stdClass#1015 (14)
    $value[171][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[171][5]->category_order
      public featured_order -> string (1) "1"
      $value[171][5]->featured_order
      public has_subcategory -> null
      $value[171][5]->has_subcategory
      public id -> string (3) "177"
      $value[171][5]->id
      public image -> string (0) ""
      $value[171][5]->image
      public join_parent_id -> string (3) "171"
      $value[171][5]->join_parent_id
      public name -> string (23) "1:::Moodle|||3:::Moodle"
      $value[171][5]->name
      public parent_id -> string (3) "171"
      $value[171][5]->parent_id
      public parent_slug -> string (3) "cms"
      $value[171][5]->parent_slug
      public parent_tree -> string (5) "5,171"
      $value[171][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[171][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[171][5]->show_on_main_menu
      public slug -> string (6) "moodle"
      $value[171][5]->slug
      public storage -> string (5) "local"
      $value[171][5]->storage
    353 => array (6)
    $value[353]
    0 => stdClass#1177 (14)
    $value[353][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[353][0]->category_order
      public featured_order -> string (1) "1"
      $value[353][0]->featured_order
      public has_subcategory -> null
      $value[353][0]->has_subcategory
      public id -> string (3) "354"
      $value[353][0]->id
      public image -> string (0) ""
      $value[353][0]->image
      public join_parent_id -> string (3) "353"
      $value[353][0]->join_parent_id
      public name -> string (19) "1:::Cool|||3:::Cool"
      $value[353][0]->name
      public parent_id -> string (3) "353"
      $value[353][0]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][0]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][0]->show_on_main_menu
      public slug -> string (4) "cool"
      $value[353][0]->slug
      public storage -> string (5) "local"
      $value[353][0]->storage
    1 => stdClass#1144 (14)
    $value[353][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[353][1]->category_order
      public featured_order -> string (1) "1"
      $value[353][1]->featured_order
      public has_subcategory -> null
      $value[353][1]->has_subcategory
      public id -> string (3) "355"
      $value[353][1]->id
      public image -> string (0) ""
      $value[353][1]->image
      public join_parent_id -> string (3) "353"
      $value[353][1]->join_parent_id
      public name -> UTF-8 string (31) "1:::Decorative|||3:::ديكور"
      $value[353][1]->name
      public parent_id -> string (3) "353"
      $value[353][1]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][1]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][1]->show_on_main_menu
      public slug -> string (14) "decorative-355"
      $value[353][1]->slug
      public storage -> string (5) "local"
      $value[353][1]->storage
    2 => stdClass#1111 (14)
    $value[353][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[353][2]->category_order
      public featured_order -> string (1) "1"
      $value[353][2]->featured_order
      public has_subcategory -> null
      $value[353][2]->has_subcategory
      public id -> string (3) "356"
      $value[353][2]->id
      public image -> string (0) ""
      $value[353][2]->image
      public join_parent_id -> string (3) "353"
      $value[353][2]->join_parent_id
      public name -> string (29) "1:::Ding-bats|||3:::Ding-bats"
      $value[353][2]->name
      public parent_id -> string (3) "353"
      $value[353][2]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][2]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][2]->show_on_main_menu
      public slug -> string (9) "ding-bats"
      $value[353][2]->slug
      public storage -> string (5) "local"
      $value[353][2]->storage
    3 => stdClass#1077 (14)
    $value[353][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[353][3]->category_order
      public featured_order -> string (1) "1"
      $value[353][3]->featured_order
      public has_subcategory -> null
      $value[353][3]->has_subcategory
      public id -> string (3) "357"
      $value[353][3]->id
      public image -> string (0) ""
      $value[353][3]->image
      public join_parent_id -> string (3) "353"
      $value[353][3]->join_parent_id
      public name -> string (21) "1:::Fancy|||3:::Fancy"
      $value[353][3]->name
      public parent_id -> string (3) "353"
      $value[353][3]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][3]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][3]->show_on_main_menu
      public slug -> string (5) "fancy"
      $value[353][3]->slug
      public storage -> string (5) "local"
      $value[353][3]->storage
    4 => stdClass#1048 (14)
    $value[353][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[353][4]->category_order
      public featured_order -> string (1) "1"
      $value[353][4]->featured_order
      public has_subcategory -> null
      $value[353][4]->has_subcategory
      public id -> string (3) "358"
      $value[353][4]->id
      public image -> string (0) ""
      $value[353][4]->image
      public join_parent_id -> string (3) "353"
      $value[353][4]->join_parent_id
      public name -> UTF-8 string (31) "1:::Handwriting|||3:::خط يد"
      $value[353][4]->name
      public parent_id -> string (3) "353"
      $value[353][4]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][4]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][4]->show_on_main_menu
      public slug -> string (11) "handwriting"
      $value[353][4]->slug
      public storage -> string (5) "local"
      $value[353][4]->storage
    5 => stdClass#1007 (14)
    $value[353][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[353][5]->category_order
      public featured_order -> string (1) "1"
      $value[353][5]->featured_order
      public has_subcategory -> null
      $value[353][5]->has_subcategory
      public id -> string (3) "359"
      $value[353][5]->id
      public image -> string (0) ""
      $value[353][5]->image
      public join_parent_id -> string (3) "353"
      $value[353][5]->join_parent_id
      public name -> string (31) "1:::Sans-Serif|||3:::Sans-Serif"
      $value[353][5]->name
      public parent_id -> string (3) "353"
      $value[353][5]->parent_id
      public parent_slug -> string (5) "fonts"
      $value[353][5]->parent_slug
      public parent_tree -> string (6) "12,353"
      $value[353][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[353][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[353][5]->show_on_main_menu
      public slug -> string (10) "sans-serif"
      $value[353][5]->slug
      public storage -> string (5) "local"
      $value[353][5]->storage
    52 => array (6)
    $value[52]
    0 => stdClass#1176 (14)
    $value[52][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[52][0]->category_order
      public featured_order -> string (1) "1"
      $value[52][0]->featured_order
      public has_subcategory -> null
      $value[52][0]->has_subcategory
      public id -> string (2) "53"
      $value[52][0]->id
      public image -> string (0) ""
      $value[52][0]->image
      public join_parent_id -> string (2) "52"
      $value[52][0]->join_parent_id
      public name -> string (55) "1:::Easy Digital Downloads|||3:::Easy Digital Downloads"
      $value[52][0]->name
      public parent_id -> string (2) "52"
      $value[52][0]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][0]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][0]->show_on_main_menu
      public slug -> string (22) "easy-digital-downloads"
      $value[52][0]->slug
      public storage -> string (5) "local"
      $value[52][0]->storage
    1 => stdClass#1135 (14)
    $value[52][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[52][1]->category_order
      public featured_order -> string (1) "1"
      $value[52][1]->featured_order
      public has_subcategory -> null
      $value[52][1]->has_subcategory
      public id -> string (2) "54"
      $value[52][1]->id
      public image -> string (0) ""
      $value[52][1]->image
      public join_parent_id -> string (2) "52"
      $value[52][1]->join_parent_id
      public name -> string (27) "1:::Jigoshop|||3:::Jigoshop"
      $value[52][1]->name
      public parent_id -> string (2) "52"
      $value[52][1]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][1]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][1]->show_on_main_menu
      public slug -> string (8) "jigoshop"
      $value[52][1]->slug
      public storage -> string (5) "local"
      $value[52][1]->storage
    2 => stdClass#1100 (14)
    $value[52][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[52][2]->category_order
      public featured_order -> string (1) "1"
      $value[52][2]->featured_order
      public has_subcategory -> null
      $value[52][2]->has_subcategory
      public id -> string (2) "55"
      $value[52][2]->id
      public image -> string (0) ""
      $value[52][2]->image
      public join_parent_id -> string (2) "52"
      $value[52][2]->join_parent_id
      public name -> string (47) "1:::Magento Extensions|||3:::Magento Extensions"
      $value[52][2]->name
      public parent_id -> string (2) "52"
      $value[52][2]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][2]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][2]->show_on_main_menu
      public slug -> string (18) "magento-extensions"
      $value[52][2]->slug
      public storage -> string (5) "local"
      $value[52][2]->storage
    3 => stdClass#1064 (14)
    $value[52][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[52][3]->category_order
      public featured_order -> string (1) "1"
      $value[52][3]->featured_order
      public has_subcategory -> null
      $value[52][3]->has_subcategory
      public id -> string (2) "57"
      $value[52][3]->id
      public image -> string (0) ""
      $value[52][3]->image
      public join_parent_id -> string (2) "52"
      $value[52][3]->join_parent_id
      public name -> string (31) "1:::osCommerce|||3:::osCommerce"
      $value[52][3]->name
      public parent_id -> string (2) "52"
      $value[52][3]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][3]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][3]->show_on_main_menu
      public slug -> string (10) "oscommerce"
      $value[52][3]->slug
      public storage -> string (5) "local"
      $value[52][3]->storage
    4 => stdClass#1035 (14)
    $value[52][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[52][4]->category_order
      public featured_order -> string (1) "1"
      $value[52][4]->featured_order
      public has_subcategory -> null
      $value[52][4]->has_subcategory
      public id -> string (2) "58"
      $value[52][4]->id
      public image -> string (0) ""
      $value[52][4]->image
      public join_parent_id -> string (2) "52"
      $value[52][4]->join_parent_id
      public name -> string (31) "1:::Prestashop|||3:::Prestashop"
      $value[52][4]->name
      public parent_id -> string (2) "52"
      $value[52][4]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][4]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][4]->show_on_main_menu
      public slug -> string (10) "prestashop"
      $value[52][4]->slug
      public storage -> string (5) "local"
      $value[52][4]->storage
    5 => stdClass#1005 (14)
    $value[52][5]
    • Properties (14)
    • public category_order -> string (1) "7"
      $value[52][5]->category_order
      public featured_order -> string (1) "1"
      $value[52][5]->featured_order
      public has_subcategory -> null
      $value[52][5]->has_subcategory
      public id -> string (2) "56"
      $value[52][5]->id
      public image -> string (0) ""
      $value[52][5]->image
      public join_parent_id -> string (2) "52"
      $value[52][5]->join_parent_id
      public name -> string (27) "1:::OpenCart|||3:::OpenCart"
      $value[52][5]->name
      public parent_id -> string (2) "52"
      $value[52][5]->parent_id
      public parent_slug -> string (12) "ecommerce-52"
      $value[52][5]->parent_slug
      public parent_tree -> string (4) "9,52"
      $value[52][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[52][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[52][5]->show_on_main_menu
      public slug -> string (8) "opencart"
      $value[52][5]->slug
      public storage -> string (5) "local"
      $value[52][5]->storage
    226 => array (5)
    $value[226]
    0 => stdClass#1175 (14)
    $value[226][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[226][0]->category_order
      public featured_order -> string (1) "1"
      $value[226][0]->featured_order
      public has_subcategory -> null
      $value[226][0]->has_subcategory
      public id -> string (3) "227"
      $value[226][0]->id
      public image -> string (0) ""
      $value[226][0]->image
      public join_parent_id -> string (3) "226"
      $value[226][0]->join_parent_id
      public name -> UTF-8 string (42) "1:::Elements|||3:::عناصر متنوعة"
      $value[226][0]->name
      1:::Elements|||3:::عناصر متنوعة
      
      public parent_id -> string (3) "226"
      $value[226][0]->parent_id
      public parent_slug -> string (12) "apple-motion"
      $value[226][0]->parent_slug
      public parent_tree -> string (6) "10,226"
      $value[226][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[226][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[226][0]->show_on_main_menu
      public slug -> string (12) "elements-227"
      $value[226][0]->slug
      public storage -> string (5) "local"
      $value[226][0]->storage
    1 => stdClass#1131 (14)
    $value[226][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[226][1]->category_order
      public featured_order -> string (1) "1"
      $value[226][1]->featured_order
      public has_subcategory -> null
      $value[226][1]->has_subcategory
      public id -> string (3) "228"
      $value[226][1]->id
      public image -> string (0) ""
      $value[226][1]->image
      public join_parent_id -> string (3) "226"
      $value[226][1]->join_parent_id
      public name -> UTF-8 string (49) "1:::Logo Stings|||3:::تأثيرات الشعار"
      $value[226][1]->name
      public parent_id -> string (3) "226"
      $value[226][1]->parent_id
      public parent_slug -> string (12) "apple-motion"
      $value[226][1]->parent_slug
      public parent_tree -> string (6) "10,226"
      $value[226][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[226][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[226][1]->show_on_main_menu
      public slug -> string (15) "logo-stings-228"
      $value[226][1]->slug
      public storage -> string (5) "local"
      $value[226][1]->storage
    2 => stdClass#1099 (14)
    $value[226][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[226][2]->category_order
      public featured_order -> string (1) "1"
      $value[226][2]->featured_order
      public has_subcategory -> null
      $value[226][2]->has_subcategory
      public id -> string (3) "229"
      $value[226][2]->id
      public image -> string (0) ""
      $value[226][2]->image
      public join_parent_id -> string (3) "226"
      $value[226][2]->join_parent_id
      public name -> string (25) "1:::Openers|||3:::Openers"
      $value[226][2]->name
      public parent_id -> string (3) "226"
      $value[226][2]->parent_id
      public parent_slug -> string (12) "apple-motion"
      $value[226][2]->parent_slug
      public parent_tree -> string (6) "10,226"
      $value[226][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[226][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[226][2]->show_on_main_menu
      public slug -> string (11) "openers-229"
      $value[226][2]->slug
      public storage -> string (5) "local"
      $value[226][2]->storage
    3 => stdClass#1061 (14)
    $value[226][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[226][3]->category_order
      public featured_order -> string (1) "1"
      $value[226][3]->featured_order
      public has_subcategory -> null
      $value[226][3]->has_subcategory
      public id -> string (3) "230"
      $value[226][3]->id
      public image -> string (0) ""
      $value[226][3]->image
      public join_parent_id -> string (3) "226"
      $value[226][3]->join_parent_id
      public name -> UTF-8 string (40) "1:::Titles|||3:::كتابة - كلمات"
      $value[226][3]->name
      1:::Titles|||3:::كتابة - كلمات
      
      public parent_id -> string (3) "226"
      $value[226][3]->parent_id
      public parent_slug -> string (12) "apple-motion"
      $value[226][3]->parent_slug
      public parent_tree -> string (6) "10,226"
      $value[226][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[226][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[226][3]->show_on_main_menu
      public slug -> string (10) "titles-230"
      $value[226][3]->slug
      public storage -> string (5) "local"
      $value[226][3]->storage
    4 => stdClass#1033 (14)
    $value[226][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[226][4]->category_order
      public featured_order -> string (1) "1"
      $value[226][4]->featured_order
      public has_subcategory -> null
      $value[226][4]->has_subcategory
      public id -> string (3) "231"
      $value[226][4]->id
      public image -> string (0) ""
      $value[226][4]->image
      public join_parent_id -> string (3) "226"
      $value[226][4]->join_parent_id
      public name -> UTF-8 string (56) "1:::Video Displays|||3:::انتقالات الفيديو"
      $value[226][4]->name
      public parent_id -> string (3) "226"
      $value[226][4]->parent_id
      public parent_slug -> string (12) "apple-motion"
      $value[226][4]->parent_slug
      public parent_tree -> string (6) "10,226"
      $value[226][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[226][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[226][4]->show_on_main_menu
      public slug -> string (18) "video-displays-231"
      $value[226][4]->slug
      public storage -> string (5) "local"
      $value[226][4]->storage
    167 => array (3)
    $value[167]
    0 => stdClass#1174 (14)
    $value[167][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[167][0]->category_order
      public featured_order -> string (1) "1"
      $value[167][0]->featured_order
      public has_subcategory -> null
      $value[167][0]->has_subcategory
      public id -> string (3) "168"
      $value[167][0]->id
      public image -> string (0) ""
      $value[167][0]->image
      public join_parent_id -> string (3) "167"
      $value[167][0]->join_parent_id
      public name -> UTF-8 string (70) "1:::Email Templates|||3:::قوالب البريد الإلكتروني"
      $value[167][0]->name
      public parent_id -> string (3) "167"
      $value[167][0]->parent_id
      public parent_slug -> string (9) "marketing"
      $value[167][0]->parent_slug
      public parent_tree -> string (5) "5,167"
      $value[167][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[167][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[167][0]->show_on_main_menu
      public slug -> string (15) "email-templates"
      $value[167][0]->slug
      public storage -> string (5) "local"
      $value[167][0]->storage
    1 => stdClass#1133 (14)
    $value[167][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[167][1]->category_order
      public featured_order -> string (1) "1"
      $value[167][1]->featured_order
      public has_subcategory -> null
      $value[167][1]->has_subcategory
      public id -> string (3) "169"
      $value[167][1]->id
      public image -> string (0) ""
      $value[167][1]->image
      public join_parent_id -> string (3) "167"
      $value[167][1]->join_parent_id
      public name -> UTF-8 string (99) "1:::Landing Pages|||3:::صفحات مقصودة - صفحات الهبوط (عرض المنتجات)"
      $value[167][1]->name
      1:::Landing Pages|||3:::صفحات مقصودة - صفحات الهبوط (عرض المنتجات)
      
      public parent_id -> string (3) "167"
      $value[167][1]->parent_id
      public parent_slug -> string (9) "marketing"
      $value[167][1]->parent_slug
      public parent_tree -> string (5) "5,167"
      $value[167][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[167][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[167][1]->show_on_main_menu
      public slug -> string (13) "landing-pages"
      $value[167][1]->slug
      public storage -> string (5) "local"
      $value[167][1]->storage
    2 => stdClass#1093 (14)
    $value[167][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[167][2]->category_order
      public featured_order -> string (1) "1"
      $value[167][2]->featured_order
      public has_subcategory -> null
      $value[167][2]->has_subcategory
      public id -> string (3) "170"
      $value[167][2]->id
      public image -> string (0) ""
      $value[167][2]->image
      public join_parent_id -> string (3) "167"
      $value[167][2]->join_parent_id
      public name -> string (55) "1:::Unbounce Landing Pages|||3:::Unbounce Landing Pages"
      $value[167][2]->name
      public parent_id -> string (3) "167"
      $value[167][2]->parent_id
      public parent_slug -> string (9) "marketing"
      $value[167][2]->parent_slug
      public parent_tree -> string (5) "5,167"
      $value[167][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[167][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[167][2]->show_on_main_menu
      public slug -> string (22) "unbounce-landing-pages"
      $value[167][2]->slug
      public storage -> string (5) "local"
      $value[167][2]->storage
    410 => array (3)
    $value[410]
    0 => stdClass#1173 (14)
    $value[410][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[410][0]->category_order
      public featured_order -> string (1) "1"
      $value[410][0]->featured_order
      public has_subcategory -> null
      $value[410][0]->has_subcategory
      public id -> string (3) "411"
      $value[410][0]->id
      public image -> string (0) ""
      $value[410][0]->image
      public join_parent_id -> string (3) "410"
      $value[410][0]->join_parent_id
      public name -> UTF-8 string (31) "1:::Exterior|||3:::خارجية"
      $value[410][0]->name
      public parent_id -> string (3) "410"
      $value[410][0]->parent_id
      public parent_slug -> string (11) "hdri-images"
      $value[410][0]->parent_slug
      public parent_tree -> string (6) "14,410"
      $value[410][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[410][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[410][0]->show_on_main_menu
      public slug -> string (8) "exterior"
      $value[410][0]->slug
      public storage -> string (5) "local"
      $value[410][0]->storage
    1 => stdClass#1136 (14)
    $value[410][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[410][1]->category_order
      public featured_order -> string (1) "1"
      $value[410][1]->featured_order
      public has_subcategory -> null
      $value[410][1]->has_subcategory
      public id -> string (3) "412"
      $value[410][1]->id
      public image -> string (0) ""
      $value[410][1]->image
      public join_parent_id -> string (3) "410"
      $value[410][1]->join_parent_id
      public name -> UTF-8 string (35) "1:::Interior|||3:::الداخلية"
      $value[410][1]->name
      public parent_id -> string (3) "410"
      $value[410][1]->parent_id
      public parent_slug -> string (11) "hdri-images"
      $value[410][1]->parent_slug
      public parent_tree -> string (6) "14,410"
      $value[410][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[410][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[410][1]->show_on_main_menu
      public slug -> string (8) "interior"
      $value[410][1]->slug
      public storage -> string (5) "local"
      $value[410][1]->storage
    2 => stdClass#1094 (14)
    $value[410][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[410][2]->category_order
      public featured_order -> string (1) "1"
      $value[410][2]->featured_order
      public has_subcategory -> null
      $value[410][2]->has_subcategory
      public id -> string (3) "413"
      $value[410][2]->id
      public image -> string (0) ""
      $value[410][2]->image
      public join_parent_id -> string (3) "410"
      $value[410][2]->join_parent_id
      public name -> UTF-8 string (23) "1:::Sky |||3:::سماء"
      $value[410][2]->name
      1:::Sky |||3:::سماء
      
      public parent_id -> string (3) "410"
      $value[410][2]->parent_id
      public parent_slug -> string (11) "hdri-images"
      $value[410][2]->parent_slug
      public parent_tree -> string (6) "14,410"
      $value[410][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[410][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[410][2]->show_on_main_menu
      public slug -> string (3) "sky"
      $value[410][2]->slug
      public storage -> string (5) "local"
      $value[410][2]->storage
    195 => array (4)
    $value[195]
    0 => stdClass#1172 (14)
    $value[195][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[195][0]->category_order
      public featured_order -> string (1) "1"
      $value[195][0]->featured_order
      public has_subcategory -> null
      $value[195][0]->has_subcategory
      public id -> string (3) "196"
      $value[195][0]->id
      public image -> string (0) ""
      $value[195][0]->image
      public join_parent_id -> string (3) "195"
      $value[195][0]->join_parent_id
      public name -> string (21) "1:::Figma|||3:::Figma"
      $value[195][0]->name
      public parent_id -> string (3) "195"
      $value[195][0]->parent_id
      public parent_slug -> string (12) "ui-templates"
      $value[195][0]->parent_slug
      public parent_tree -> string (5) "5,195"
      $value[195][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[195][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[195][0]->show_on_main_menu
      public slug -> string (5) "figma"
      $value[195][0]->slug
      public storage -> string (5) "local"
      $value[195][0]->storage
    1 => stdClass#1165 (14)
    $value[195][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[195][1]->category_order
      public featured_order -> string (1) "1"
      $value[195][1]->featured_order
      public has_subcategory -> null
      $value[195][1]->has_subcategory
      public id -> string (3) "197"
      $value[195][1]->id
      public image -> string (0) ""
      $value[195][1]->image
      public join_parent_id -> string (3) "195"
      $value[195][1]->join_parent_id
      public name -> string (27) "1:::Adobe XD|||3:::Adobe XD"
      $value[195][1]->name
      public parent_id -> string (3) "195"
      $value[195][1]->parent_id
      public parent_slug -> string (12) "ui-templates"
      $value[195][1]->parent_slug
      public parent_tree -> string (5) "5,195"
      $value[195][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[195][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[195][1]->show_on_main_menu
      public slug -> string (8) "adobe-xd"
      $value[195][1]->slug
      public storage -> string (5) "local"
      $value[195][1]->storage
    2 => stdClass#1097 (14)
    $value[195][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[195][2]->category_order
      public featured_order -> string (1) "1"
      $value[195][2]->featured_order
      public has_subcategory -> null
      $value[195][2]->has_subcategory
      public id -> string (3) "198"
      $value[195][2]->id
      public image -> string (0) ""
      $value[195][2]->image
      public join_parent_id -> string (3) "195"
      $value[195][2]->join_parent_id
      public name -> string (29) "1:::Photoshop|||3:::Photoshop"
      $value[195][2]->name
      public parent_id -> string (3) "195"
      $value[195][2]->parent_id
      public parent_slug -> string (12) "ui-templates"
      $value[195][2]->parent_slug
      public parent_tree -> string (5) "5,195"
      $value[195][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[195][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[195][2]->show_on_main_menu
      public slug -> string (9) "photoshop"
      $value[195][2]->slug
      public storage -> string (5) "local"
      $value[195][2]->storage
    3 => stdClass#1062 (14)
    $value[195][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[195][3]->category_order
      public featured_order -> string (1) "1"
      $value[195][3]->featured_order
      public has_subcategory -> null
      $value[195][3]->has_subcategory
      public id -> string (3) "199"
      $value[195][3]->id
      public image -> string (0) ""
      $value[195][3]->image
      public join_parent_id -> string (3) "195"
      $value[195][3]->join_parent_id
      public name -> UTF-8 string (23) "1:::Sketch|||3:::رسم"
      $value[195][3]->name
      1:::Sketch|||3:::رسم
      
      public parent_id -> string (3) "195"
      $value[195][3]->parent_id
      public parent_slug -> string (12) "ui-templates"
      $value[195][3]->parent_slug
      public parent_tree -> string (5) "5,195"
      $value[195][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[195][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[195][3]->show_on_main_menu
      public slug -> string (6) "sketch"
      $value[195][3]->slug
      public storage -> string (5) "local"
      $value[195][3]->storage
    338 => array (3)
    $value[338]
    0 => stdClass#1171 (14)
    $value[338][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[338][0]->category_order
      public featured_order -> string (1) "1"
      $value[338][0]->featured_order
      public has_subcategory -> null
      $value[338][0]->has_subcategory
      public id -> string (3) "339"
      $value[338][0]->id
      public image -> string (0) ""
      $value[338][0]->image
      public join_parent_id -> string (3) "338"
      $value[338][0]->join_parent_id
      public name -> UTF-8 string (67) "1:::Google Slides|||3:::العروض التقديمية من Google"
      $value[338][0]->name
      1:::Google Slides|||3:::العروض التقديمية من Google
      
      public parent_id -> string (3) "338"
      $value[338][0]->parent_id
      public parent_slug -> string (17) "presentations-338"
      $value[338][0]->parent_slug
      public parent_tree -> string (6) "12,338"
      $value[338][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[338][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[338][0]->show_on_main_menu
      public slug -> string (13) "google-slides"
      $value[338][0]->slug
      public storage -> string (5) "local"
      $value[338][0]->storage
    1 => stdClass#1134 (14)
    $value[338][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[338][1]->category_order
      public featured_order -> string (1) "1"
      $value[338][1]->featured_order
      public has_subcategory -> null
      $value[338][1]->has_subcategory
      public id -> string (3) "340"
      $value[338][1]->id
      public image -> string (0) ""
      $value[338][1]->image
      public join_parent_id -> string (3) "338"
      $value[338][1]->join_parent_id
      public name -> UTF-8 string (46) "1:::Keynote Templates|||3:::قوالب Keynote"
      $value[338][1]->name
      public parent_id -> string (3) "338"
      $value[338][1]->parent_id
      public parent_slug -> string (17) "presentations-338"
      $value[338][1]->parent_slug
      public parent_tree -> string (6) "12,338"
      $value[338][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[338][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[338][1]->show_on_main_menu
      public slug -> string (17) "keynote-templates"
      $value[338][1]->slug
      public storage -> string (5) "local"
      $value[338][1]->storage
    2 => stdClass#1096 (14)
    $value[338][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[338][2]->category_order
      public featured_order -> string (1) "1"
      $value[338][2]->featured_order
      public has_subcategory -> null
      $value[338][2]->has_subcategory
      public id -> string (3) "341"
      $value[338][2]->id
      public image -> string (0) ""
      $value[338][2]->image
      public join_parent_id -> string (3) "338"
      $value[338][2]->join_parent_id
      public name -> UTF-8 string (52) "1:::PowerPoint Templates|||3:::قوالب PowerPoint"
      $value[338][2]->name
      public parent_id -> string (3) "338"
      $value[338][2]->parent_id
      public parent_slug -> string (17) "presentations-338"
      $value[338][2]->parent_slug
      public parent_tree -> string (6) "12,338"
      $value[338][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[338][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[338][2]->show_on_main_menu
      public slug -> string (20) "powerpoint-templates"
      $value[338][2]->slug
      public storage -> string (5) "local"
      $value[338][2]->storage
    326 => array (4)
    $value[326]
    0 => stdClass#1170 (14)
    $value[326][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[326][0]->category_order
      public featured_order -> string (1) "1"
      $value[326][0]->featured_order
      public has_subcategory -> null
      $value[326][0]->has_subcategory
      public id -> string (3) "327"
      $value[326][0]->id
      public image -> string (0) ""
      $value[326][0]->image
      public join_parent_id -> string (3) "326"
      $value[326][0]->join_parent_id
      public name -> string (33) "1:::Illustrator|||3:::Illustrator"
      $value[326][0]->name
      public parent_id -> string (3) "326"
      $value[326][0]->parent_id
      public parent_slug -> string (11) "add-ons-326"
      $value[326][0]->parent_slug
      public parent_tree -> string (6) "12,326"
      $value[326][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[326][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[326][0]->show_on_main_menu
      public slug -> string (11) "illustrator"
      $value[326][0]->slug
      public storage -> string (5) "local"
      $value[326][0]->storage
    1 => stdClass#1132 (14)
    $value[326][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[326][1]->category_order
      public featured_order -> string (1) "1"
      $value[326][1]->featured_order
      public has_subcategory -> null
      $value[326][1]->has_subcategory
      public id -> string (3) "328"
      $value[326][1]->id
      public image -> string (0) ""
      $value[326][1]->image
      public join_parent_id -> string (3) "326"
      $value[326][1]->join_parent_id
      public name -> string (45) "1:::Lightroom Presets|||3:::Lightroom Presets"
      $value[326][1]->name
      public parent_id -> string (3) "326"
      $value[326][1]->parent_id
      public parent_slug -> string (11) "add-ons-326"
      $value[326][1]->parent_slug
      public parent_tree -> string (6) "12,326"
      $value[326][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[326][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[326][1]->show_on_main_menu
      public slug -> string (17) "lightroom-presets"
      $value[326][1]->slug
      public storage -> string (5) "local"
      $value[326][1]->storage
    2 => stdClass#1098 (14)
    $value[326][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[326][2]->category_order
      public featured_order -> string (1) "1"
      $value[326][2]->featured_order
      public has_subcategory -> null
      $value[326][2]->has_subcategory
      public id -> string (3) "329"
      $value[326][2]->id
      public image -> string (0) ""
      $value[326][2]->image
      public join_parent_id -> string (3) "326"
      $value[326][2]->join_parent_id
      public name -> string (29) "1:::Photoshop|||3:::Photoshop"
      $value[326][2]->name
      public parent_id -> string (3) "326"
      $value[326][2]->parent_id
      public parent_slug -> string (11) "add-ons-326"
      $value[326][2]->parent_slug
      public parent_tree -> string (6) "12,326"
      $value[326][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[326][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[326][2]->show_on_main_menu
      public slug -> string (13) "photoshop-329"
      $value[326][2]->slug
      public storage -> string (5) "local"
      $value[326][2]->storage
    3 => stdClass#1063 (14)
    $value[326][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[326][3]->category_order
      public featured_order -> string (1) "1"
      $value[326][3]->featured_order
      public has_subcategory -> null
      $value[326][3]->has_subcategory
      public id -> string (3) "330"
      $value[326][3]->id
      public image -> string (0) ""
      $value[326][3]->image
      public join_parent_id -> string (3) "326"
      $value[326][3]->join_parent_id
      public name -> UTF-8 string (48) "1:::Sketch Plugins|||3:::ملحقات الرسم"
      $value[326][3]->name
      1:::Sketch Plugins|||3:::ملحقات الرسم
      
      public parent_id -> string (3) "326"
      $value[326][3]->parent_id
      public parent_slug -> string (11) "add-ons-326"
      $value[326][3]->parent_slug
      public parent_tree -> string (6) "12,326"
      $value[326][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[326][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[326][3]->show_on_main_menu
      public slug -> string (14) "sketch-plugins"
      $value[326][3]->slug
      public storage -> string (5) "local"
      $value[326][3]->storage
    473 => array (5)
    $value[473]
    0 => stdClass#1169 (14)
    $value[473][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[473][0]->category_order
      public featured_order -> string (1) "1"
      $value[473][0]->featured_order
      public has_subcategory -> null
      $value[473][0]->has_subcategory
      public id -> string (3) "522"
      $value[473][0]->id
      public image -> string (0) ""
      $value[473][0]->image
      public join_parent_id -> string (3) "473"
      $value[473][0]->join_parent_id
      public name -> UTF-8 string (179) "1:::leading businesses|||3:::ريادة الأعمال|||4:::Entrepreneuriat|||5:::önde ...
      $value[473][0]->name
      1:::leading businesses|||3:::ريادة الأعمال|||4:::Entrepreneuriat|||5:::önde gelen işletmeler|||6:::führenden Unternehmen|||7:::ведущие предприятия
      
      public parent_id -> string (3) "473"
      $value[473][0]->parent_id
      public parent_slug -> string (12) "business-473"
      $value[473][0]->parent_slug
      public parent_tree -> string (7) "466,473"
      $value[473][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[473][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[473][0]->show_on_main_menu
      public slug -> string (18) "leading-businesses"
      $value[473][0]->slug
      public storage -> string (5) "local"
      $value[473][0]->storage
    1 => stdClass#1153 (14)
    $value[473][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[473][1]->category_order
      public featured_order -> string (1) "1"
      $value[473][1]->featured_order
      public has_subcategory -> null
      $value[473][1]->has_subcategory
      public id -> string (3) "523"
      $value[473][1]->id
      public image -> string (0) ""
      $value[473][1]->image
      public join_parent_id -> string (3) "473"
      $value[473][1]->join_parent_id
      public name -> UTF-8 string (173) "1:::Business Management|||3:::إدارة الأعمال|||4:::gestion des affaires|||5::...
      $value[473][1]->name
      1:::Business Management|||3:::إدارة الأعمال|||4:::gestion des affaires|||5:::iş yönetimi|||6:::Unternehmensführung|||7:::Управление бизнесом
      
      public parent_id -> string (3) "473"
      $value[473][1]->parent_id
      public parent_slug -> string (12) "business-473"
      $value[473][1]->parent_slug
      public parent_tree -> string (7) "466,473"
      $value[473][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[473][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[473][1]->show_on_main_menu
      public slug -> string (19) "business-management"
      $value[473][1]->slug
      public storage -> string (5) "local"
      $value[473][1]->storage
    2 => stdClass#1102 (14)
    $value[473][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[473][2]->category_order
      public featured_order -> string (1) "1"
      $value[473][2]->featured_order
      public has_subcategory -> null
      $value[473][2]->has_subcategory
      public id -> string (3) "524"
      $value[473][2]->id
      public image -> string (0) ""
      $value[473][2]->image
      public join_parent_id -> string (3) "473"
      $value[473][2]->join_parent_id
      public name -> UTF-8 string (121) "1:::investment|||3:::الاستثمار|||4:::investissement|||5:::yatırım|||6:::Inve...
      $value[473][2]->name
      1:::investment|||3:::الاستثمار|||4:::investissement|||5:::yatırım|||6:::Investition|||7:::инвестиции
      
      public parent_id -> string (3) "473"
      $value[473][2]->parent_id
      public parent_slug -> string (12) "business-473"
      $value[473][2]->parent_slug
      public parent_tree -> string (7) "466,473"
      $value[473][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[473][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[473][2]->show_on_main_menu
      public slug -> string (10) "investment"
      $value[473][2]->slug
      public storage -> string (5) "local"
      $value[473][2]->storage
    3 => stdClass#1079 (14)
    $value[473][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[473][3]->category_order
      public featured_order -> string (1) "1"
      $value[473][3]->featured_order
      public has_subcategory -> null
      $value[473][3]->has_subcategory
      public id -> string (3) "525"
      $value[473][3]->id
      public image -> string (0) ""
      $value[473][3]->image
      public join_parent_id -> string (3) "473"
      $value[473][3]->join_parent_id
      public name -> UTF-8 string (100) "1:::Economy|||3:::الاقتصاد|||4:::Économie|||5:::ekonomi|||6:::Wirtschaft|||7...
      $value[473][3]->name
      1:::Economy|||3:::الاقتصاد|||4:::Économie|||5:::ekonomi|||6:::Wirtschaft|||7:::Эконом
      
      public parent_id -> string (3) "473"
      $value[473][3]->parent_id
      public parent_slug -> string (12) "business-473"
      $value[473][3]->parent_slug
      public parent_tree -> string (7) "466,473"
      $value[473][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[473][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[473][3]->show_on_main_menu
      public slug -> string (7) "economy"
      $value[473][3]->slug
      public storage -> string (5) "local"
      $value[473][3]->storage
    4 => stdClass#1041 (14)
    $value[473][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[473][4]->category_order
      public featured_order -> string (1) "1"
      $value[473][4]->featured_order
      public has_subcategory -> null
      $value[473][4]->has_subcategory
      public id -> string (3) "526"
      $value[473][4]->id
      public image -> string (0) ""
      $value[473][4]->image
      public join_parent_id -> string (3) "473"
      $value[473][4]->join_parent_id
      public name -> UTF-8 string (115) "1:::Marketing|||3:::التسويق|||4:::Commercialisation|||5:::Pazarlama|||6:::Ma...
      $value[473][4]->name
      1:::Marketing|||3:::التسويق|||4:::Commercialisation|||5:::Pazarlama|||6:::Marketing|||7:::Маркетинг
      
      public parent_id -> string (3) "473"
      $value[473][4]->parent_id
      public parent_slug -> string (12) "business-473"
      $value[473][4]->parent_slug
      public parent_tree -> string (7) "466,473"
      $value[473][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[473][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[473][4]->show_on_main_menu
      public slug -> string (13) "marketing-526"
      $value[473][4]->slug
      public storage -> string (5) "local"
      $value[473][4]->storage
    459 => array (2)
    $value[459]
    0 => stdClass#1168 (14)
    $value[459][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[459][0]->category_order
      public featured_order -> string (1) "1"
      $value[459][0]->featured_order
      public has_subcategory -> null
      $value[459][0]->has_subcategory
      public id -> string (3) "460"
      $value[459][0]->id
      public image -> string (0) ""
      $value[459][0]->image
      public join_parent_id -> string (3) "459"
      $value[459][0]->join_parent_id
      public name -> string (25) "1:::Plugins|||3:::Plugins"
      $value[459][0]->name
      public parent_id -> string (3) "459"
      $value[459][0]->parent_id
      public parent_slug -> string (15) "scripts-plugins"
      $value[459][0]->parent_slug
      public parent_tree -> string (6) "14,459"
      $value[459][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[459][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[459][0]->show_on_main_menu
      public slug -> string (11) "plugins-460"
      $value[459][0]->slug
      public storage -> string (5) "local"
      $value[459][0]->storage
    1 => stdClass#1129 (14)
    $value[459][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[459][1]->category_order
      public featured_order -> string (1) "1"
      $value[459][1]->featured_order
      public has_subcategory -> null
      $value[459][1]->has_subcategory
      public id -> string (3) "461"
      $value[459][1]->id
      public image -> string (0) ""
      $value[459][1]->image
      public join_parent_id -> string (3) "459"
      $value[459][1]->join_parent_id
      public name -> string (25) "1:::Scripts|||3:::Scripts"
      $value[459][1]->name
      public parent_id -> string (3) "459"
      $value[459][1]->parent_id
      public parent_slug -> string (15) "scripts-plugins"
      $value[459][1]->parent_slug
      public parent_tree -> string (6) "14,459"
      $value[459][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[459][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[459][1]->show_on_main_menu
      public slug -> string (7) "scripts"
      $value[459][1]->slug
      public storage -> string (5) "local"
      $value[459][1]->storage
    181 => array (6)
    $value[181]
    0 => stdClass#1167 (14)
    $value[181][0]
    • Properties (14)
    • public category_order -> string (1) "1"
      $value[181][0]->category_order
      public featured_order -> string (1) "1"
      $value[181][0]->featured_order
      public has_subcategory -> null
      $value[181][0]->has_subcategory
      public id -> string (3) "182"
      $value[181][0]->id
      public image -> string (0) ""
      $value[181][0]->image
      public join_parent_id -> string (3) "181"
      $value[181][0]->join_parent_id
      public name -> string (33) "1:::WooCommerce|||3:::WooCommerce"
      $value[181][0]->name
      public parent_id -> string (3) "181"
      $value[181][0]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][0]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][0]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][0]->show_on_main_menu
      public slug -> string (15) "woocommerce-182"
      $value[181][0]->slug
      public storage -> string (5) "local"
      $value[181][0]->storage
    1 => stdClass#1158 (14)
    $value[181][1]
    • Properties (14)
    • public category_order -> string (1) "2"
      $value[181][1]->category_order
      public featured_order -> string (1) "1"
      $value[181][1]->featured_order
      public has_subcategory -> null
      $value[181][1]->has_subcategory
      public id -> string (3) "183"
      $value[181][1]->id
      public image -> string (0) ""
      $value[181][1]->image
      public join_parent_id -> string (3) "181"
      $value[181][1]->join_parent_id
      public name -> string (33) "1:::BigCommerce|||3:::BigCommerce"
      $value[181][1]->name
      public parent_id -> string (3) "181"
      $value[181][1]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][1]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][1]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][1]->show_on_main_menu
      public slug -> string (11) "bigcommerce"
      $value[181][1]->slug
      public storage -> string (5) "local"
      $value[181][1]->storage
    2 => stdClass#1110 (14)
    $value[181][2]
    • Properties (14)
    • public category_order -> string (1) "3"
      $value[181][2]->category_order
      public featured_order -> string (1) "1"
      $value[181][2]->featured_order
      public has_subcategory -> null
      $value[181][2]->has_subcategory
      public id -> string (3) "184"
      $value[181][2]->id
      public image -> string (0) ""
      $value[181][2]->image
      public join_parent_id -> string (3) "181"
      $value[181][2]->join_parent_id
      public name -> string (41) "1:::Drupal Commerce|||3:::Drupal Commerce"
      $value[181][2]->name
      public parent_id -> string (3) "181"
      $value[181][2]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][2]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][2]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][2]->show_on_main_menu
      public slug -> string (15) "drupal-commerce"
      $value[181][2]->slug
      public storage -> string (5) "local"
      $value[181][2]->storage
    3 => stdClass#1081 (14)
    $value[181][3]
    • Properties (14)
    • public category_order -> string (1) "4"
      $value[181][3]->category_order
      public featured_order -> string (1) "1"
      $value[181][3]->featured_order
      public has_subcategory -> null
      $value[181][3]->has_subcategory
      public id -> string (3) "185"
      $value[181][3]->id
      public image -> string (0) ""
      $value[181][3]->image
      public join_parent_id -> string (3) "181"
      $value[181][3]->join_parent_id
      public name -> string (55) "1:::Easy Digital Downloads|||3:::Easy Digital Downloads"
      $value[181][3]->name
      public parent_id -> string (3) "181"
      $value[181][3]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][3]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][3]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][3]->show_on_main_menu
      public slug -> string (26) "easy-digital-downloads-185"
      $value[181][3]->slug
      public storage -> string (5) "local"
      $value[181][3]->storage
    4 => stdClass#1055 (14)
    $value[181][4]
    • Properties (14)
    • public category_order -> string (1) "5"
      $value[181][4]->category_order
      public featured_order -> string (1) "1"
      $value[181][4]->featured_order
      public has_subcategory -> null
      $value[181][4]->has_subcategory
      public id -> string (3) "186"
      $value[181][4]->id
      public image -> string (0) ""
      $value[181][4]->image
      public join_parent_id -> string (3) "181"
      $value[181][4]->join_parent_id
      public name -> string (21) "1:::Ecwid|||3:::Ecwid"
      $value[181][4]->name
      public parent_id -> string (3) "181"
      $value[181][4]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][4]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][4]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][4]->show_on_main_menu
      public slug -> string (5) "ecwid"
      $value[181][4]->slug
      public storage -> string (5) "local"
      $value[181][4]->storage
    5 => stdClass#1019 (14)
    $value[181][5]
    • Properties (14)
    • public category_order -> string (1) "6"
      $value[181][5]->category_order
      public featured_order -> string (1) "1"
      $value[181][5]->featured_order
      public has_subcategory -> null
      $value[181][5]->has_subcategory
      public id -> string (3) "187"
      $value[181][5]->id
      public image -> string (0) ""
      $value[181][5]->image
      public join_parent_id -> string (3) "181"
      $value[181][5]->join_parent_id
      public name -> string (25) "1:::Magento|||3:::Magento"
      $value[181][5]->name
      public parent_id -> string (3) "181"
      $value[181][5]->parent_id
      public parent_slug -> string (13) "ecommerce-181"
      $value[181][5]->parent_slug
      public parent_tree -> string (5) "5,181"
      $value[181][5]->parent_tree
      public show_image_on_main_menu -> string (1) "0"
      $value[181][5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[181][5]->show_on_main_menu
      public slug -> string (7) "magento"
      $value[181][5]->slug
      public storage -> string (5) "local"
      $value[181][5]->storage
    parentCategories
    $value array (8)
    0 => stdClass#1291 (26)
    $value[0]
    • Properties (26)
    • public category_order -> string (1) "1"
      $value[0]->category_order
      public created_at -> string (19) "2022-03-06 20:50:44"
      $value[0]->created_at
      public description -> string (105) "Discover thousands of easy to customize themes, templates & CMS products, ma...
      $value[0]->description
      Discover thousands of easy to customize themes, templates & CMS products, made by world-class developers.
      
      public featured_order -> string (1) "1"
      $value[0]->featured_order
      public has_subcategory -> string (1) "2"
      $value[0]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[0]->homepage_order
      public id -> string (1) "5"
      $value[0]->id
      public image -> string (0) ""
      $value[0]->image
      public is_featured -> string (1) "0"
      $value[0]->is_featured
      public join_parent_id -> string (1) "0"
      $value[0]->join_parent_id
      public keywords -> UTF-8 string (69) "قوالب , وثيمات , الويب , Web , Web Themes , Templates"
      $value[0]->keywords
      قوالب , وثيمات , الويب , Web , Web Themes , Templates
      
      public level -> string (1) "1"
      $value[0]->level
      public name -> UTF-8 string (199) "1:::Web Themes & Templates|||3:::قوالب وثيمات الويب|||4:::Thèmes & modèles W...
      $value[0]->name
      1:::Web Themes & Templates|||3:::قوالب وثيمات الويب|||4:::Thèmes & modèles Web|||5:::Web Temaları & Şablonları|||6:::Webdesigns & Vorlagen|||7:::Веб-темы и шаблоны
      
      public parent_id -> string (1) "0"
      $value[0]->parent_id
      public parent_slug -> null
      $value[0]->parent_slug
      public parent_tree -> string (0) ""
      $value[0]->parent_tree
      public show_description -> string (1) "0"
      $value[0]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[0]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[0]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[0]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[0]->show_subcategory_products
      public slug -> string (20) "web-themes-templates"
      $value[0]->slug
      public storage -> string (5) "local"
      $value[0]->storage
      public title_meta_tag -> UTF-8 string (52) "Web Temaları & Şablonları, Thèmes & modèles Web"
      $value[0]->title_meta_tag
      public tree_id -> string (1) "5"
      $value[0]->tree_id
      public visibility -> string (1) "1"
      $value[0]->visibility
    1 => stdClass#1290 (26)
    $value[1]
    • Properties (26)
    • public category_order -> string (1) "2"
      $value[1]->category_order
      public created_at -> string (19) "2022-05-14 21:18:22"
      $value[1]->created_at
      public description -> string (0) ""
      $value[1]->description
      public featured_order -> string (1) "1"
      $value[1]->featured_order
      public has_subcategory -> string (3) "469"
      $value[1]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[1]->homepage_order
      public id -> string (3) "468"
      $value[1]->id
      public image -> string (0) ""
      $value[1]->image
      public is_featured -> string (1) "0"
      $value[1]->is_featured
      public join_parent_id -> string (1) "0"
      $value[1]->join_parent_id
      public keywords -> UTF-8 string (209) "Anwendungen und Software , تطبيقات وبرامج , Приложения и программное обеспеч...
      $value[1]->keywords
      Anwendungen und Software , تطبيقات وبرامج , Приложения и программное обеспечение , Uygulamalar ve yazılım , Applications and software , Applications et logiciels
      
      public level -> string (1) "1"
      $value[1]->level
      public name -> UTF-8 string (218) "1:::Apps & Software|||3:::تطبيقات وبرامج|||4:::Applications & logiciels|||5:...
      $value[1]->name
      1:::Apps & Software|||3:::تطبيقات وبرامج|||4:::Applications & logiciels|||5:::Uygulamalar & yazılım|||6:::Anwendungen & Software|||7:::Приложения & программное обеспечение
      
      public parent_id -> string (1) "0"
      $value[1]->parent_id
      public parent_slug -> null
      $value[1]->parent_slug
      public parent_tree -> string (0) ""
      $value[1]->parent_tree
      public show_description -> string (1) "0"
      $value[1]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[1]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[1]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[1]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[1]->show_subcategory_products
      public slug -> string (13) "apps-software"
      $value[1]->slug
      public storage -> string (5) "local"
      $value[1]->storage
      public title_meta_tag -> string (0) ""
      $value[1]->title_meta_tag
      public tree_id -> string (3) "468"
      $value[1]->tree_id
      public visibility -> string (1) "1"
      $value[1]->visibility
    2 => stdClass#1289 (26)
    $value[2]
    • Properties (26)
    • public category_order -> string (1) "3"
      $value[2]->category_order
      public created_at -> string (19) "2022-03-06 21:14:48"
      $value[2]->created_at
      public description -> string (0) ""
      $value[2]->description
      public featured_order -> string (1) "1"
      $value[2]->featured_order
      public has_subcategory -> string (2) "15"
      $value[2]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[2]->homepage_order
      public id -> string (1) "9"
      $value[2]->id
      public image -> string (0) ""
      $value[2]->image
      public is_featured -> string (1) "0"
      $value[2]->is_featured
      public join_parent_id -> string (1) "0"
      $value[2]->join_parent_id
      public keywords -> string (0) ""
      $value[2]->keywords
      public level -> string (1) "1"
      $value[2]->level
      public name -> UTF-8 string (66) "1:::Code|||3:::كود|||4:::Code|||5:::Kod|||6:::Code|||7:::Код"
      $value[2]->name
      public parent_id -> string (1) "0"
      $value[2]->parent_id
      public parent_slug -> null
      $value[2]->parent_slug
      public parent_tree -> string (0) ""
      $value[2]->parent_tree
      public show_description -> string (1) "0"
      $value[2]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[2]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[2]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[2]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[2]->show_subcategory_products
      public slug -> string (4) "code"
      $value[2]->slug
      public storage -> string (5) "local"
      $value[2]->storage
      public title_meta_tag -> string (0) ""
      $value[2]->title_meta_tag
      public tree_id -> string (1) "9"
      $value[2]->tree_id
      public visibility -> string (1) "1"
      $value[2]->visibility
    3 => stdClass#1288 (26)
    $value[3]
    • Properties (26)
    • public category_order -> string (1) "5"
      $value[3]->category_order
      public created_at -> string (19) "2022-03-06 21:27:02"
      $value[3]->created_at
      public description -> string (0) ""
      $value[3]->description
      public featured_order -> string (1) "2"
      $value[3]->featured_order
      public has_subcategory -> string (3) "207"
      $value[3]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[3]->homepage_order
      public id -> string (2) "10"
      $value[3]->id
      public image -> string (0) ""
      $value[3]->image
      public is_featured -> string (1) "0"
      $value[3]->is_featured
      public join_parent_id -> string (1) "0"
      $value[3]->join_parent_id
      public keywords -> string (0) ""
      $value[3]->keywords
      public level -> string (1) "1"
      $value[3]->level
      public name -> UTF-8 string (80) "1::: Video|||3:::فيديو|||4:::Vidéo|||5:::Video|||6:::Video|||7:::Bидео"
      $value[3]->name
      public parent_id -> string (1) "0"
      $value[3]->parent_id
      public parent_slug -> null
      $value[3]->parent_slug
      public parent_tree -> string (0) ""
      $value[3]->parent_tree
      public show_description -> string (1) "0"
      $value[3]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[3]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[3]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[3]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[3]->show_subcategory_products
      public slug -> string (5) "video"
      $value[3]->slug
      public storage -> string (5) "local"
      $value[3]->storage
      public title_meta_tag -> string (31) "Video effects and stock footage"
      $value[3]->title_meta_tag
      public tree_id -> string (2) "10"
      $value[3]->tree_id
      public visibility -> string (1) "1"
      $value[3]->visibility
    4 => stdClass#1287 (26)
    $value[4]
    • Properties (26)
    • public category_order -> string (1) "6"
      $value[4]->category_order
      public created_at -> string (19) "2022-03-06 21:29:10"
      $value[4]->created_at
      public description -> string (0) ""
      $value[4]->description
      public featured_order -> string (1) "1"
      $value[4]->featured_order
      public has_subcategory -> string (3) "289"
      $value[4]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[4]->homepage_order
      public id -> string (2) "12"
      $value[4]->id
      public image -> string (0) ""
      $value[4]->image
      public is_featured -> string (1) "0"
      $value[4]->is_featured
      public join_parent_id -> string (1) "0"
      $value[4]->join_parent_id
      public keywords -> string (0) ""
      $value[4]->keywords
      public level -> string (1) "1"
      $value[4]->level
      public name -> UTF-8 string (31) "1:::Graphics|||3:::جرافيك"
      $value[4]->name
      public parent_id -> string (1) "0"
      $value[4]->parent_id
      public parent_slug -> null
      $value[4]->parent_slug
      public parent_tree -> string (0) ""
      $value[4]->parent_tree
      public show_description -> string (1) "0"
      $value[4]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[4]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[4]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[4]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[4]->show_subcategory_products
      public slug -> string (8) "graphics"
      $value[4]->slug
      public storage -> string (5) "local"
      $value[4]->storage
      public title_meta_tag -> string (0) ""
      $value[4]->title_meta_tag
      public tree_id -> string (2) "12"
      $value[4]->tree_id
      public visibility -> string (1) "1"
      $value[4]->visibility
    5 => stdClass#1286 (26)
    $value[5]
    • Properties (26)
    • public category_order -> string (1) "7"
      $value[5]->category_order
      public created_at -> string (19) "2022-03-06 21:34:32"
      $value[5]->created_at
      public description -> string (0) ""
      $value[5]->description
      public featured_order -> string (1) "1"
      $value[5]->featured_order
      public has_subcategory -> string (3) "132"
      $value[5]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[5]->homepage_order
      public id -> string (2) "13"
      $value[5]->id
      public image -> string (0) ""
      $value[5]->image
      public is_featured -> string (1) "0"
      $value[5]->is_featured
      public join_parent_id -> string (1) "0"
      $value[5]->join_parent_id
      public keywords -> string (0) ""
      $value[5]->keywords
      public level -> string (1) "1"
      $value[5]->level
      public name -> UTF-8 string (23) "1:::Photos|||3:::صور"
      $value[5]->name
      public parent_id -> string (1) "0"
      $value[5]->parent_id
      public parent_slug -> null
      $value[5]->parent_slug
      public parent_tree -> string (0) ""
      $value[5]->parent_tree
      public show_description -> string (1) "0"
      $value[5]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[5]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[5]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[5]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[5]->show_subcategory_products
      public slug -> string (6) "photos"
      $value[5]->slug
      public storage -> string (5) "local"
      $value[5]->storage
      public title_meta_tag -> string (0) ""
      $value[5]->title_meta_tag
      public tree_id -> string (2) "13"
      $value[5]->tree_id
      public visibility -> string (1) "1"
      $value[5]->visibility
    6 => stdClass#1285 (26)
    $value[6]
    • Properties (26)
    • public category_order -> string (1) "8"
      $value[6]->category_order
      public created_at -> string (19) "2022-03-06 21:36:34"
      $value[6]->created_at
      public description -> string (0) ""
      $value[6]->description
      public featured_order -> string (1) "1"
      $value[6]->featured_order
      public has_subcategory -> string (3) "383"
      $value[6]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[6]->homepage_order
      public id -> string (2) "14"
      $value[6]->id
      public image -> string (0) ""
      $value[6]->image
      public is_featured -> string (1) "0"
      $value[6]->is_featured
      public join_parent_id -> string (1) "0"
      $value[6]->join_parent_id
      public keywords -> string (0) ""
      $value[6]->keywords
      public level -> string (1) "1"
      $value[6]->level
      public name -> UTF-8 string (32) "1:::3D Files|||3:::ملفات 3D"
      $value[6]->name
      1:::3D Files|||3:::ملفات 3D
      
      public parent_id -> string (1) "0"
      $value[6]->parent_id
      public parent_slug -> null
      $value[6]->parent_slug
      public parent_tree -> string (0) ""
      $value[6]->parent_tree
      public show_description -> string (1) "0"
      $value[6]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[6]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[6]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[6]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[6]->show_subcategory_products
      public slug -> string (8) "3d-files"
      $value[6]->slug
      public storage -> string (5) "local"
      $value[6]->storage
      public title_meta_tag -> string (0) ""
      $value[6]->title_meta_tag
      public tree_id -> string (2) "14"
      $value[6]->tree_id
      public visibility -> string (1) "1"
      $value[6]->visibility
    7 => stdClass#1284 (26)
    $value[7]
    • Properties (26)
    • public category_order -> string (1) "9"
      $value[7]->category_order
      public created_at -> string (19) "2022-05-14 20:53:49"
      $value[7]->created_at
      public description -> string (7) "E Books"
      $value[7]->description
      public featured_order -> string (1) "1"
      $value[7]->featured_order
      public has_subcategory -> string (3) "467"
      $value[7]->has_subcategory
      public homepage_order -> string (1) "5"
      $value[7]->homepage_order
      public id -> string (3) "466"
      $value[7]->id
      public image -> string (0) ""
      $value[7]->image
      public is_featured -> string (1) "0"
      $value[7]->is_featured
      public join_parent_id -> string (1) "0"
      $value[7]->join_parent_id
      public keywords -> UTF-8 string (129) "E-Bücher , Электронные книги , E kitaplar , Livres électroniques , الكتب الإ...
      $value[7]->keywords
      E-Bücher , Электронные книги , E kitaplar , Livres électroniques , الكتب الإلكترونية  , E Books
      
      public level -> string (1) "1"
      $value[7]->level
      public name -> UTF-8 string (152) "1:::E Books|||3:::الكتب الإلكترونية|||4:::Livres électroniques|||5:::E kitap...
      $value[7]->name
      1:::E Books|||3:::الكتب الإلكترونية|||4:::Livres électroniques|||5:::E kitaplar|||6:::E-Bücher|||7:::Электронные книги
      
      public parent_id -> string (1) "0"
      $value[7]->parent_id
      public parent_slug -> null
      $value[7]->parent_slug
      public parent_tree -> string (0) ""
      $value[7]->parent_tree
      public show_description -> string (1) "0"
      $value[7]->show_description
      public show_image_on_main_menu -> string (1) "0"
      $value[7]->show_image_on_main_menu
      public show_on_main_menu -> string (1) "1"
      $value[7]->show_on_main_menu
      public show_products_on_index -> string (1) "0"
      $value[7]->show_products_on_index
      public show_subcategory_products -> string (1) "0"
      $value[7]->show_subcategory_products
      public slug -> string (7) "e-books"
      $value[7]->slug
      public storage -> string (5) "local"
      $value[7]->storage
      public title_meta_tag -> string (7) "E Books"
      $value[7]->title_meta_tag
      public tree_id -> string (3) "466"
      $value[7]->tree_id
      public visibility -> string (1) "1"
      $value[7]->visibility
    adSpaces
    $value array (1)
    0 => stdClass#1003 (9)
    $value[0]
    • Properties (9)
    • public ad_code_desktop -> string (0) ""
      $value[0]->ad_code_desktop
      public ad_code_mobile -> string (0) ""
      $value[0]->ad_code_mobile
      public ad_space -> string (7) "index_1"
      $value[0]->ad_space
      public desktop_height -> string (2) "90"
      $value[0]->desktop_height
      public desktop_width -> string (3) "728"
      $value[0]->desktop_width
      public id -> string (1) "1"
      $value[0]->id
      public lang_id -> string (1) "1"
      $value[0]->lang_id
      public mobile_height -> string (3) "250"
      $value[0]->mobile_height
      public mobile_width -> string (3) "300"
      $value[0]->mobile_width
    baseVars
    $value stdClass#1205 (13)
    • Properties (13)
    • public appName -> string (7) "Webaggo"
      $value->appName
      public defaultLocation -> stdClass#1686 (3)
      $value->defaultLocation
      • Properties (3)
      • public city_id -> string (0) ""
        $value->defaultLocation->city_id
        public country_id -> string (0) ""
        $value->defaultLocation->country_id
        public state_id -> string (0) ""
        $value->defaultLocation->state_id
      public defaultLocationInput -> string (0) ""
      $value->defaultLocationInput
      public inputInitialPrice -> string (4) "0.00"
      $value->inputInitialPrice
      public isSaleActive -> boolean true
      $value->isSaleActive
      public logoHeight -> string (2) "38"
      $value->logoHeight
      public logoWidth -> string (3) "165"
      $value->logoWidth
      public perPage -> integer 15
      $value->perPage
      public recaptchaStatus -> boolean true
      $value->recaptchaStatus
      public rtl -> boolean false
      $value->rtl
      public thousandsSeparator -> string (1) "."
      $value->thousandsSeparator
      public unreadMessageCount -> integer 0
      $value->unreadMessageCount
      public usernameMaxlength -> integer 40
      $value->usernameMaxlength
    title Einen Antrag stellen - Hilfezentrum
    description Webaggo - Einen Antrag stellen - Hilfezentrum
    keywords Webaggo,Hilfezentrum
    loadSupportEditor
    $value boolean true
    userSession
    $value null
    orText Oder melden Sie sich mit E-Mail an

    Session User Data

    __ci_last_regenerate
    1753583955
    _ci_previous_url https://webaggo.com/de/help-center/submit-request

    Request ( HTTPS/2.0 )

    Headers

    Host webaggo.com
    Priority u=0, i
    Accept-Encoding gzip, deflate, br, zstd
    Sec-Fetch-Dest document
    Sec-Fetch-User ?1
    Sec-Fetch-Mode navigate
    Sec-Fetch-Site none
    Accept text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
    User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    Upgrade-Insecure-Requests 1
    Sec-Ch-Ua-Platform "Windows"
    Sec-Ch-Ua-Mobile ?0
    Sec-Ch-Ua "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
    Cache-Control no-cache
    Pragma no-cache

    Response ( 200 - OK )

    Headers

    Content-Type text/html; charset=UTF-8
    Content-Security-Policy frame-ancestors 'none';

    System Configuration

    Read the CodeIgniter docs...

    CodeIgniter Version: 4.5.4
    PHP Version: 8.1.32
    PHP SAPI: fpm-fcgi
    Environment: development
    Base URL: https://webaggo.com/
    Timezone: UTC
    Locale: en
    Content Security Policy Enabled: No