Manuel's Profile
Manuel
- Job Title unspecified
- Website www.memdev.de
- Blurb unspecified
- Stats
- Rank 111
- Score 9
- Posts 0
- Likes recieved 0
- Post comments 3
- Likes given 0
Manuel's Posts
Manuel has not written any posts.
Posts Manuel likes
There are no posts Manuel has marked as 'Liked'
@Ty I'm at the same point as MisterAC. Don't know how to add the Controller to the Menu. Even after looking at...
15/05/2011 8:23am on Controllers Instead of PagesI have a small extension for MyDataObjectManager_Popup: class MyDataObjectManager_Popup extends DataObjectManager_Popup { function __construct($controller, $name, $fields, $validator, $readonly, $dataObject) ...
14/05/2011 1:02pm on A Data Object Manager CheatsheetHi, my solution for pagination of custom DataObjectSets looks like this: public function getChildPages() { $kids = DataObject::get('ViewableObjectsHolder', "ParentID = '{$this->ID}'", 'Sort'); foreach...
05/11/2010 8:16pm on Paginating a filtered DataObjectSet