五、Standard Controllers

1.standardController:标准的controller 是同页面的standard Object的界面button的功能和逻辑是一样的
<apex:page standardController="MyCustomObject__c">
</apex:page>
2.数据关系:

{!contact.Account.Owner.FirstName}: (a three-level child-to-parent relationship) 

{!account.Contacts}:parent-to-child






posted @ 2016-04-29 17:00  BandariFang  阅读(381)  评论(0编辑  收藏  举报