[symfony-users]

2007-06-17 Thread Birchandra Singh
Dear all, I have launched steelguru.com phase-II. It is my first project developed on symfony framwork. Please visit on this site and give me feedback. -- Birchandra Sanasam Web Developer & Analyst # +91 9810 194978 --~--~-~--~~~---~--~~ You received this messag

[symfony-users] Re: SteelGuru V2 built on Symfony

2007-06-17 Thread Birchandra Singh
Sorry Dan! It was my mistake. On 6/16/07, Dan Grossman <[EMAIL PROTECTED]> wrote: > > You know, there was nothing so original in my e-mail about W3Counter that > you had to copy it. You should've at least changed the link to point to your > site rather than just the text ;) > > Regards, > Dan Gro

[symfony-users] Re: How to access models from another project

2007-06-17 Thread Janak Jadeja
I have got a solution for it. We can do it by adding model directory path in /app/config/autoload.yml and creating symbolic link(copy not require) of that directory in lib/model autoload: CLASS DESC name:CLASS DESC ext: .php path:MODEL DIRECTORY