[tip] Use PAPI if you're just starting out with phpinclude
Note: this is not meant to be a plug for my mod.
PAPI (pronounced "pappy") is a mod I released: http://www.vbulletintemplates.com/mo...&threadid=2361 . Escentially it is a phpinclude swiss army knife although the name means phpinclude API. It is a set of wrapper functions designed to drastically simplify coding mods for use in the phpinclude template. Going back a step: the phpinclude template is a template that is special in the sense that it can contain raw PHP code. It is the only template that can; the others can only contain PHP variables. Standard vB pages are constructed in this order: 1. Execute the .php file 2. Execute the contents of phpinclude 3. Compile the final HTML to display Therefore phpinclude can only access variables that are within a global scope and only gets executed when a template is generated. Remember though that phpinclude is executed in any page, so you have to start accounting for that. Also you have to use vB's database reference methods to access the MySQL database. This is where PAPI starts to become useful. Say you want to run code that only executes on forumhome (index.php). Normally you'd put this in phpinclude: PHP Code:
With PAPI, this is simplified to: PHP Code:
PHP Code:
These may seem trivial, but it goes so far to implement mysqlmultiplequeries which can execute several queries in succession with one line of code. So PHP Code:
PHP Code:
There are far more features than this, however, so check out PAPI's thread for a near-full list, or at least the features from 1.0.0. Enjoy. |
thanks again for making this! due to my lack of time...i havent tried it yet - sorry:)
|
I've taken your advice, although I wanted to learn the hard way so PAPI would be easier. :p
Stay tuned for somewhat of a PAPI mod by me. :) |
Just be sure to use PAPI's wrappers for the MySQL stuff wherever possible because the soon-to-be-uploaded 1.0.3 includes an internal counter.
|
I'll wait for that version then. :)
|
All times are GMT. The time now is 02:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|