Skip to content

Instantly share code, notes, and snippets.

View chrisarusso's full-sized avatar

Chris Russo chrisarusso

View GitHub Profile
object(stdClass)#218 (33) {
["uid"]=>
string(1) "1"
["name"]=>
string(8) "ecpadmin"
["pass"]=>
string(55) "$S$Dg/hguvBjn41ny5o9BilzseEhiz6NNV5/pjWSuVdCxp2wpeuxN1q"
["mail"]=>
string(28) "[email protected]"
["theme"]=>
From the sweaty jungles of Gamboa, to the picturesque white sand beaches of San Blas, to the fertile and culturally dense highlands of Boquete, Panama revealed to me beauty (maybe different word/phrase) around every corner (behind every shutter… or some camera-y term). This collection features some pieces I've shown in former fine art shows, as well as more that I'm unveiling for the first time! I hope you are as captivated by the rich heritage and stunning landscapes as I was by the world's best coffee (and I don't even drink coffee!) on my first photographic trip to Central America.
<?php
$or = db_or();
$or->condition('n.type', 'doctor');
$or->condition('n.type', 'practice');
$and = db_and();
$and->condition('n.nid', '532', '<');