Again, a very basic aspect of symfony that is covered, along with plenty of
other info, here: http://www.symfony-project.org/gentle-introduction/1_4/en/
On Sat, Oct 30, 2010 at 10:43 PM, xpanshun wrote:
> lol I feel foolish, I didn't scroll down all the way in
> actions.class.php to the processF
Some hours ago, Javier Eguiluz wrote the newest "A week of symfony"
which is number 200! I like this weekly overview very much, but sadly,
this time I couldn't read it, because the URL
http://www.symfony-project.org/blog/2010/10/31/a-week-of-symfony-200-25-31-october-2010
is not found :(
Symfony t
Thanks Gábor ...
On Sun, Oct 31, 2010 at 2:26 AM, Gábor Fási wrote:
> That's because symfony escapes the data you pass to the view. If you
> want to display it as it is stored in the DB, use
>
> echo $dias->getDescription(ESC_RAW);
>
> http://www.symfony-project.org/gentle-introduction/1_4/en/
Hey guys,r unning into a silly doubt that should so not happen at all!
I have a textarea tag,
'javascript:alert("yo") ')) ;?>
and the onclick event is failing to render itself in the HTML tag.
Any pointers what I am doing wrong here?
Thanks!
--
If you want to report a vulnerability issue on
Ok, i'll take a look at this 2soft but right now, it's more weird :
I tryed to download the entier /lib/ on my local computer, and guess
what ?
the build is a success on my local computer (with a memory_limit of
64mo)
I tryed to increase to 512Mo the limit on my production server. But it
failed a
You might want to try using Xdebug + Wincachegrind (or Kcachegrind for
Linux) for identifying where PHP is spending the most time.
After you spend a few minutes to learn how Xdebug works, you're going
to be way more productive and you'll have your answer to these kinds
of questions in seconds.
Yo
No but i've noticed that when i try to build forms or filters i have
this error :
>> doctrine generating filter form classes
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 20 bytes) in /var/www/seekteam/SeekTeam/lib/vendor/symfony/
lib/plugins/sfDoctrinePlugin/li
That's because symfony escapes the data you pass to the view. If you
want to display it as it is stored in the DB, use
echo $dias->getDescription(ESC_RAW);
http://www.symfony-project.org/gentle-introduction/1_4/en/07-Inside-the-View-Layer#chapter_07_output_escaping
On Sun, Oct 31, 2010 at 03
A thing you could take a look at is the mysql CSV storage engine. Going
through mysql will give you all the power of SQL manipulations and you'll
keep a flat csv file to store all your data that you can access in any other
standard ways.
Another option that might be interesting for you is to take