| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() | What php template engine do you use? Currently, i use my own template engine.... but theres a few bugs in it. I was wondering what all the other advanced php users here use as there template engine. Please provide a link ![]() I would use smarty, but imo there's too much overhead. The only way i would use smarty is there was a watered down version... |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Mar 2004
Posts: 633
![]() ![]() ![]() | Well btemplate looks pretty light weight, but read http://www.massassi.com/php/articles/template_engines/ for some food for thought by its author. There is one in pear you may want to take a look at as well if you are still looking after reading that article.
__________________ Need a break? Check out TheDamnBlog.com Free $6.95 directi accounts at Directi Name Bin Instant free $8.95 eNom accounts at Dncube.com |
| |
| | THREAD STARTER #3 (permalink) |
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() | I like btemplate, but the problem is it wont parse a if-statement more than once. If that bug would be fix, along with the loop (loop works, but you have to rebuild a few functions and its a great template engine imo...) Ill see what i can do about getting it fixed. And once i get it fixed, ill add-on to it...Thanks for the nice read |
| |
| | #4 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Kizmiaz
Posts: 1,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | it's very easy to work around that 'limitation' and all in all it's a great templating system. Compare it with smarty and you'll be glad you went with it...believe me ![]() Lux
__________________ 1 Cent Web Hosting @ Online HostGatorVoucher.com Adsense Hack for Vbulletin - Fully 3.6 Compatible ForexArea.com Free E-Course in Programming EA's |
| |
| | THREAD STARTER #5 (permalink) | ||||
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() |
PHP Code: PHP error: Warning: strpos(): Offset not contained in string. in /home/linkzor/public_html/test/template.class.php on line 71 Warning: strpos(): Offset not contained in string. in /home/linkzor/public_html/test/template.class.php on line 71 $15 via paypal for the one that comes up with an entire solution to this code... including the cases and loops... goto the btemplate website for documentation ![]() i have work to do O.o i hate perl -_- | ||||
| |
| | #7 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | i personally use the pear package HTML_Template_IT http://pear.php.net/package-search.p...Search#results |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Googlism - What does google think of you? | deadserious | The Break Room | 55 | 12-15-2005 09:09 AM |