芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/system/Models/Hook.php
setMethod('where', $modelClass, $whereParams); $command->setMethod('firstWhere', $modelClass, $whereParams); $whereInParams = ['string $column', 'mixed $values', 'string $boolean = \'and\'', 'bool $not = false']; $command->setMethod('whereIn', $modelClass, $whereInParams); $command->setMethod('find', $modelClass, ['int|string $id', 'array|string $columns = [\'*\']']); $command->setMethod('findOrFail', $modelClass, ['int|string $id', 'mixed $id', 'Closure|array|string $columns = [\'*\']', 'Closure $callback = null']); $command->setMethod('first', $modelClass, ['array|string $columns = [\'*\']']); $command->setMethod('count', 'int', ['string $columns = \'*\'']); } }