Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* @author Antoine Hedgecock
*/
/**
* @namespace
*/
namespace Application;
use Zend\Acl\Acl,
<?php
echo $this->navigation('default-navigation')
->menu()
->setPartial('default/navigation/sub_menu')
->render(
null,
array(
'indent' => 4,
'ulClass' => '',
'minDepth' => 1,
<?php
/**
* @param string $name
* @param string $description
* @param string $email
* @param array $variables
*
* @return boolean
*/
public function send($name, $description, $email, array $variables = array())
array (size=1)
'article' =>
array (size=7)
'company' =>
array (size=11)
'contact_name' => string 'string' (length=6)
'contact_phone' => string 'string' (length=6)
'contact_email' => string 'string' (length=6)
'organisation_number' => string 'string' (length=6)
'name' => string 'string' (length=6)
(function($) {
$.widget('mcn.tagGeographicalArea', {
options: {
apiUrl: 'api/geographical-area/municipality/auto-complete'
},
tags: {
<?php
/**
* @author Antoine Hedgecock
*/
/**
* @namespace
*/
namespace Application;
use Zend\Permissions\Acl\Acl,
<?php
/**
* @author Jonas Eriksson <[email protected]>
* @author Antoine Hedgecock <[email protected]>
*/
/**
*
*/
namespace Article\Form\Admin;
<?php
/**
* @author Jonas Eriksson <[email protected]>
* @author Antoine Hedgecock <[email protected]>
*/
/**
* @namespace
*/
namespace Article\Form\Fieldsets;
<?php
/**
* @author Antoine Hedgecock <[email protected]>
*/
/**
* @namespace
*/
namespace Article\Form\Fieldsets;
use Zend\Form\Fieldset,
{
"name": "PMG Repository",
"homepage": "http://packages.intra-server.pmg.se",
"require-all": true,
"repositories": [
{
"type": "package",
"package": {
"name": "mcn/article",