On Mon, 28 Sep 2009, armyofda12monkeys wrote:

> 
> I think I just populate the cache directory from a saved copy (before
> i deleted it with rm -rf cache/*) to get it back and working like
> before...
> However as i progressed to Day 3 of Joblet, I checked the browser @
> http://jobeet.localhost/frontend_dev.php/job after setting up jobs
> module and I see nothing but white in browser...

You should always clear cache after schema/model/routing/module changes.

"As you will see later on, symfony autoloads PHP classes for you, which 
means that you never need to use a require in your code. It is one of the 
numerous things that symfony automates for the developer but there is one 
downside: whenever you add a new class, you need to clear the symfony 
cache. As the doctrine:build-model has created a lot of new classes, let's 
clear the cache:"

 $ php symfony cache:clear

http://www.symfony-project.org/jobeet/1_2/Doctrine/en/03#chapter_03_the_orm



-- 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to