Download the PHP package bitsystem/searchpro without Composer

On this page you can find all versions of the php package bitsystem/searchpro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package searchpro

Image

Libreria adaptada para symfony 3.x, 4.x Recorta imagenes que se obtienen desde los ficheros temporales(/tmp) del servidor.En esta carpeta se suele guardar los datos pasados por formularios, etc. Recorta las miniaturas de la imagen centrada segun los parametros que se le pase y retorna un array con la ruta donde se guardaron y genera minuaturas. Estas imagenes son guardadas en una carpeta alojada en "/web" o "/public".

Índice

SearchGloom

¿Como funciona?

Llama la libreria

Search Pro

Search pro es una libreria pensada para mostrar las tablas de una base de datos nombrando la tabla y las columnas que necesitamos visualizar. Ademas puedes filtrar las tablas por las columnas. Incluye un sistema de paginacion que busca los resultados de la tabla por Ajax segun los filtros seleccionados.

Índice

¿Como funciona?

Accedemos a la terminal y instalamos con composer la libreria en el composer.json de nuestro proyecto Symfony

Twig

Necesitamos agregar primero el select2.js necesario para poder visualizar los filtros de la tabla. Despues tableList.js al final.

Php

Primero incluimos la libreria en el controlador.

Recogemos el texto a buscar y el filtro a buscar. Instancion la clase y usas los metodos que necesites para mostrar las columnas.

Parametros

Paginación

Si necesitamos ocultar la paginacion de la tabla solo tenemos que añadir la opcion paging. Por defecto el valor de paging es

Numero de resultados

El numero de resultados totales de columnas de la tabla se muestra debajo de la paginacion. Por defecto el valor de info es
Si necesitamos ocultar la informacion solo tenemos que añadir la opcion info.

addColum

Metodo encargado de obtener el nombre de la tabla principal para poder hacer las consultas. La tabla principal se relaciona con otras tablas con los metodos addColumForeignKey()

Para implementarlo necesitamos insertar en nuestro controlador y en la vista twig algunos archivos necesarios.

Estructura basica html

NOTA

Esta librera utiliza los metodos GET y POST debemos asegurarnos de que tenemos habilitada la request de ellas

Resultado

Vista de como se ve la tabla segun los parametros indicados

tabla

And repeat

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

And coding style tests

Explain what these tests test and why

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Autor

Consulte también la lista de colaboradores que participaron en este proyect.

Licencia

Este proyecto está licenciado bajo la Licencia MIT - ver el LICENSE.md archivo para detalles

Inspirado


All versions of searchpro with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bitsystem/searchpro contains the following files

Loading the files please wait ....