events

Ry Rocklen: Office Party

Join us at Jones Day, Clocktower's midtown office, for a celebration of Ry Rocklen's site-specific installation from his Trophy Modern series. Begun in 2013, the series consists of assemblages of mass-produced trophies, arranged to recreate iconic American objects and garner aesthetic appeal through a combination of clean, modernist lines with cheap, garish components. The name of the series acknowledges the work of modernist designers such as Frank Lloyd Wright and Le Corbusier, who have inspired Rocklen.

Contrasting the organization’s history as an alternative art space with the surreal setting of a modern, 22nd floor corporate office, Rocklen’s installation serves as a functioning work space, with the oversized desk, chair, and lamp playing on both the elegance and excess of classic Americana.

Rocklen is represented by Thomas Solomon Gallery in Los Angeles, Untitled in New York, and Praz-Delavallade in Paris. His work has been shown nationally and internationally, including in the Made in LA biennial at the Hammer Museum and the 2008 Whitney Biennial. The artist has also participated in exhibitions at LAX ART, Los Angeles Municipal Art Gallery, BERNIER/ELIADES, PS1 Contemporary Art Center, Venice Beach Biennial, and Art Basel Miami.

Ry Rocklen

Alanna Heiss and Joe Ahearn sit down with L.A. artist Ry Rocklen the day after his April 2014 opening at Untitled Gallery on the Lower East Side of Manhattan and discuss his work, process, obsessions, music, and how he got his name. Hear Rocklen describe the creation of his cast ceramic articles of clothing, his furniture line called Trophy Modern, his relationship to the L.A. music and performance scene and specially with Bouquet, the band of his partner Carolyn Pennypacker Riggs, and how he got involved with Peter Norton's famous Christmas edition. From the gallery release: Constant in Rocklen’s practice is the paradoxical relationship between the familiar objects he selects and their distinguished treatments. Their subsequent ascension to dignity through porcelain casting, bronze plating, hand tiling and other mediums prive to timelessness most often transform easily destructed objects into durable monuments. In doing so, the treatments elevate the objects on display as well as evade particular, personal, distinctions. In casting the entirety of his own wardrobe, Rocklen has altered what was once his favorite collared shirt into the archetype of every three buttoned polo. What remains is the personal referent without the personal affect.
more
NAME COMPONENT DURATION 0 ms 5 ms 10 ms 15 ms 20 ms 25 ms
BootstrapTimer2.20 ms
Event: pre_systemEvents0.60 ms
RoutingTimer0.04 ms
Before FiltersTimer0.02 ms
ControllerTimer23.57 ms
Controller ConstructorTimer0.57 ms
Connecting to Database: "default"Database2.68 ms
QueryDatabase0.39 ms
SELECT * FROM `site_info` WHERE `site_id` = '1'
Event: dbqueryEvents0.02 ms
QueryDatabase0.80 ms
SELECT * FROM `alerts` WHERE `alert_start_date` = '2025-07-25 01:18:05' AND `alert_end_date` = '2025-07-25 01:18:05' AND `alert_public` = 'checked'
Event: dbqueryEvents0.01 ms
QueryDatabase0.31 ms
SELECT * FROM `social_media` WHERE `social_link` IS NOT NULL ORDER BY `social_rank` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.49 ms
SELECT `page_slug`, `page_menu_title`, `page_parent`, `page_id` FROM `pages` WHERE `page_menu_title` IS NOT NULL ORDER BY `page_rank` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.54 ms
SELECT * FROM `pages` LEFT JOIN `media` ON `pages`.`page_mainpic` = `media`.`media_id` WHERE `page_id` = '10145'
Event: dbqueryEvents0.01 ms
QueryDatabase0.31 ms
SELECT * FROM `social_media` WHERE `social_link` IS NOT NULL ORDER BY `social_rank` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase4.80 ms
SELECT * FROM `programs` WHERE `program_type` = 'event' AND `program_slug` = 'ry-rocklen-office-party'
Event: dbqueryEvents0.01 ms
QueryDatabase1.60 ms
SELECT * FROM `programs` WHERE `program_type` = 'event' AND `program_slug` = 'ry-rocklen-office-party'
Event: dbqueryEvents0.01 ms
QueryDatabase5.55 ms
SELECT * FROM `program2program` LEFT JOIN `programs` ON `program2program`.`p2_id`=`programs`.`program_id` LEFT JOIN `media2content` ON `media2content`.`program_id`=`programs`.`program_id` LEFT JOIN `media` ON `media2content`.`media_id`=`media`.`media_id` WHERE `program2program`.`p1_id` = '12678' AND `media_public` = 'checked' AND `program_type` != 'host' AND `program_type` != 'news' AND `program_type` != 'blog' AND `program_public` = 'checked' GROUP BY `p2_id`, `programs`.`program_id` ORDER BY `p2p_rank` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.80 ms
SELECT * FROM `media2content` JOIN `media` ON `media2content`.`media_id`=`media`.`media_id` WHERE `program_id` = '12678' AND `media_public` = 'checked' GROUP BY `media`.`media_id` ORDER BY `media_rank` ASC
Event: dbqueryEvents0.01 ms
View: templates/header.phpViews0.23 ms
View: event_view.phpViews1.39 ms
View: templates/footer.phpViews0.24 ms
After FiltersTimer0.09 ms

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

Time Query String
0.39 ms SELECT * FROM `site_info` WHERE `site_id` = '1' APPPATH/Models/SiteModel.php:12
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

  2    SYSTEMPATH/Model.php:202
        CodeIgniter\Database\BaseBuilder->get()

  3    SYSTEMPATH/BaseModel.php:577
        CodeIgniter\Model->doFind()

  4    APPPATH/Models/SiteModel.php:12
        CodeIgniter\BaseModel->find()

  5    APPPATH/Controllers/Event.php:56
        App\Models\SiteModel->getSite()

  6    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  7    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

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

  9    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.8 ms SELECT * FROM `alerts` WHERE `alert_start_date` = '2025-07-25 01:18:05' AND `alert_end_date` = '2025-07-25 01:18:05' AND `alert_public` = 'checked' APPPATH/Models/AlertModel.php:19
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:59
        App\Models\AlertModel->getAlert()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.31 ms SELECT * FROM `social_media` WHERE `social_link` IS NOT NULL ORDER BY `social_rank` ASC APPPATH/Models/SocialModel.php:13
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

  2    SYSTEMPATH/Model.php:202
        CodeIgniter\Database\BaseBuilder->get()

  3    SYSTEMPATH/BaseModel.php:577
        CodeIgniter\Model->doFind()

  4    APPPATH/Models/SocialModel.php:13
        CodeIgniter\BaseModel->find()

  5    APPPATH/Controllers/Event.php:62
        App\Models\SocialModel->getSocial()

  6    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  7    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

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

  9    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.49 ms SELECT `page_slug`, `page_menu_title`, `page_parent`, `page_id` FROM `pages` WHERE `page_menu_title` IS NOT NULL ORDER BY `page_rank` ASC APPPATH/Models/PageModel.php:32
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:65
        App\Models\PageModel->getMenu()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.54 ms SELECT * FROM `pages` LEFT JOIN `media` ON `pages`.`page_mainpic` = `media`.`media_id` WHERE `page_id` = '10145' APPPATH/Models/PageModel.php:16
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:66
        App\Models\PageModel->getPage()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.3 ms SELECT * FROM `social_media` WHERE `social_link` IS NOT NULL ORDER BY `social_rank` ASC APPPATH/Models/SocialModel.php:13
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

  2    SYSTEMPATH/Model.php:202
        CodeIgniter\Database\BaseBuilder->get()

  3    SYSTEMPATH/BaseModel.php:577
        CodeIgniter\Model->doFind()

  4    APPPATH/Models/SocialModel.php:13
        CodeIgniter\BaseModel->find()

  5    APPPATH/Controllers/Event.php:69
        App\Models\SocialModel->getSocial()

  6    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  7    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

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

  9    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

4.79 ms SELECT * FROM `programs` WHERE `program_type` = 'event' AND `program_slug` = 'ry-rocklen-office-party' APPPATH/Models/ProjectsModel.php:75
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:72
        App\Models\ProjectsModel->getProgram()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

1.6 ms SELECT * FROM `programs` WHERE `program_type` = 'event' AND `program_slug` = 'ry-rocklen-office-party' APPPATH/Models/ProjectsModel.php:91
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:73
        App\Models\ProjectsModel->getProgramID()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

5.55 ms SELECT * FROM `program2program` LEFT JOIN `programs` ON `program2program`.`p2_id`=`programs`.`program_id` LEFT JOIN `media2content` ON `media2content`.`program_id`=`programs`.`program_id` LEFT JOIN `media` ON `media2content`.`media_id`=`media`.`media_id` WHERE `program2program`.`p1_id` = '12678' AND `media_public` = 'checked' AND `program_type` != 'host' AND `program_type` != 'news' AND `program_type` != 'blog' AND `program_public` = 'checked' GROUP BY `p2_id`, `programs`.`program_id` ORDER BY `p2p_rank` ASC APPPATH/Models/ProjectsModel.php:59
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:74
        App\Models\ProjectsModel->getRelated()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

0.8 ms SELECT * FROM `media2content` JOIN `media` ON `media2content`.`media_id`=`media`.`media_id` WHERE `program_id` = '12678' AND `media_public` = 'checked' GROUP BY `media`.`media_id` ORDER BY `media_rank` ASC APPPATH/Models/MediaModel.php:20
  1    SYSTEMPATH/Database/BaseBuilder.php:1616
        CodeIgniter\Database\BaseConnection->query()

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

  3    APPPATH/Controllers/Event.php:77
        App\Models\MediaModel->getMedia()

  4    SYSTEMPATH/CodeIgniter.php:941
        App\Controllers\Event->show()

  5    SYSTEMPATH/CodeIgniter.php:502
        CodeIgniter\CodeIgniter->runController()

  6    SYSTEMPATH/CodeIgniter.php:361
        CodeIgniter\CodeIgniter->handleRequest()

  7    FCPATH/index.php:79
        CodeIgniter\CodeIgniter->run()

Files ( 153 )

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
Kint.php APPPATH/Config/Kint.php
Logger.php APPPATH/Config/Logger.php
Modules.php APPPATH/Config/Modules.php
Paths.php APPPATH/Config/Paths.php
Routes.php APPPATH/Config/Routes.php
Routing.php APPPATH/Config/Routing.php
Services.php APPPATH/Config/Services.php
Toolbar.php APPPATH/Config/Toolbar.php
UserAgents.php APPPATH/Config/UserAgents.php
Validation.php APPPATH/Config/Validation.php
View.php APPPATH/Config/View.php
BaseController.php APPPATH/Controllers/BaseController.php
Event.php APPPATH/Controllers/Event.php
AlertModel.php APPPATH/Models/AlertModel.php
MediaModel.php APPPATH/Models/MediaModel.php
PageModel.php APPPATH/Models/PageModel.php
ProjectsModel.php APPPATH/Models/ProjectsModel.php
SiteModel.php APPPATH/Models/SiteModel.php
SocialModel.php APPPATH/Models/SocialModel.php
event_view.php APPPATH/Views/event_view.php
footer.php APPPATH/Views/templates/footer.php
header.php APPPATH/Views/templates/header.php
menu.php APPPATH/Views/templates/menu.php
popup.php APPPATH/Views/templates/popup.php
index.php FCPATH/index.php
ResponseTrait.php SYSTEMPATH/API/ResponseTrait.php
Autoloader.php SYSTEMPATH/Autoloader/Autoloader.php
FileLocator.php SYSTEMPATH/Autoloader/FileLocator.php
BaseModel.php SYSTEMPATH/BaseModel.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
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
DebugToolbar.php SYSTEMPATH/Filters/DebugToolbar.php
FilterInterface.php SYSTEMPATH/Filters/FilterInterface.php
Filters.php SYSTEMPATH/Filters/Filters.php
ContentSecurityPolicy.php SYSTEMPATH/HTTP/ContentSecurityPolicy.php
Header.php SYSTEMPATH/HTTP/Header.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
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
form_helper.php SYSTEMPATH/Helpers/form_helper.php
kint_helper.php SYSTEMPATH/Helpers/kint_helper.php
url_helper.php SYSTEMPATH/Helpers/url_helper.php
Time.php SYSTEMPATH/I18n/Time.php
TimeTrait.php SYSTEMPATH/I18n/TimeTrait.php
Logger.php SYSTEMPATH/Log/Logger.php
Model.php SYSTEMPATH/Model.php
Modules.php SYSTEMPATH/Modules/Modules.php
AutoRouter.php SYSTEMPATH/Router/AutoRouter.php
AutoRouterInterface.php SYSTEMPATH/Router/AutoRouterInterface.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
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
LoggerInterface.php SYSTEMPATH/ThirdParty/PSR/Log/LoggerInterface.php
ConditionalTrait.php SYSTEMPATH/Traits/ConditionalTrait.php
CreditCardRules.php SYSTEMPATH/Validation/CreditCardRules.php
FileRules.php SYSTEMPATH/Validation/FileRules.php
FormatRules.php SYSTEMPATH/Validation/FormatRules.php
Rules.php SYSTEMPATH/Validation/Rules.php
CreditCardRules.php SYSTEMPATH/Validation/StrictRules/CreditCardRules.php
FileRules.php SYSTEMPATH/Validation/StrictRules/FileRules.php
FormatRules.php SYSTEMPATH/Validation/StrictRules/FormatRules.php
Rules.php SYSTEMPATH/Validation/StrictRules/Rules.php
Validation.php SYSTEMPATH/Validation/Validation.php
ValidationInterface.php SYSTEMPATH/Validation/ValidationInterface.php
RendererInterface.php SYSTEMPATH/View/RendererInterface.php
View.php SYSTEMPATH/View/View.php
ViewDecoratorTrait.php SYSTEMPATH/View/ViewDecoratorTrait.php
bootstrap.php SYSTEMPATH/bootstrap.php

Routes

Matched Route

Directory:
Controller: \App\Controllers\Event
Method: show
Params: 1 / 1
$event = ry-rocklen-office-party

Defined Routes

Method Route Handler
GET / \App\Controllers\Home::index
GET about \App\Controllers\About::index
GET about/press \App\Controllers\About::press
GET artists \App\Controllers\Artists::index
GET person \App\Controllers\Person::index
GET
person/(.*)
person/
\App\Controllers\Person::view/$1
GET partner \App\Controllers\Partner::index
GET
partner/(.*)
partner/
\App\Controllers\Partner::show/$1
GET staff-and-board \App\Controllers\Staff_and_board::index
GET projects \App\Controllers\Projects::index
GET projects/exhibitions \App\Controllers\Projects::exhibitions
GET projects/events \App\Controllers\Projects::events
GET projects/residencies \App\Controllers\Projects::residencies
GET
series/(.*)
series/
\App\Controllers\Series::show/$1
GET
event/(.*)
event/
\App\Controllers\Event::show/$1
GET
exhibition/(.*)
exhibition/
\App\Controllers\Exhibition::show/$1
GET
residency/(.*)
residency/
\App\Controllers\Residency::show/$1
GET
show/(.*)
show/
\App\Controllers\Show::detail/$1
GET radio \App\Controllers\Radio::index
GET subscribe \App\Controllers\Subscribe::index
GET donate \App\Controllers\Donate::index
GET contact-us \App\Controllers\Contact_us::index
GET artist-submission \App\Controllers\Artist_submission::index

Events

Time Event Name Times Called
0.60 ms pre_system 1
0.09 ms dbquery 10

History

Action Datetime Status Method URL Content-Type Is AJAX?
2025-07-25 01:18:05.809783 200 GET https://clocktower.org/event/ry-rocklen-office-party text/html; charset=UTF-8 No
2025-07-25 01:16:51.228949 200 GET https://clocktower.org/show/john-ashbery-conversation text/html; charset=UTF-8 No
2025-07-25 01:16:49.302820 200 GET https://clocktower.org/ text/html; charset=UTF-8 No
2025-07-25 01:15:41.028738 200 GET https://clocktower.org/show/jen-goma-people-get-ready-a-sunny-day-in-glasgow text/html; charset=UTF-8 No
2025-07-25 01:15:25.255544 200 GET https://clocktower.org/show/objektivity-hosts-dennis-ferrer text/html; charset=UTF-8 No
2025-07-25 01:14:02.086475 200 GET https://clocktower.org/show/rock-n-roll-reparations-volume-2-part-1 text/html; charset=UTF-8 No
2025-07-25 01:12:38.691314 200 GET https://clocktower.org/show/silent-barn text/html; charset=UTF-8 No
2025-07-25 01:12:28.308649 200 GET https://clocktower.org/show/mark-dagleys-mix-tape text/html; charset=UTF-8 No
2025-07-25 01:11:59.549727 200 GET https://clocktower.org/show/janos-stone text/html; charset=UTF-8 No
2025-07-25 01:11:54.354449 200 GET https://clocktower.org/show/ethan-ryman text/html; charset=UTF-8 No
2025-07-25 01:11:41.240455 200 GET https://clocktower.org/show/michael-hoffman-the-last-station text/html; charset=UTF-8 No
2025-07-25 01:09:16.484867 200 GET https://clocktower.org/show/acaw-11-on-biennials-david-elliott-massimiliano-gioni-suzanne-cotter text/html; charset=UTF-8 No
2025-07-25 01:08:12.190711 200 GET https://clocktower.org/show/non-stop-to-tokyo-2 text/html; charset=UTF-8 No
2025-07-25 01:08:09.038699 200 GET https://clocktower.org/show/philippe-falardeau-monsieur-lazhar text/html; charset=UTF-8 No
2025-07-25 01:08:02.267390 200 GET https://clocktower.org/show/miami-2007-hollybush-gardens text/html; charset=UTF-8 No
2025-07-25 01:06:35.056260 200 GET https://clocktower.org/show/clocktower-radio-profiles-victoria-keddie-david-fierman-catherine-gaffney text/html; charset=UTF-8 No
2025-07-25 01:06:07.027664 200 GET https://clocktower.org/show/klassical-korner text/html; charset=UTF-8 No
2025-07-25 01:05:09.460160 200 GET https://clocktower.org/show/recorded-matter-satisfaction text/html; charset=UTF-8 No
2025-07-25 01:04:52.828219 200 GET https://clocktower.org/show/keith-waldrop-reading text/html; charset=UTF-8 No
2025-07-25 01:03:49.788313 200 GET https://clocktower.org/show/robot-radio-noise-in-your-eye-jean-tinguely-harry-bertoia text/html; charset=UTF-8 No

View Data

agent desktop
site
$value array (1)
0 => array (10)
$value[0]
site_id => string (1) "1"
$value[0]['site_id']
site_title => string (10) "Clocktower"
$value[0]['site_title']
site_phone => string (14) "(212) 233-1096"
$value[0]['site_phone']
site_email => string (19) "info@clocktower.org"
$value[0]['site_email']
site_address => string (42) "159 Pioneer Street<br /> Brooklyn NY 11231"
$value[0]['site_address']
159 Pioneer Street<br />
Brooklyn NY 11231
site_styles => string (21) "clocktower-styles.css"
$value[0]['site_styles']
site_copyright => string (169) "Clocktower is a community-sponsored NY State 501(c)(3) non-profit, registere...
$value[0]['site_copyright']
Clocktower is a community-sponsored NY State 501(c)(3) non-profit, registered charity, and tax-exempt organization.   |    Formerly the Clocktower Gallery & artonair.org
site_logo => string (19) "Clocktower_logo.png"
$value[0]['site_logo']
site_radio => string (13) "channel/13498"
$value[0]['site_radio']
site_startyear => string (4) "2000"
$value[0]['site_startyear']
alert
$value array (0)
social
$value array (3)
  • Table (3)
  • Contents (3)
  • social_idsocial_namesocial_linksocial_iconsocial_rank
    02facebookhttps://www.facebook.com/clocktowerNYCfacebook-64-black.png1
    11twitterhttps://twitter.com/clocktower_NYCtwitter-64-black.png2
    25instagramhttps://www.instagram.com/clocktower_nyc/instagram-64-black.png5
  • 0 => array (5)
    $value[0]
    social_id => string (1) "2"
    $value[0]['social_id']
    social_name => string (8) "facebook"
    $value[0]['social_name']
    social_link => string (38) "https://www.facebook.com/clocktowerNYC"
    $value[0]['social_link']
    social_icon => string (21) "facebook-64-black.png"
    $value[0]['social_icon']
    social_rank => string (1) "1"
    $value[0]['social_rank']
    1 => array (5)
    $value[1]
    social_id => string (1) "1"
    $value[1]['social_id']
    social_name => string (7) "twitter"
    $value[1]['social_name']
    social_link => string (34) "https://twitter.com/clocktower_NYC"
    $value[1]['social_link']
    social_icon => string (20) "twitter-64-black.png"
    $value[1]['social_icon']
    social_rank => string (1) "2"
    $value[1]['social_rank']
    2 => array (5)
    $value[2]
    social_id => string (1) "5"
    $value[2]['social_id']
    social_name => string (9) "instagram"
    $value[2]['social_name']
    social_link => string (41) "https://www.instagram.com/clocktower_nyc/"
    $value[2]['social_link']
    social_icon => string (22) "instagram-64-black.png"
    $value[2]['social_icon']
    social_rank => string (1) "5"
    $value[2]['social_rank']
menu
$value array (18)
  • Table (18)
  • Contents (18)
  • page_slugpage_menu_titlepage_parentpage_id
    0Aboutnull36
    1aboutMission + History3610676
    2artistsArtists3613175
    3staff-and-boardStaff + Board3613179
    4about/partnersPartners3613180
    5about/pressPress3610113
    6programsProgramsnull40
    7projects/exhibitionsExhibitions4013176
    8projects/eventsEvents4010145
    9projects/residenciesResidencies4013183
    10radioRadio4013174
    11connectConnectnull46
    12subscribeSubscribe4611133
    13donateDonate4610670
    14contact-usContact4610680
    15jobsJobs4613181
    16artist-submissionArtist Submission4613182
    17searchSearch4613184
  • 0 => array (4)
    $value[0]
    page_slug => string (0) ""
    $value[0]['page_slug']
    page_menu_title => string (5) "About"
    $value[0]['page_menu_title']
    page_parent => null
    $value[0]['page_parent']
    page_id => string (2) "36"
    $value[0]['page_id']
    1 => array (4)
    $value[1]
    page_slug => string (5) "about"
    $value[1]['page_slug']
    page_menu_title => string (17) "Mission + History"
    $value[1]['page_menu_title']
    page_parent => string (2) "36"
    $value[1]['page_parent']
    page_id => string (5) "10676"
    $value[1]['page_id']
    2 => array (4)
    $value[2]
    page_slug => string (7) "artists"
    $value[2]['page_slug']
    page_menu_title => string (7) "Artists"
    $value[2]['page_menu_title']
    page_parent => string (2) "36"
    $value[2]['page_parent']
    page_id => string (5) "13175"
    $value[2]['page_id']
    3 => array (4)
    $value[3]
    page_slug => string (15) "staff-and-board"
    $value[3]['page_slug']
    page_menu_title => string (13) "Staff + Board"
    $value[3]['page_menu_title']
    page_parent => string (2) "36"
    $value[3]['page_parent']
    page_id => string (5) "13179"
    $value[3]['page_id']
    4 => array (4)
    $value[4]
    page_slug => string (14) "about/partners"
    $value[4]['page_slug']
    page_menu_title => string (8) "Partners"
    $value[4]['page_menu_title']
    page_parent => string (2) "36"
    $value[4]['page_parent']
    page_id => string (5) "13180"
    $value[4]['page_id']
    5 => array (4)
    $value[5]
    page_slug => string (11) "about/press"
    $value[5]['page_slug']
    page_menu_title => string (5) "Press"
    $value[5]['page_menu_title']
    page_parent => string (2) "36"
    $value[5]['page_parent']
    page_id => string (5) "10113"
    $value[5]['page_id']
    6 => array (4)
    $value[6]
    page_slug => string (8) "programs"
    $value[6]['page_slug']
    page_menu_title => string (8) "Programs"
    $value[6]['page_menu_title']
    page_parent => null
    $value[6]['page_parent']
    page_id => string (2) "40"
    $value[6]['page_id']
    7 => array (4)
    $value[7]
    page_slug => string (20) "projects/exhibitions"
    $value[7]['page_slug']
    • Base64
    • base64_decode(page_slug) binary string (15)
      base64_decode($value[7]['page_slug'])
    page_menu_title => string (11) "Exhibitions"
    $value[7]['page_menu_title']
    page_parent => string (2) "40"
    $value[7]['page_parent']
    page_id => string (5) "13176"
    $value[7]['page_id']
    8 => array (4)
    $value[8]
    page_slug => string (15) "projects/events"
    $value[8]['page_slug']
    page_menu_title => string (6) "Events"
    $value[8]['page_menu_title']
    page_parent => string (2) "40"
    $value[8]['page_parent']
    page_id => string (5) "10145"
    $value[8]['page_id']
    9 => array (4)
    $value[9]
    page_slug => string (20) "projects/residencies"
    $value[9]['page_slug']
    • Base64
    • base64_decode(page_slug) binary string (15)
      base64_decode($value[9]['page_slug'])
    page_menu_title => string (11) "Residencies"
    $value[9]['page_menu_title']
    page_parent => string (2) "40"
    $value[9]['page_parent']
    page_id => string (5) "13183"
    $value[9]['page_id']
    10 => array (4)
    $value[10]
    page_slug => string (5) "radio"
    $value[10]['page_slug']
    page_menu_title => string (5) "Radio"
    $value[10]['page_menu_title']
    page_parent => string (2) "40"
    $value[10]['page_parent']
    page_id => string (5) "13174"
    $value[10]['page_id']
    11 => array (4)
    $value[11]
    page_slug => string (7) "connect"
    $value[11]['page_slug']
    page_menu_title => string (7) "Connect"
    $value[11]['page_menu_title']
    page_parent => null
    $value[11]['page_parent']
    page_id => string (2) "46"
    $value[11]['page_id']
    12 => array (4)
    $value[12]
    page_slug => string (9) "subscribe"
    $value[12]['page_slug']
    page_menu_title => string (9) "Subscribe"
    $value[12]['page_menu_title']
    page_parent => string (2) "46"
    $value[12]['page_parent']
    page_id => string (5) "11133"
    $value[12]['page_id']
    13 => array (4)
    $value[13]
    page_slug => string (6) "donate"
    $value[13]['page_slug']
    page_menu_title => string (6) "Donate"
    $value[13]['page_menu_title']
    page_parent => string (2) "46"
    $value[13]['page_parent']
    page_id => string (5) "10670"
    $value[13]['page_id']
    14 => array (4)
    $value[14]
    page_slug => string (10) "contact-us"
    $value[14]['page_slug']
    page_menu_title => string (7) "Contact"
    $value[14]['page_menu_title']
    page_parent => string (2) "46"
    $value[14]['page_parent']
    page_id => string (5) "10680"
    $value[14]['page_id']
    15 => array (4)
    $value[15]
    page_slug => string (4) "jobs"
    $value[15]['page_slug']
    page_menu_title => string (4) "Jobs"
    $value[15]['page_menu_title']
    page_parent => string (2) "46"
    $value[15]['page_parent']
    page_id => string (5) "13181"
    $value[15]['page_id']
    16 => array (4)
    $value[16]
    page_slug => string (17) "artist-submission"
    $value[16]['page_slug']
    page_menu_title => string (17) "Artist Submission"
    $value[16]['page_menu_title']
    page_parent => string (2) "46"
    $value[16]['page_parent']
    page_id => string (5) "13182"
    $value[16]['page_id']
    17 => array (4)
    $value[17]
    page_slug => string (6) "search"
    $value[17]['page_slug']
    page_menu_title => string (6) "Search"
    $value[17]['page_menu_title']
    page_parent => string (2) "46"
    $value[17]['page_parent']
    page_id => string (5) "13184"
    $value[17]['page_id']
page
$value array (1)
0 => array (35)
$value[0]
page_id => string (5) "10145"
$value[0]['page_id']
vid => string (5) "13922"
$value[0]['vid']
page_title => string (15) "Upcoming Events"
$value[0]['page_title']
page_slug => string (15) "projects/events"
$value[0]['page_slug']
page_menu_title => string (6) "Events"
$value[0]['page_menu_title']
page_desc => string (56) "Live-Streaming, nomadic radio; bringing the show to you."
$value[0]['page_desc']
page_content => string (0) ""
$value[0]['page_content']
page_mainpic => string (17) "home_1_events.jpg"
$value[0]['page_mainpic']
page_mainpic_credit => null
$value[0]['page_mainpic_credit']
page_public => string (7) "checked"
$value[0]['page_public']
page_rank => string (2) "12"
$value[0]['page_rank']
page_parent => string (2) "40"
$value[0]['page_parent']
page_featured => string (7) "checked"
$value[0]['page_featured']
page_featured_rank => string (1) "0"
$value[0]['page_featured_rank']
user_id => string (2) "21"
$value[0]['user_id']
created => string (10) "1296599411"
$value[0]['created']
2011-02-01 22:30:11 UTC
changed => string (10) "1304023046"
$value[0]['changed']
2011-04-28 20:37:26 UTC
page_keywords => string (0) ""
$value[0]['page_keywords']
media_id => null
$value[0]['media_id']
media_filename => null
$value[0]['media_filename']
media_large => null
$value[0]['media_large']
media_preview => null
$value[0]['media_preview']
media_small => null
$value[0]['media_small']
media_thumb => null
$value[0]['media_thumb']
media_filepath => null
$value[0]['media_filepath']
media_type => null
$value[0]['media_type']
media_caption => null
$value[0]['media_caption']
media_orientation => null
$value[0]['media_orientation']
media_original => null
$value[0]['media_original']
filesize => null
$value[0]['filesize']
status => null
$value[0]['status']
created_by => null
$value[0]['created_by']
media_public => null
$value[0]['media_public']
timestamp => null
$value[0]['timestamp']
origname => null
$value[0]['origname']
event
$value array (1)
0 => array (21)
$value[0]
program_id => string (5) "12678"
$value[0]['program_id']
vid => string (5) "48140"
$value[0]['vid']
program_type => string (5) "event"
$value[0]['program_type']
program_title => string (24) "Ry Rocklen: Office Party"
$value[0]['program_title']
program_slug => string (23) "ry-rocklen-office-party"
$value[0]['program_slug']
program_desc => UTF-8 string (1348) "Join us at Jones Day, Clocktower's midtown office, for a celebration of <str...
$value[0]['program_desc']
Join us at Jones Day, Clocktower's midtown office, for a celebration of  <strong><a href= "http://clocktower.org/person/ry-rocklen"> Ry Rocklen's</a></strong> site-specific installation from his <em>Trophy Modern</em> series. Begun in 2013, the series consists of assemblages of mass-produced trophies, arranged to recreate iconic American objects and garner aesthetic appeal through a combination of clean, modernist lines with cheap, garish components. The name of the series acknowledges the work of modernist designers such as Frank Lloyd Wright and Le Corbusier, who have inspired Rocklen.

Contrasting the organization’s history as an alternative art space with the surreal setting of a modern, 22nd floor corporate office, Rocklen’s installation serves as a functioning work space, with the oversized desk, chair, and lamp playing on both the elegance and excess of classic Americana.

Rocklen is represented by Thomas Solomon Gallery in Los Angeles, Untitled in New York, and Praz-Delavallade in Paris. His work has been shown nationally and internationally, including in the Made in LA biennial at the Hammer Museum and the 2008 Whitney Biennial. The artist has also participated in exhibitions at LAX ART, Los Angeles Municipal Art Gallery, BERNIER/ELIADES, PS1 Contemporary Art Center, Venice Beach Biennial, and Art Basel Miami.
program_content => UTF-8 string (1348) "Join us at Jones Day, Clocktower's midtown office, for a celebration of <str...
$value[0]['program_content']
Join us at Jones Day, Clocktower's midtown office, for a celebration of  <strong><a href= "http://clocktower.org/person/ry-rocklen"> Ry Rocklen's</a></strong> site-specific installation from his <em>Trophy Modern</em> series. Begun in 2013, the series consists of assemblages of mass-produced trophies, arranged to recreate iconic American objects and garner aesthetic appeal through a combination of clean, modernist lines with cheap, garish components. The name of the series acknowledges the work of modernist designers such as Frank Lloyd Wright and Le Corbusier, who have inspired Rocklen.

Contrasting the organization’s history as an alternative art space with the surreal setting of a modern, 22nd floor corporate office, Rocklen’s installation serves as a functioning work space, with the oversized desk, chair, and lamp playing on both the elegance and excess of classic Americana.

Rocklen is represented by Thomas Solomon Gallery in Los Angeles, Untitled in New York, and Praz-Delavallade in Paris. His work has been shown nationally and internationally, including in the Made in LA biennial at the Hammer Museum and the 2008 Whitney Biennial. The artist has also participated in exhibitions at LAX ART, Los Angeles Municipal Art Gallery, BERNIER/ELIADES, PS1 Contemporary Art Center, Venice Beach Biennial, and Art Basel Miami.
program_start_date => string (19) "2015-09-09 22:30:00"
$value[0]['program_start_date']
program_end_date => string (19) "2015-09-10 02:00:00"
$value[0]['program_end_date']
program_time => null
$value[0]['program_time']
program_audio => null
$value[0]['program_audio']
program_venue => null
$value[0]['program_venue']
program_pricing => null
$value[0]['program_pricing']
program_ticket_link => null
$value[0]['program_ticket_link']
program_mainpic => string (5) "25486"
$value[0]['program_mainpic']
program_featured => null
$value[0]['program_featured']
program_featured_rank => null
$value[0]['program_featured_rank']
program_public => string (7) "checked"
$value[0]['program_public']
edited_by => string (2) "27"
$value[0]['edited_by']
created_date => string (10) "1434045373"
$value[0]['created_date']
2015-06-11 17:56:13 UTC
updated_date => string (10) "1440179945"
$value[0]['updated_date']
2015-08-21 17:59:05 UTC
related
$value array (1)
0 => array (49)
$value[0]
p2p_id => string (4) "2333"
$value[0]['p2p_id']
vid => string (5) "45556"
$value[0]['vid']
p1_id => string (5) "12678"
$value[0]['p1_id']
p2_id => string (5) "12317"
$value[0]['p2_id']
p2p_rank => string (1) "0"
$value[0]['p2p_rank']
program_id => string (5) "12317"
$value[0]['program_id']
program_type => string (4) "show"
$value[0]['program_type']
program_title => string (10) "Ry Rocklen"
$value[0]['program_title']
program_slug => string (10) "ry-rocklen"
$value[0]['program_slug']
program_desc => UTF-8 string (1398) "<strong>Alanna Heiss</strong> and <strong>Joe Ahearn</strong> sit down with ...
$value[0]['program_desc']
<strong>Alanna Heiss</strong> and <strong>Joe Ahearn</strong> sit down with L.A. artist <strong>Ry Rocklen</strong> the day after his April 2014 opening at <strong>Untitled Gallery</strong> on the Lower East Side of Manhattan and discuss his work, process, obsessions, music, and how he got his name. Hear Rocklen describe the creation of his cast ceramic articles of clothing, his furniture line called <strong>Trophy Modern</strong>, his relationship to the L.A. music and performance scene and specially with <strong>Bouquet</strong>, the band of his partner Carolyn Pennypacker Riggs, and how he got involved with <strong>Peter Norton</strong>'s famous Christmas edition.

From the gallery release: 
<em>Constant in Rocklen’s practice is the paradoxical relationship between the familiar objects he selects and their distinguished treatments. Their subsequent ascension to dignity through porcelain casting, bronze plating, hand tiling and other mediums prive to timelessness most often transform easily destructed objects into durable monuments. In doing so, the treatments elevate the objects on display as well as evade particular, personal, distinctions. In casting the entirety of his own wardrobe, Rocklen has altered what was once his favorite collared shirt into the archetype of every three buttoned polo. What remains is the personal referent without the personal affect.</em>

program_content => UTF-8 string (2076) "<strong>Alanna Heiss</strong> and <strong>Joe Ahearn</strong> sit down with ...
$value[0]['program_content']
<strong>Alanna Heiss</strong> and <strong>Joe Ahearn</strong> sit down with L.A. artist <strong>Ry Rocklen</strong> the day after his April 2014 opening at <strong>Untitled Gallery</strong> on the Lower East Side of Manhattan and discuss his work, process, obsessions, music, and how he got his name. Hear Rocklen describe the creation of his cast ceramic articles of clothing, his furniture line called <strong>Trophy Modern</strong>, his relationship to the L.A. music and performance scene and specially with <strong>Bouquet</strong>, the band of his partner Carolyn Pennypacker Riggs, and how he got involved with <strong>Peter Norton</strong>'s famous Christmas edition.

From the gallery release: 
<em>Constant in Rocklen’s practice is the paradoxical relationship between the familiar objects he selects and their distinguished treatments. Their subsequent ascension to dignity through porcelain casting, bronze plating, hand tiling and other mediums prive to timelessness most often transform easily destructed objects into durable monuments. In doing so, the treatments elevate the objects on display as well as evade particular, personal, distinctions. In casting the entirety of his own wardrobe, Rocklen has altered what was once his favorite collared shirt into the archetype of every three buttoned polo. What remains is the personal referent without the personal affect.</em>

<strong>Ry Rocklen</strong> was born in 1978 in Los Angeles, where he lives and works. His recent solo exhibitions include A Living at Praz Delavallade, Paris, France (2014), Believe You Me at UNTITLED, New York, NY (2011), ZZZ at the Visual Arts Center, The University of Texas at Austin, TX (2010), House of Return at Parker Jones, Los Angeles, CA (2009), Good Grief at Bernier/Eliades, Athens, Greece (2009) and Time After Time at Baronian Francey, Brussels, Belgium (2009). His work has been included in group exhibitions in institutions that include the Hammer Museum in Los Angeles, MoMA PS1 in New York and the Whitney Museum (for the 2008 Whitney Biennial) in New York.
program_start_date => string (19) "2014-11-24 00:00:00"
$value[0]['program_start_date']
program_end_date => string (19) "2014-11-24 00:00:00"
$value[0]['program_end_date']
program_time => null
$value[0]['program_time']
program_audio => null
$value[0]['program_audio']
program_venue => null
$value[0]['program_venue']
program_pricing => null
$value[0]['program_pricing']
program_ticket_link => null
$value[0]['program_ticket_link']
program_mainpic => string (5) "24154"
$value[0]['program_mainpic']
program_featured => null
$value[0]['program_featured']
program_featured_rank => null
$value[0]['program_featured_rank']
program_public => string (7) "checked"
$value[0]['program_public']
edited_by => string (2) "15"
$value[0]['edited_by']
created_date => string (10) "1416427139"
$value[0]['created_date']
2014-11-19 19:58:59 UTC
updated_date => string (10) "1416609756"
$value[0]['updated_date']
2014-11-21 22:42:36 UTC
m2c_id => string (5) "43465"
$value[0]['m2c_id']
media_id => string (5) "24154"
$value[0]['media_id']
person_id => null
$value[0]['person_id']
partner_id => null
$value[0]['partner_id']
page_id => null
$value[0]['page_id']
field_image_list => string (1) "1"
$value[0]['field_image_list']
field_image_data => string (342) "a:13:{s:11:"description";s:29:"Ry Rocklen, The Queen's Reign";s:3:"fid";s:5:...
$value[0]['field_image_data']
a:13:{s:11:"description";s:29:"Ry Rocklen, The Queen's Reign";s:3:"fid";s:5:"24154";s:5:"width";i:995;s:6:"height";i:1493;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
media_rank => string (1) "3"
$value[0]['media_rank']
media_filename => string (14) "node-image.jpg"
$value[0]['media_filename']
media_large => null
$value[0]['media_large']
media_preview => null
$value[0]['media_preview']
media_small => null
$value[0]['media_small']
media_thumb => null
$value[0]['media_thumb']
media_filepath => string (25) "show/12317/node-image.jpg"
$value[0]['media_filepath']
media_type => string (5) "photo"
$value[0]['media_type']
media_caption => string (342) "a:13:{s:11:"description";s:29:"Ry Rocklen, The Queen's Reign";s:3:"fid";s:5:...
$value[0]['media_caption']
a:13:{s:11:"description";s:29:"Ry Rocklen, The Queen's Reign";s:3:"fid";s:5:"24154";s:5:"width";i:995;s:6:"height";i:1493;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
media_orientation => null
$value[0]['media_orientation']
media_original => null
$value[0]['media_original']
filesize => string (7) "1320395"
$value[0]['filesize']
status => string (1) "1"
$value[0]['status']
created_by => string (2) "15"
$value[0]['created_by']
media_public => string (7) "checked"
$value[0]['media_public']
timestamp => string (10) "1434045372"
$value[0]['timestamp']
2015-06-11 17:56:12 UTC
origname => string (31) "ry-rocklen_the-queens-reign.jpg"
$value[0]['origname']
gallery
$value array (3)
  • Table (3)
  • Contents (3)
  • m2c_idmedia_idprogram_idperson_idpartner_idpage_idvidfield_image_listfield_image_datamedia_rankmedia_filenamemedia_largemedia_previewmedia_smallmedia_thumbmedia_filepathmedia_typemedia_captionmedia_orientationmedia_originalfilesizestatuscreated_bymedia_publictimestamporigname
    0500652548312678nullnullnull481401a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"widt...0node-image.jpgnullnullnullnullevent/12678/node-image.jpgphotoa:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"widt...nullnull48587127checked1440179944node-image_0.jpg
    1479452548512678nullnullnull481401a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"widt...1node-image.jpgnullnullnullnullevent/12678/node-image_0.jpgphotoa:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"widt...nullnull64822127checked1440179944node-image_1.jpg
    2476992548612678nullnullnull481401a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"widt...2node-image.jpgnullnullnullnullevent/12678/node-image_1.jpgphotoa:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"widt...nullnull41893127checked1440179944node-image_2.jpg
  • 0 => array (26)
    $value[0]
    m2c_id => string (5) "50065"
    $value[0]['m2c_id']
    media_id => string (5) "25483"
    $value[0]['media_id']
    program_id => string (5) "12678"
    $value[0]['program_id']
    person_id => null
    $value[0]['person_id']
    partner_id => null
    $value[0]['partner_id']
    page_id => null
    $value[0]['page_id']
    vid => string (5) "48140"
    $value[0]['vid']
    field_image_list => string (1) "1"
    $value[0]['field_image_list']
    field_image_data => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"wid...
    $value[0]['field_image_data']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"width";i:700;s:6:"height";i:456;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_rank => string (1) "0"
    $value[0]['media_rank']
    media_filename => string (14) "node-image.jpg"
    $value[0]['media_filename']
    media_large => null
    $value[0]['media_large']
    media_preview => null
    $value[0]['media_preview']
    media_small => null
    $value[0]['media_small']
    media_thumb => null
    $value[0]['media_thumb']
    media_filepath => string (26) "event/12678/node-image.jpg"
    $value[0]['media_filepath']
    media_type => string (5) "photo"
    $value[0]['media_type']
    media_caption => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"wid...
    $value[0]['media_caption']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25483";s:5:"width";i:700;s:6:"height";i:456;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_orientation => null
    $value[0]['media_orientation']
    media_original => null
    $value[0]['media_original']
    filesize => string (5) "48587"
    $value[0]['filesize']
    status => string (1) "1"
    $value[0]['status']
    created_by => string (2) "27"
    $value[0]['created_by']
    media_public => string (7) "checked"
    $value[0]['media_public']
    timestamp => string (10) "1440179944"
    $value[0]['timestamp']
    2015-08-21 17:59:04 UTC
    origname => string (16) "node-image_0.jpg"
    $value[0]['origname']
    1 => array (26)
    $value[1]
    m2c_id => string (5) "47945"
    $value[1]['m2c_id']
    media_id => string (5) "25485"
    $value[1]['media_id']
    program_id => string (5) "12678"
    $value[1]['program_id']
    person_id => null
    $value[1]['person_id']
    partner_id => null
    $value[1]['partner_id']
    page_id => null
    $value[1]['page_id']
    vid => string (5) "48140"
    $value[1]['vid']
    field_image_list => string (1) "1"
    $value[1]['field_image_list']
    field_image_data => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"wid...
    $value[1]['field_image_data']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"width";i:700;s:6:"height";i:468;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_rank => string (1) "1"
    $value[1]['media_rank']
    media_filename => string (14) "node-image.jpg"
    $value[1]['media_filename']
    media_large => null
    $value[1]['media_large']
    media_preview => null
    $value[1]['media_preview']
    media_small => null
    $value[1]['media_small']
    media_thumb => null
    $value[1]['media_thumb']
    media_filepath => string (28) "event/12678/node-image_0.jpg"
    $value[1]['media_filepath']
    media_type => string (5) "photo"
    $value[1]['media_type']
    media_caption => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"wid...
    $value[1]['media_caption']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25485";s:5:"width";i:700;s:6:"height";i:468;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_orientation => null
    $value[1]['media_orientation']
    media_original => null
    $value[1]['media_original']
    filesize => string (5) "64822"
    $value[1]['filesize']
    status => string (1) "1"
    $value[1]['status']
    created_by => string (2) "27"
    $value[1]['created_by']
    media_public => string (7) "checked"
    $value[1]['media_public']
    timestamp => string (10) "1440179944"
    $value[1]['timestamp']
    2015-08-21 17:59:04 UTC
    origname => string (16) "node-image_1.jpg"
    $value[1]['origname']
    2 => array (26)
    $value[2]
    m2c_id => string (5) "47699"
    $value[2]['m2c_id']
    media_id => string (5) "25486"
    $value[2]['media_id']
    program_id => string (5) "12678"
    $value[2]['program_id']
    person_id => null
    $value[2]['person_id']
    partner_id => null
    $value[2]['partner_id']
    page_id => null
    $value[2]['page_id']
    vid => string (5) "48140"
    $value[2]['vid']
    field_image_list => string (1) "1"
    $value[2]['field_image_list']
    field_image_data => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"wid...
    $value[2]['field_image_data']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"width";i:380;s:6:"height";i:550;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_rank => string (1) "2"
    $value[2]['media_rank']
    media_filename => string (14) "node-image.jpg"
    $value[2]['media_filename']
    media_large => null
    $value[2]['media_large']
    media_preview => null
    $value[2]['media_preview']
    media_small => null
    $value[2]['media_small']
    media_thumb => null
    $value[2]['media_thumb']
    media_filepath => string (28) "event/12678/node-image_1.jpg"
    $value[2]['media_filepath']
    media_type => string (5) "photo"
    $value[2]['media_type']
    media_caption => string (325) "a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"wid...
    $value[2]['media_caption']
    a:13:{s:11:"description";s:13:"Trophy Modern";s:3:"fid";s:5:"25486";s:5:"width";i:380;s:6:"height";i:550;s:8:"duration";i:0;s:12:"audio_format";s:0:"";s:17:"audio_sample_rate";i:0;s:18:"audio_channel_mode";s:0:"";s:13:"audio_bitrate";i:0;s:18:"audio_bitrate_mode";s:0:"";s:4:"tags";a:0:{}s:3:"alt";s:0:"";s:5:"title";s:0:"";}
    
    media_orientation => null
    $value[2]['media_orientation']
    media_original => null
    $value[2]['media_original']
    filesize => string (5) "41893"
    $value[2]['filesize']
    status => string (1) "1"
    $value[2]['status']
    created_by => string (2) "27"
    $value[2]['created_by']
    media_public => string (7) "checked"
    $value[2]['media_public']
    timestamp => string (10) "1440179944"
    $value[2]['timestamp']
    2015-08-21 17:59:04 UTC
    origname => string (16) "node-image_2.jpg"
    $value[2]['origname']

Session User Data

Session doesn't seem to be active.

Request ( HTTPS/2.0 )

$_GET

text Check out Ry Rocklen: Office Party @Clocktower-NYC

Headers

Connection close
Host clocktower.org
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

Cache-Control no-store, max-age=0, no-cache
Content-Type text/html; charset=UTF-8

System Configuration

Read the CodeIgniter docs...

CodeIgniter Version: 4.4.6
PHP Version: 8.2.26
PHP SAPI: cgi-fcgi
Environment: development
Base URL: https://clocktower.org/
Timezone: UTC
Locale: en
Content Security Policy Enabled: No