This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_type=1); | |
namespace Pentagonal\Gist\Task\Abstracts; | |
use Pentagonal\Gist\Task\Interfaces\TaskInterface; | |
use InvalidArgumentException; | |
/** | |
* class TaskAbstract |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Pentagonal | |
# Ubuntu (Based) Php, Nginx, MariaDB Installer | |
# youtube: https://www.youtube.com/pentagonalOrg | |
# email: [email protected] | |
# | |
isDefaultOk=false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Pentagonal\FollowComposerLoader; | |
use InvalidArgumentException; | |
use Composer\Autoload\ClassLoader; | |
/** | |
* Class ComposerLoaderPSR4 | |
* | |
* Using @uses ClassLoader that make Load Class With Easy Way |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* XML EXAMPLE FOR RETURNING GET REAL DATA VALUE | |
* This for Tricky XML Return Data | |
* if got invalid attribute will be use tag as | |
* <tag key="key name of tag" type="type value"></tag> | |
* | |
// SET DATA | |
[ | |
'Array1' => [ # array |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* prototype of Builder & Extending Doctrine DBAL | |
* please see { @link https://github.com/PentagonalProject/ProjectSeventh/tree/development } | |
*/ | |
use Doctrine\DBAL\DriverManager; | |
/** | |
* List Scheme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this file, | |
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
"use strict"; | |
/* | |
* thirty-two | |
* https://github.com/chrisumbel/thirty-two | |
* |