-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathREADME
More file actions
21 lines (13 loc) · 682 Bytes
/
README
File metadata and controls
21 lines (13 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== Module creator
http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table
This fix include separaiton of module in two parts: Frontend and Admin.
This needed if you want different properties for each module.
In my case there was need to protect only admin module with SSL.
Copyright (C) 2009-2010 Vladimir Penkin
http://penkin.co.uk
mailto: penkinv@gmail.com
== Installation
1. Uncompress archive to directory
or checkout from GitHub
git clone git@github.com:shell/Magento-Module-Creator.git
2. Point your browser to right url where module creator located