Quote:
Originally Posted by savant something i noticed in the documentation for symfony is that you need to use a build script to create files. I'm sure this was made to make it easier but if someone is in a shared environment running the build scripts could be hard
Symfony has a lot of documentation, but i've only use cake before.
news: yahoo bookmarks using symfony. |
You actually don't need to use a build script to create files but by default allow you to use CLI for convenience sake. They also provide a web control panel that allow you to perform these tasks in a shared environment,
See Example. Or you can just copy the files manually.