Skip to content

Instantly share code, notes, and snippets.

@gumacahin
Created July 15, 2012 01:28
Show Gist options
  • Save gumacahin/3114303 to your computer and use it in GitHub Desktop.
Save gumacahin/3114303 to your computer and use it in GitHub Desktop.
application/modules/Car/settings/manifest.php
<?php return array (
'package' =>
array (
'type' => 'module',
'name' => 'car',
'version' => '4.0.0',
'path' => 'application/modules/Car',
'title' => 'Car',
'description' => 'Car',
'author' => 'http://social-engine-tutorials.blogspot.com/',
'callback' =>
array (
'class' => 'Engine_Package_Installer_Module',
),
'actions' =>
array (
0 => 'install',
1 => 'upgrade',
2 => 'refresh',
3 => 'enable',
4 => 'disable',
),
'directories' =>
array (
0 => 'application/modules/Car',
),
'files' =>
array (
0 => 'application/languages/en/car.csv',
),
),
'items' => array(
'car_car'
),
); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment