Forgive me if these seem like some basic questions, but I've started work on a small module for postnuke .750 and find my self spinning my wheels to be compliant. I have a few questions that answers would really help:
1. Why pnRender? Is there a reference to use it or tutorials? If so, can you post it (and while it has merit - the Mark West article is not that much help for a newbie). Can I still use plain Smarty? If I use Smarty do I have to declare the Smarty class or is it already available?
2. Why does Smarty use .tpl templates with logic in {} while pnRender use .htm files with logic in HTML comment format
3. Is pnRender and AutoTheme compatible? Even though everything references Xanthia, the Example module works fine with AutoTheme. My theme is in AutoTheme, does this mean pnRender is a bad choice? What does it really mean?
4. Can I use other output tools - like Pear Quickform or Pear table as an example (I know similar functions are probably in Smarty or pnRender), but I'm very productive with those classes?
My biggest issue is that I don't really know Smarty or pnRender. i can find tutorials about Smarty but not pnRender. But the turtorials about Smarty seem way different than the Example module. I have the Example module to hack away with, but I would prefer a reference about pnRender that explains how it works with Smarty.
thanks in advance for your help!