Hello,
I just noticed that vBulletin 2.9.x.x stores it's templates in the database. Now I am wondering wether this is more efficient than using templates with the include(""); statement?
What are your oppinions?
Thanks,
Why do templates need to be in a database?
No, it is not more efficient.
It really shouldn't make that big of a deal. There are advantages and disadvantages to both methods. Try testing your app with both.