mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Updates per PK review
This commit is contained in:
parent
ff02fa4ff7
commit
b56720c6f5
@ -22,3 +22,6 @@ SilverStripe ships with default rewriting rules specific to your web server. Apa
|
|||||||
routing requests to the framework, they also prevent access to sensitive files in the webroot,
|
routing requests to the framework, they also prevent access to sensitive files in the webroot,
|
||||||
for example YAML configuration files. Please refer to the [secure coding](/developer_guides/security/secure_coding/#filesystem) documentation for details.
|
for example YAML configuration files. Please refer to the [secure coding](/developer_guides/security/secure_coding/#filesystem) documentation for details.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Related Lessons
|
||||||
|
* [Up and running: Setting up a local SilverStripe dev environment](https://www.silverstripe.org/learn/lessons/v4/up-and-running-setting-up-a-local-silverstripe-dev-environment-1)
|
@ -45,9 +45,6 @@ class MyObject extends DataObject
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related Lessons
|
|
||||||
* [The holder/page pattern](https://www.silverstripe.org/learn/lessons/v4/the-holderpage-pattern-1)
|
|
||||||
|
|
||||||
## API Documentation
|
## API Documentation
|
||||||
|
|
||||||
* [DataObject](api:SilverStripe\ORM\DataObject)
|
* [DataObject](api:SilverStripe\ORM\DataObject)
|
||||||
|
@ -106,3 +106,4 @@ The final step is to [submit your theme to Packagist](https://packagist.org/abou
|
|||||||
|
|
||||||
## Related Lessons
|
## Related Lessons
|
||||||
* [Creating your first theme](https://www.silverstripe.org/learn/lessons/v4/creating-your-first-theme-1)
|
* [Creating your first theme](https://www.silverstripe.org/learn/lessons/v4/creating-your-first-theme-1)
|
||||||
|
* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)
|
@ -15,3 +15,6 @@ templates from your controllers.
|
|||||||
## How to's
|
## How to's
|
||||||
|
|
||||||
[CHILDREN Folder=How_Tos]
|
[CHILDREN Folder=How_Tos]
|
||||||
|
|
||||||
|
## Related Lessons
|
||||||
|
* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)
|
@ -215,7 +215,7 @@ Director:
|
|||||||
|
|
||||||
## Related Lessons
|
## Related Lessons
|
||||||
* [Creating filtered views](https://www.silverstripe.org/learn/lessons/v4/creating-filtered-views-1)
|
* [Creating filtered views](https://www.silverstripe.org/learn/lessons/v4/creating-filtered-views-1)
|
||||||
|
* [Controller actions / DataObjects as pages](https://www.silverstripe.org/learn/lessons/v4/controller-actions-dataobjects-as-pages-1)
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* [Controller](api:SilverStripe\Control\Controller) API documentation
|
* [Controller](api:SilverStripe\Control\Controller) API documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user