Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 154 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 154 Bytes

facades

Make the Facades for Laravel lovers

<?php
DB::get_var("SELECT COUNT(ID) FROM " . DB::get_table('posts') . " WHERE post_type='post'");