Skip to content

Instantly share code, notes, and snippets.

View JiNexus's full-sized avatar
One does not simply code w/o developing antisocial behavior & caffeine addiction

Jimvirle Calago JiNexus

One does not simply code w/o developing antisocial behavior & caffeine addiction
View GitHub Profile
@JiNexus
JiNexus / .gitignore
Created December 3, 2019 09:13 — forked from Ocramius/.gitignore
`Zend\EventManager` examples
vendor
composer.lock
@JiNexus
JiNexus / User.php
Last active April 8, 2019 01:38
Doctrine Unidirectional Association Sample 2
<?php
namespace System\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Class User
* @package System\Entity
* @ORM\Entity()
@JiNexus
JiNexus / User.php
Last active April 8, 2019 01:38
Doctrine Unidirectional Association Sample 1
<?php
namespace System\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Class User
* @package System\Entity
* @ORM\Entity()
@JiNexus
JiNexus / Module.php
Last active July 24, 2016 18:33
Unable to resolve service "Zend\ServiceManager\ServiceLocatorInterface" to a factory; are you certain you provided it during configuration?
<?php
/**
* @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace Application;
// use Zend\Mvc\ModuleRouteListener;
@JiNexus
JiNexus / Create layout for each module in ZF2
Last active June 17, 2016 06:07
Create layout for each module in ZF2
We couldn’t find that file to show.
We couldn’t find that file to show.