Hy
Can someone tell me what is the default hydratetion mode for doctrine
in symfony and how can I change it?
Thanks
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
G
Hi
I would like to know if there is a way to integrate log4j with symfony
since log4j has a powerfull configuration options?
Thanks
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed
Hi
I have a little problem in implementing a form filter using doctrine.
The problem is that I need to filter fields belonging to an related
table. So I create cutom addXColumnQuery methods:
public function addPnombreColumnQuery(Doctrine_Query $query, $field,
$value) {
$this->addPersona
I think you could pass the user as an option in the constructor, and
than unset it in the configure method.
Hope it helps
On Sep 8, 4:31 pm, torok84 wrote:
> Hi,
>
> I have a form to select some search options. I have a field that I
> wanto to show only if the user is logged in. I want to do som
I think you could pass the user as an option in the constructor, and
than unset it in the configure method.
Hope it helps
On Sep 8, 4:31 pm, torok84 wrote:
> Hi,
>
> I have a form to select some search options. I have a field that I
> wanto to show only if the user is logged in. I want to do som
Anyone knows a beter way?
On Sep 8, 4:40 pm, jdeveloper wrote:
> Hi
>
> I have a little problem in implementing a form filter using doctrine.
>
> The problem is that I need to filter fields belonging to an related
> table. So I create cutom addXColumnQuery methods:
&
Hi
I tested to find text witch contained quotes with the symfonys
generated form filters with doctrine and found out that the quotes are
not escaped (I use mysql).
I published a litle gist overriding addTextQuery in
BaseFormFilterDoctrine;
getFieldName($field);
if (is_array($values) && isse