0

I'm using an old component of Symfony 1.4 called Templating. I'm searching the documentation (API reference).

I search, and found an example of Component Templating.

This appears to be the documentation, but was REDIRECT to new 2.0 version (result API | sfTemplateHelperJavascripts Class | Symfony Templating ).

I don't want to use the version 2.0 or Twig templates. I'm performing a maintenance of an old big system.

nneonneo
  • 171,345
  • 36
  • 312
  • 383
Jose Nobile
  • 3,243
  • 4
  • 23
  • 30

1 Answers1

1

Symfony Components are now part of Symfony 2.0, that's why it redirects to the current website.

Anyway, thanks to web.archive.org, you can still access the old Symfony Component website. And see the documentation for the Templating (api, etc ..).

j0k
  • 22,600
  • 28
  • 79
  • 90