Download for Windows Premium
Publiciteit
BooksController

Vertaling van "BooksController" in Spaans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
BooksController
When you click Edit book on the web page, the BooksController#update action retrieves the book from Cloud Datastore.
Cuando haces clic en Editar libro en la página web, la acción BooksController#update recupera el libro del almacén de datos.
When you submit the form, the BooksController#create action saves the book in Cloud Datastore.
2-Cuando envías el formulario, la acción BooksController#create guarda el libro en el almacén de datos.

Andere resultaten

This location maps to the BookController and list action.
Esta localización es mapeada automáticamente por el BookController y la acción list.
We have to define the routes for those actions which are defined as methods in the BookController class.
Tenemos que definir las rutas para aquellas acciones que se definen como métodos de la clase BookController.
When you click an individual book on the web page, the BookController#show action calls Book.find to retrieve the book from Cloud Datastore.
Cuando haces clic en un libro en la página web, la acción BookController#show llama a el libro desde el almacén de datos según el número nuevo.
For example, a class name which ends with Controller (for example BookController) is considered a web controller.
Por ejemplo, una clase que termina en Controller es considerada un controlador web.
Below is an example of a controller: class BookController {def list() {}} The controller above has a list action which returns a model containing all books in the database.
A continuación hay un ejemplo de un controlador: class BookController {def list = {}} El controlador tiene una acción list que devuelve un modelo conteniendo todos los libros de la base de datos.
If we visit the personal subdomain now we'll see an error, but that's to be expected as we're on the BlogsController's show action and haven't supplied an id.
Si ahora visitamos el subdominio personal veremos un error que era de esperar porque estamos en la acción show de BlogsController a la que no le hemos pasado un id.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor BooksController in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
ice cream cone: ice cream served in a thin cone
Ontdek het woord
Publiciteit

Resultaten: 8. Exact: 2. Verstreken tijd: 138 ms.