This file contains 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
#!/usr/bin/env php | |
<?php | |
/** | |
* composer init && composer require cakephp/utility:^3.8 | |
* | |
* Try < PHP 5.6: ./genuuid4.php 65536 | sort | uniq -d | |
*/ | |
require 'vendor/autoload.php'; | |
use Cake\Utility\Text; |
This file contains 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 | |
/** | |
* @author Benjamin Lazarecki <[email protected]> | |
* Date: 07/06/12 | |
*/ | |
namespace Widop\Mink\Extension; | |
trait PopupDictionary |
This file contains 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 | |
/** | |
* | |
* AppEmailComponent (for Japanese) | |
* | |
* Copyright 2010, nojimage (http://php-tips.com/) | |
* | |
* Licensed under The MIT License | |
* Redistributions of files must retain the above copyright notice. | |
* |
This file contains 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 | |
class SeriController extends AppController { | |
var $uses = array(); | |
function index() { | |
/* | |
$x=new App(); | |
$x->__cache=1; | |
$x->__map=array("Core" => array("Router" |