Following Uncle Bob\'s avice in Clean Code, I\'d like to have no SQL in my PHP code. Presently I\'m making use of Prepared Statements and I\'ve factored my database access c
If you're simply looking to separate the SQL, why not use Stored Procedures?