PHP Cheat Sheet

Vegvisir only has one class you need to worry about. The VV class contains everything needed to interact with Vegvisir functions from project pages.

Useful thoughts

Here are some one-liners to help remember what things do.

Difference between VV::include() and VV::shell()

VV::include() puts content inside another page.

VV::shell() puts a page inside other content.

Manual pages