Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active August 16, 2020 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kodetop/b6396ca4a0ef072fef9e08b0856afc36 to your computer and use it in GitHub Desktop.
Save kodetop/b6396ca4a0ef072fef9e08b0856afc36 to your computer and use it in GitHub Desktop.
Code Style: Ejemplo de usando PSR-1
<?php
require 'Kodetop/UserProfile.php';
use Kodetop\UserProfile;
$user = new UserProfile();
echo 'Hello ' . $user->getName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment