2008-07-29から1日間の記事一覧

PHPのエクステンションがC++でほげほげ

php

Boost.PHP is a set of macros and C++ classes that wrap around common Zend Engine structs that allow you to create a PHP extension in C++, in a very efficient way. php.internals: Introducing Boost.PHP - PHP Extensions in C++, in a minute 日…

attr_internal_accessor

Railsのアクション内で、そういえばrequestやparamsとかってどうやってアクセスしてるのだろうと気になったので調べてみました。とりあえずActionController::Baseを調べてるとassign_shortcuts(request, response)というメソッドを発見。 def assign_shortc…