CORT0619 Posted December 13, 2012 Share Posted December 13, 2012 Does anyone know where I can get information about pagelets from? Just in case they go by another name a pagelet is where you pretty much build your entire website off of a template and it doesn't require as much code. On one page you would have the general template where you would put a variable that would maybe represent the page title, something to represent where the body would go for each page that would be based off of the name of the page, maybe an include for the navigation bar and maybe an include for the footer. Then on another page you would define what those variables were for each page. Then there would be individual pages for each page with the information that will be in the body of the page. Quote Link to comment https://forums.phpfreaks.com/topic/271960-php-pagelets/ Share on other sites More sharing options...
Christian F. Posted December 13, 2012 Share Posted December 13, 2012 Do you mean template engines? Quote Link to comment https://forums.phpfreaks.com/topic/271960-php-pagelets/#findComment-1399173 Share on other sites More sharing options...
CORT0619 Posted December 17, 2012 Author Share Posted December 17, 2012 I don't think so. This pretty much allows the developer to create pages keeping the content and design separate. Quote Link to comment https://forums.phpfreaks.com/topic/271960-php-pagelets/#findComment-1399817 Share on other sites More sharing options...
Philip Posted December 17, 2012 Share Posted December 17, 2012 That is indeed a templating engine / system. Quote Link to comment https://forums.phpfreaks.com/topic/271960-php-pagelets/#findComment-1399827 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.