Questions tagged [symfony-1.3]

Questions about Symfony version 1.3, a PHP framework by Sensio Labs.

Symfony is a PHP Web Development Framework developed and maintained by Sensio Labs.

You will find more information about documentation, detailed installation guide and changelog on the official website.

This tag is specific for the 1.3 version of Symfony. See the tag for Symfony 1.x in general. If your question targets Symfony 2.x, use instead.

2 questions
0
votes
1 answer

Model not being autoloaded in symfony 1.3

I have a table in my database called student, and when I try using StudentPeer::retreiveByPk($stid) I get a fatal error saying Call to undefined method StudentPeer::retreiveByPk Is there a way I could load my model dynamically? Is there a way I…
macha
  • 7,337
  • 19
  • 62
  • 84
0
votes
1 answer

Page Not Found after sf_guard success_signin_url

After successful registration using sfGuard, I land on "sf/sf_admin/css/main.css" with 404 message. Is there any way to set the app_sf_guard_plugin_success_signin_url to go to homepage?
Wojciechk
  • 99
  • 1
  • 10