21309 Posts in 5738 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » Pointers for getting started with SilverStripe modules
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 95 Views |
-
Pointers for getting started with SilverStripe modules

5 February 2013 at 4:12am
I am new to SilverStripe.
I would like to know how should I start develop a module for SilverStripe; some good tutorials to get me started. I visited http://doc.silverstripe.org/framework/en/topics/module-development but when I browse further "How to Add a link to your module in the main SilverStripe Admin Menu" (http://doc.silverstripe.org/framework/en/reference/leftandmain) then I get error page.Thanks in advanced.
-
Re: Pointers for getting started with SilverStripe modules

5 February 2013 at 6:39am
Developing a module isn't really all that different from adding code/classes in your mysite/code folder. If it works in mysite/code, it works in your module! The key to making the module code work is to have a _config.php in the module folder. After that just develop as normal.
I would recommend taking a look at some of the other modules already developed such as the blog to get an idea of where to start.
| 95 Views | ||
|
Page:
1
|
Go to Top |


