One moment, we're cooking some code examples
Typestack uses a Classmap to index all the PHP classes. This is due to being a darn load of them, making it a good idea to log all of them instead of waiting on PHP to find all of them himself. This does however have to posiblity of causing issues. If you make a new PHP class it will not instantly be added to the websites Classmap, intead you will have to type this behind the url:
?bGenerateClassmap=1
Parts of the website will be build up and saved to files before a user ever visists, this is the website cache, you can clear it and force the website to rebuild by adding the following to the end of any typestack websits url:
?bClearCache=1