Problem I’ve been using PHP labels in my Controllers for code folding. PHP labels are actually used with goto statements. […]
Tag: slim
Restful resource with pagination and additional mapping
Problem I have this script that i use to get all clients with their events, main thing here is that […]
Form validation for user account creation
Problem What would be a cleaner way to write the following? // Check if add user was attempted if ($params[‘submit’]) […]