Useful function when you are coding addons
1 Attachment(s)
Last night I coded the main page for http://www.fexboards.com, and before that I coded the tutorial database for that same site (organized very similar to this sites hack section, although I believe coded quite differently). I knew I was going to have to deal with a lot of repeating-element templates. By repeating-element templates, I mean templates such as the infamous postbit template, something which when its finally used, will be echoed out many times in a row in accordance with the results of a database query. The function I wrote has you supply a comma separated list of variables as they would appear in the database query, your master template name, your subtemplate name, the table(s) present in the from clause of the query, and the conditions under which the selection will take place (the where clause, you can also include order by and group by stuff here).
An example of its use is as follows: PHP Code:
The main limitation is that you cannot do any processing on the variables. If you wanted to loop through posts and you wanted to parse the pagetext with bbcodeparse(), you would have to hack up the function or just forget about using it. Nonetheless, I have found it pretty useful. Comments/criticism/suggestions appreciated. The function is attached. |
I just realized this would probably do better in the Hacking Hints and Tips forum. If some bored mod feels like moving it for me it would be appreciated :)
|
Umm, this could be written a lot shorter and faster...
PHP Code:
|
Thanks a lot, firefly. I feel really dumb about not realizing that I could have gotten fieldnames from the mysql_fetch_array() results. I haven't gotten used to the functions in vb quite yet, so I can almost justify my unneeded usage of output buffering. And nice call on defaulting the last argument to ''.
I still think this function is pretty useful, but use firefly's revised version, does the same thing but with less code and less load :) |
How would I apply this?
I want to change Code:
$reviewb = $DB_site->query("SELECT * FROM reviews"); Thanks Drk |
bump
Drk |
Arunan -
Shouldnt it be? Code:
$reviewb = $DB_site->query("SELECT * FROM reviews"); Satan |
It is, but its not repeating the link in reviews.php
Drk |
Ok...But at least it calls the right variable;)
Its a start... Now we just need help:) Satan |
Chen? Hamoe? come on guys :)
Drk |
Hey I'm here. What I am wondering is why you don't just have that link in your template file....
PHP Code:
Can you not just have that link that I took out in your template? Here is how the function call would look: loop_template("*", "reviews","list", "reviews"); In your template the variables will be available to you like this: $reviews[list_fieldname] All other variables you want to use that arent taken from the mysql query are just available how you would expect them. |
Thanks man, you are the coolest person around, can you help me further on aim, if you have it :)
my friend sat ScapeStudio, I am at his house :) Thanks |
Cool...:)
Satan |
Quote:
- SaintDog |
lol, thanks saintdog, i knew someone would get bored eventually :)
|
All times are GMT. The time now is 09:35 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|