Skip to content

Instantly share code, notes, and snippets.

@Philosoft
Created December 16, 2015 05:49
Show Gist options
  • Save Philosoft/925b2c7fdb3446d24090 to your computer and use it in GitHub Desktop.
Save Philosoft/925b2c7fdb3446d24090 to your computer and use it in GitHub Desktop.
Default aliases for dotplant2
<?php
/*
* ! WARNING !
*
* This file is auto-generated.
* Please don't modify it by-hand or all your changes can be lost.
*/
return[
'@core' => '/path/to/installation/application/modules/core/models/../',
'@DefaultTheme' => '/path/to/installation/application/extensions/DefaultTheme',
'@shop' => '/path/to/installation/application/backgroundtasks/models/../',
'@category' => '/shop/product/list',
'@product' => '/shop/product/show',
'@user' => '/path/to/installation/application/modules/user/models/../',
'@article' => '/page/page/show',
'@articles' => '/page/page/list',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment