| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jun 2007 Location: NamePros.com
Posts: 1,400
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| | |
| | #2 (permalink) |
| First Time Poster! Join Date: Oct 2008
Posts: 1
![]() | What am I missing? Why is it the $home->header-title doesn't show up as I would expect? Even in your example output above the $title is not set - is that intentionally or am I missing something very basic here? Thanks! |
| | |
| | #3 (permalink) |
| NamePros Regular Join Date: Jan 2006 Location: San Diego, CA
Posts: 735
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Elegant example! The next step could be to create your own template language and eliminate that PHP from the templates altogether.. Code: <html> <head> <title>##$title##</title> </head> <body> ##if $name## Hello ##$name##, welcome to ##$sitename##! ##/if## </body> |
| | |
| | THREAD STARTER #5 (permalink) |
| Senior Member Join Date: Jun 2007 Location: NamePros.com
Posts: 1,400
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Update Ok guys give this update a try. Should work fine now. PHP Code: |
| | |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.namepros.com/code/517342-php5-template-class.html | ||||
| Posted By | For | Type | Date | |
| php - Lightweight PHP5 based template class/system - Stack Overflow | This thread | Refback | 11-04-2011 04:03 PM | |
| php - Lightweight PHP5 based template class/system - Stack Overflow | This thread | Refback | 10-31-2011 10:05 AM | |
| php - templates - Lightweight PHP5 based template class/system - SimpleAnswer | This thread | Refback | 01-23-2011 03:18 AM | |
| Lightweight PHP5 based template class/system - Stack Overflow | This thread | Refback | 02-10-2010 12:56 AM | |
| Lightweight PHP5 based template class/system - Stack Overflow | This thread | Refback | 02-10-2010 12:49 AM | |
| Lightweight PHP5 based template class/system - Stack Overflow | This thread | Refback | 02-10-2010 12:49 AM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |