CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 05 Sep 2025 03:58:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090117073958
location: https://web.archive.org/web/20090117073958/https://github.com/xdev/brickhouse/tree/master
server-timing: captures_list;dur=3.641944, exclusion.robots;dur=0.025835, exclusion.robots.policy;dur=0.012767, esindex;dur=0.015028, cdx.remote;dur=71.165696, LoadShardBlock;dur=229.526900, PetaboxLoader3.datanode;dur=112.974506, PetaboxLoader3.resolve;dur=28.580736
x-app-server: wwwb-app219
x-ts: 302
x-tr: 407
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 05 Sep 2025 03:58:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 17 Jan 2009 07:39:58 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7BzoOcmV0dXJuX3RvIhwvaW5zaWRlcnBhZ2VzL2ZvbGxvd2VycyIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--a0b9ef63fab7cf8b63865f5f52c7a00f27e2af19; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 212ms
x-archive-orig-etag: "05685ba94b64cca6922ce5d30638d8be"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 16890
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 17 Jan 2009 07:39:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 17 Jan 2009 07:39:58 GMT", ; rel="memento"; datetime="Sat, 17 Jan 2009 07:39:58 GMT", ; rel="next memento"; datetime="Fri, 30 Jan 2009 07:08:09 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:47:43 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 50_7_20090117021059_crawl104-c/50_7_20090117073755_crawl103.arc.gz
server-timing: captures_list;dur=0.624046, exclusion.robots;dur=0.022288, exclusion.robots.policy;dur=0.009969, esindex;dur=0.011686, cdx.remote;dur=37.610162, LoadShardBlock;dur=70.820160, PetaboxLoader3.datanode;dur=107.559375, load_resource;dur=139.773469, PetaboxLoader3.resolve;dur=71.857784
x-app-server: wwwb-app219
x-ts: 200
x-tr: 300
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
xdev's brickhouse at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Yet another PHP MVC framework |
Clone URL: |
git://github.com/xdev/brickhouse.git
Give this clone URL to anyone.
git clone git://github.com/xdev/brickhouse.git
|
name | age | message | |
---|---|---|---|
![]() |
Controller.php | Fri Dec 12 17:40:46 -0800 2008 | In render() check if content['main'] is set. [charlesmastin] |
![]() |
ControllerFront.php | Fri Nov 21 10:44:47 -0800 2008 | change getRoute to private findRoute [charlesmastin] |
![]() |
ErrorHandler.php | Fri Sep 19 17:58:47 -0700 2008 | Update ErrorHandler - output real html [charlesmastin] |
![]() |
Model.php | Thu Oct 02 11:10:17 -0700 2008 | Update - don't load route into model upon const... [charlesmastin] |
![]() |
README | Thu Sep 18 14:13:43 -0700 2008 | Update README with filesystem and index.php ins... [joshuarudd] |
![]() |
_example_app/ | Mon Dec 15 12:02:11 -0800 2008 | Oh yeah, and update example bootstrap to call _... [joshuarudd] |
![]() |
plugins/ | Wed Sep 17 11:24:55 -0700 2008 | Initial setup of example structure and core cla... [joshuarudd] |
Brickhouse is yet another PHP MVC framework, built by Brick Design for our clients and made available to you! We're still wrapping this up for a general 1.0 release, so stay tuned. == Setup Instructions == === Example Filesystem == document_root/ .htaccess (sample .htaccess included in README) app/ (copy from 'Blackbird/_example_app' for quick startup) bootstrap.php config/ controllers/ models/ plugins/ views/ index.php (sample index.php included in README) lib/ Bobolink/ Brickhouse/ === Example .htaccess === <<<< <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Remove trailing slashes for dynamic pages RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)/$ $1 [L,R] # Prevent HTTP access to protected directories RewriteRule ^(.*)\.svn/(.*)$ . [F] RewriteRule ^(.*)\.git/(.*)$ . [F] RewriteRule ^app$ . [F] RewriteRule ^lib$ . [F] # Redirect all dynamic requests to index.php file RewriteCond %{REQUEST_FILENAME} !favicon\.ico RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L,QSA] </IfModule> >>>> === Example index.php === <<<< <?php // Path to application's bootstrap.php file include 'app/bootstrap.php'; >>>>
This feature is coming soon. Sit tight!