Skip to content

Instantly share code, notes, and snippets.

@phpengine
phpengine / examples inclluded, working and not working
Last active February 12, 2019 20:30
PHP Desktop Headers too Big issue
Images included
Here it is...
<?php
Namespace Core;
class BootStrap {
private static $exitCode ;
public static function setExitCode($exitCode){
self::$exitCode = $exitCode ;
<?php
Namespace Core;
class Router {
private $bootstrapParams;
private $route;
private $availableRoutes = array() ;
# ZendCon CFP: Infrastructure as PHP Code
## Motivation: Why do we care about the problem and the results?
DevOps, Automation and Infrastructure as Code are principles that have
been widely accepted across the software development industry as the
most efficient way for us to deliver products.
@phpengine
phpengine / zendcon_cfp_ReplacingJavascriptCodeWithPHPInBrowser
Last active April 12, 2017 00:45
Replacing Javascript with PHP in Browser
# ZendCon CFP: Replacing Javascript code with PHP in Browser
## Also, I'll need to send it in by the 14th of April - thanks
## Motivation: Why do we care about the problem and the results?
We are all PHP Developers. Javascript is a dependency, that most PHP
developers