php-activerecord icon indicating copy to clipboard operation
php-activerecord copied to clipboard

allowing camelCase method calls

Open pine3ree opened this issue 11 years ago • 4 comments

As in

$posts = Post::findAllByCategory('music');
//..
$user = \models\User::findByEmail('[email protected]');
//..
echo $post->toJSON();

pine3ree avatar Aug 20 '14 14:08 pine3ree