tags:

views:

375

answers:

1

hi,

we using symfony 1.0. We have an module work with Propel objects. The sql-querys are visible in the symfony-debugbar under the "DB" menu.

My problem is that we also use custom sql-querys via propel::getRS("select ...") This querys are not visible in the debug bar.

Does anyone have an idea how to do that?

A: 
Raise