Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you
| #!/bin/bash | |
| # Thanks goes to @pete-otaqui for the initial gist: | |
| # https://gist.github.com/pete-otaqui/4188238 | |
| # | |
| # Original version modified by Marek Suscak | |
| # | |
| # works with a file called VERSION in the current directory, | |
| # the contents of which should be a semantic version number | |
| # such as "1.2.3" or even "1.2.3-beta+001.ab" |
Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you
| <?php | |
| namespace Std\AppBundle\Command; | |
| use Symfony\Component\Filesystem\Filesystem; | |
| use Symfony\Component\Console\Style\SymfonyStyle; | |
| use Symfony\Component\Console\Command\Command; | |
| use Symfony\Component\Console\Input\InputInterface; | |
| use Symfony\Component\Console\Output\OutputInterface; |
| javascript | |
| ES6ValidationInspection | |
| JSAccessibilityCheckInspection | |
| JSBitwiseOperatorUsageInspection | |
| JSCheckFunctionSignaturesInspection | |
| JSClosureCompilerSyntaxInspection | |
| JSCommentMatchesSignatureInspection | |
| JSComparisonWithNaNInspection | |
| JSConsecutiveCommasInArrayLiteralInspection |
| <?php | |
| class BASE_Model extends CI_Model | |
| { | |
| /** | |
| * inject_class - load class using dependency injection | |
| * | |
| * @access public | |
| * @param string $path | |
| * @param string $class | |
| * @param string $func |