By: ClausVB
Date: 2005-11-22
Time: 00:12
|
I need help for my crash courseHi folks!
I need help with my TBS crashcourse. http://lamp.clausvb.de/tbs_mhtml/crashcourse/table_of_content.html I added a tutorial at hotscripts: http://www.hotscripts.com/Detailed/53213.html I want to add the following examples: - Php variables (var.) - Formats (frm) - Limited text (max) - Block syntaxes - Groupings (headers, ...) If someone could write simple templates and scripts I would be very gratefull. Visit http://www.tinybutstrong.com/examples.php for more informations. Requirements: - short scripts - short templates - write a comment to every line Example: $tmpl->LoadTemplate('tmpl/basic.htm'); => Method "LoadTemplate" will load "tmpl/basic.htm" in this example. It contains your HTML code and all your variables (aka TBS fields). Goal: A PHP beginner reads the crash course and knows: 1. TBS seperates PHP from HTML 2. What is a TBS field or a TBS block? If he does not know, what "require_once" means, he should do basics first, but the crash course should link to the PHP manual. If someone could adapt Skrols examples (without tables => very few HTML tags) I would be very grateful. Otherwise this project will keep me busy until christmas and beyond. Thanks and regards, Claus PS: @Skrol would it be ok, if I would do the german translation with AurigaDoc. See http://lamp.clausvb.de/tbs_mhtml/crashcourse/sec02_simple_example.html and http://aurigadoc.sourceforge.net/ for more information. |