I can't help much beyond what you've already found out. I do know that
I've taken to writing my own batch scripts outside of the symfony
structure and loading the necessary classes manually. It tends to be
faster and I don't run a-foul of all of the environment settings you
mentioned. As yo
Thanks for the link. I had seen that and it is a very brief introduction
but not nearly as deep as the rest of the documentation.
What I'm working towards is a script to generate a fairly large xml file
and upload it to google base. I'd like to use the mvc structure if
possible. I'd also like t
Take a look at:
http://www.symfony-project.com/askeet/1_0/3
Charley
On Oct 1, 2007, at 2:42 PM, Jonathan Bryan wrote:
>
> I need to write some batch scripts and I thought I would check the
> docs,
> forum, snippeets, mailing list etc to get a quick lesson on the best
> batch practices, but I
I need to write some batch scripts and I thought I would check the docs,
forum, snippeets, mailing list etc to get a quick lesson on the best
batch practices, but I'm not finding much.
I tried googling 'symfony batch' and found this page
http://groups.google.com/group/symfony-devs/browse_t
thats it! thanks
Dan Grossman wrote:
> getPresentationFor
>
> http://www.symfony-project.com/api/1_0/sfController
>
> - Dan
>
> Jonathan Franks wrote:
>
>> Hi,
>>
>> A long time ago I read somewhere on the Symfony site (but I forgot
>> where) about a function to grab the output from an
getPresentationFor
http://www.symfony-project.com/api/1_0/sfController
- Dan
Jonathan Franks wrote:
> Hi,
>
> A long time ago I read somewhere on the Symfony site (but I forgot
> where) about a function to grab the output from an action. So you could
> write something like this...
>
>
Hi,
A long time ago I read somewhere on the Symfony site (but I forgot
where) about a function to grab the output from an action. So you could
write something like this...
$content = getOutput('module name', 'action name');
Was I dreaming? if not, can someone remind me of how this is done?
t
Hi !
It seems the webserver hangs on SVN request. It did occur hours after
the migration last friday.
The issue is still here, we are working on it. This might be fixed in
the hours to come. We will let you know as soon as it is repaired.
Grégoire.
--~--~-~--~~~---~
I had a look at that code and i didn't like how you had to set it up
this is how i handled it :
helper/MenuHelper.php
getModuleName() . '/' .
sfContext::getInstance()->getActionName();
if ($concat == $location){
$e = link_to($text, $location, 'class=menu-activate');
}
else
{
Fabien POTENCIER wrote:
> We use FSFS storage backend and 5 minutes is not an issue. We're
> experiencing some slowdown since the server move. We're working on this
> issue.
The issue now appears to be resolved.
Kind regards,
--
Ian P. Christian ~ pookey.co.uk
--~--~-~--~~
I'm not sure if this is related - but my admin generator has always had an
issue with the "updated_at" fields - usually setting them to a date wayy in the
past..
been a while since I've looked at the site with that problem though!
Jon
From: symfony-users@goo
Anyone?
On Aug 20, 3:59 pm, Hal <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I am having a little trouble with the admin generator, whereby
> thecreated_atandupdated_atfields getassignedwith the value of "30
> November 1999 0:00" unless they are hidden from create pages. Is
> there something going
Thierry wrote:
> Thanks,
>
> I had no idea about the list of open-source apps.
>
> Never used zend, is it any good?
>
>
> >
>
>
Up until now was the best IDE for PHP, personally. Now with PDT all the
features that were in Zend Studio are pretty much in PDT, I really
cannot wait to see what th
Thanks,
I had no idea about the list of open-source apps.
Never used zend, is it any good?
--~--~-~--~~~---~--~~
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@
Zend Development Environment's Inspector is my best friend. Click
through classes and seeing what extends what and what does what is the
best way to learn the framework.
On Sep 30, 1:21 pm, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:
> rihad wrote:
>
> > On Sep 29, 11:13 pm, Thierry <[EMAIL PRO
Nice piece of code, two recommendations I would make if you're
planning on making this reuasable is to pass in the array as a
parameter. You could also get rid of the switch statement and use the
getModuleName and getActionName methods to some work automatically. I
think I'll store this away for
Francois,
Facebook is much more aimed at personal information and such (this is
my opinion/view, but it seems I share this with many others). LinkedIn
is more serious, but you can't really add anything except groups.
Also, going with a seperate site will allow the community to specify
new functi
17 matches
Mail list logo