
100BestFirstLinesfromNovels1.CallmeIshmael.—HermanMelville,Moby-Dick(1851)2.Itisatruthuniversallyacknowledged,thatasinglemaninpossessionofagoodfortune,mustbeinwantofawife.—JaneAusten,PrideandPrejudice(1813)3.Ascreamingcomesacrossthesky.—ThomasPynchon,Gravity'sRainbow(1973)4.Manyyearslater,ashefacedthefiringsquad,ColonelAurelianoBuendíawastoremembert...
Ham也是一款轻量级的路由框架,但是它利用缓存甚至获得了更快的速度。它通过把任何I/O相关的东西缓存进XCache/APC。下面是一个例子:require'../ham/ham.php';$app=newHam('example');$app->config_from_file('settings.php');$app->route('/pork',function($app){return"Deliciouspork.";});$hello=function($app,$name='world'){return$app->render('hello.html',array('name'=>$name));};$app-...