.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _developers_userfunc_pointer: PointerUserfunc =============== User functions in context with the paging. Begin ----- Get the begin value for a select statement within a CONTENT object. You need to define the pointer only, if you are using another value than 'pointer'. .. code:: php 10 = CONTENT 10 { select { ... begin { cObject = COA cObject { 10 = USER 10 { userFunc = Netzmacher\Xblog\Userfunc\PointerUserfunc->Begin pointer = mypointer } } } ... } }