'ello all.
I just went out an bought the symfony book and installed the sandbox to check things out.
A lot of the documentation requires commands issues via CLI. Is this necessary? I would like to use Symfony as the framework and Smarty as the template engine in my next app and can't have users running commands on the CLI.
I'd like to use Smarty opposed to Smyfony for template generation because I would like to completely eliminate any PHP code in the templates.
I guess my questions are:
Can I get around having to use the CLI once a project is complete?
Should I be using a template engine along side Symfony or just use Symfony?
TIA!
(Sorry if these questions have been answered, but no search results came back for "symfony" on the boards.)