2011-02-07 07:48:44 +01:00
|
|
|
# How To Guides
|
|
|
|
|
|
|
|
In this section you will find a collection of guides to answer your "How do I?" questions. These are designed to be informal and focused
|
|
|
|
on tasks and goals rather than going into deep details.
|
|
|
|
|
|
|
|
You will find it useful to read the introduction [tutorials](/tutorials) before tackling these How-Tos so you can understand some of
|
|
|
|
the language and functions which are used in the guides.
|
|
|
|
|
2011-02-21 22:23:22 +01:00
|
|
|
* [Import CSV Data](csv-import). Build a simple CSV importer using either [api:ModelAdmin] or a custom controller
|
|
|
|
* [Dynamic Default Fields](dynamic-default-fields). Pre populate a [api:DataObject] with data.
|
2012-06-23 00:32:43 +02:00
|
|
|
* [Grouping Lists](grouping-dataobjectsets). Group results in a [api:SS_List] to create sub sections.
|
2011-02-07 07:48:44 +01:00
|
|
|
* [PHPUnit Configuration](phpunit-configuration). How to setup your testing environment with PHPUnit
|
2011-05-01 10:19:05 +02:00
|
|
|
* [Extend the CMS Interface](extend-cms-interface).
|
2012-03-29 23:10:59 +02:00
|
|
|
* [How to customize CMS Tree](customize-cms-tree).
|
2012-08-19 14:14:41 +02:00
|
|
|
* [Cache control](cache-control). Override the default PHP cache-control settings.
|
|
|
|
* [Howto customize the CMS menu](customize-cms-menu).
|
|
|
|
* [How to create a navigation menu](navigation-menu). Create primary navigation for your website.
|
|
|
|
* [Paginating A List](pagination). Add pagination for an SS_List object.
|
|
|
|
* [How to make a simple contact form](simple-contact-form).
|
2011-02-07 07:48:44 +01:00
|
|
|
|
|
|
|
## Feedback
|
|
|
|
|
2011-02-21 22:23:22 +01:00
|
|
|
If you have a topic you would like covered in these how to's please ask for it on our [Bug Tracker](http://open.silverstripe.org)
|