-
これ欲しい http://dunkel.halfmoon.jp/kancolle/
-
I had asked for building by monaca, app can be built successfully without "googlemaps-ios-sdk-for-phonegap.zip", is that necessary?
when I Import the ”googlemaps-ios-sdk-for-phonegap.zip” into monaca…
-
```
class Thread extends ActiveRecord\Model {
static $has_many = array(array("posts"));
}
```
$thread->build_post() returns an error, because the association is "posts", but it is confusing t…
-
in Model.php:update(), $dirty is getting set first, then the callbacks are run, and then it only updates the columns in $dirty. since the callback set in Table.php to run set_timestamps() will add up…