Section Management Directives
Ahmed PHP Template Engine provides the @getSection
directive to retrieve content from named sections.
@getSection - Retrieve Section Content
Syntax
name
: The section identifier.
Example
Notes
@getSection
is used to fetch and display content stored in@section
blocks.Sections allow for better content organization and reuse.
Last updated