Skip to content

Instantly share code, notes, and snippets.

View santiagobazanb's full-sized avatar
🧑‍💻
Working Remotely

Santiago Bazan santiagobazanb

🧑‍💻
Working Remotely
View GitHub Profile
@santiagobazanb
santiagobazanb / SampleFile.php
Created November 25, 2019 20:43
Sample PHP Code for Job Application
<?php
/**
* Function that is in charge of rendering contents to the screen. It's a function that gets called automatically by other
* PHP files looking for the specific keyword in the function render. It can usually accept any parameters that we might wanna pass to the
* function.
*
* @return string
*/