Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2805 | Rev 2807 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2805 Rev 2806
Línea 885... Línea 885...
885
                    $select->where->like('title', '%' . $search . '%');
885
                    $select->where->like('title', '%' . $search . '%');
886
                }
886
                }
Línea 887... Línea 887...
887
                
887
                
Línea 888... Línea 888...
888
                $select->order('last_date_of_application DESC');
888
                $select->order('last_date_of_application DESC');
Línea 889... Línea 889...
889
 
889
 
890
                // $selectString = $queryMapper->getSql()->buildSqlString($select);
890
                $selectString = $queryMapper->getSql()->buildSqlString($select);
891
 
891
 
Línea 892... Línea 892...
892
                // print_r(
892
                print_r(
Línea 893... Línea 893...
893
                //     $selectString
893
                    $selectString
894
                // );
894
                );
895
 
895
 
896
                
896
                
Línea 897... Línea 897...
897
                $records = $queryMapper->fetchAll($select);
897
                $records = $queryMapper->fetchAll($select);