This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"]=> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$or = db_or(); | |
$or->condition('n.type', 'doctor'); | |
$or->condition('n.type', 'practice'); | |
$and = db_and(); | |
$and->condition('n.nid', '532', '<'); |
NewerOlder