21489 Posts in 5783 Topics by 2621 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 155 Views |
-
SS3 : how to find isPublished

22 September 2012 at 10:35pm
I'm trying to update some old SS2.4 code to work on SS3... Used to have this query... $publishedProfilePages = DataObject::get('ProfilePage', "\"Status\" = \"Published\");
In SS 3 there is no Status Column on the SiteTree table... in fact looking at the code it seems the isPublished method of SiteTree instead queries the SiteTree_Live table.
But I can't figure out how to use the DataList::create('ProfilePage') to look only in the SiteTree_Live table. Anyone know?
Thanks
Robin
| 155 Views | ||
|
Page:
1
|
Go to Top |

