Download for Windows Premium
Publicitate
PostsControllernm

Traducere "PostsController" în spaniolă

Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
controlador PostsController m
controlador ArticlesController
Instead, we'll replace this with our PostsController by creating a routing rule.
En lugar de ello, vamos a sustituir esto con nuestros PostsController mediante la creación de una regla de enrutamiento.
The rules we're going to add to PostsController should allow authors to create posts but prevent the edition of posts if the author does not match.
Las reglas que vamos a agregar a PostsController deberían permitirle a los autores crear posts, pero prevenir que editen posts que no le pertenezcan.
A request for/posts/view/25 would be equivalent to calling view(25) on the PostsController, for example.
Una petición para/artículos/ver/25 sería equivalente a llamar ver(25) en el ArticulosController, por ejemplo.
Instead, we'll replace this with our PostsController by creating a routing rule.
En lugar de eso, lo reemplazaremos con nuestro controlador ArticlesController creando una nueva ruta.
If we try to use some of those new URLs they will still crash, since they expect to direct us to matching PostsController
Si tratamos de utilizar algunas de estas nuevas URLs, estas se colgaran, ya que esperan dirigirnos a un parecido de PostsController.
Because of the way the class and file are named, this tells Cake that you want a Post model available in your PostsController that is tied to a table in your default database called 'posts'.
Cuando llamamos a nuestro modelo Post, CakePHP deducirá automáticamente que este modelo se utilizará en el controlador PostsController, y que se vinculará a una tabla en nuestra base de datos llamada posts.
By naming our model Post, CakePHP can automatically infer that this model will be used in the PostsController, and will be tied to a database table called posts.
Cuando llamamos a nuestro modelo Post, CakePHP deducirá automáticamente que este modelo se utilizará en el controlador PostsController, y que se vinculará a una tabla en nuestra base de datos llamada posts.
By naming our model Post, CakePHP can automatically infer that this model will be used in the PostsController, and will be tied to a database table called posts.
Nombrando nuestro modelo como Post, CakePHP puede automáticamente inferir que este modelo será usado en el controlador PostsController, y será atado a la tabla de la base de datos llamada posts.
class PostsController < ApplicationController def index end end We just added an empty blockthat starts with declaration def index and ends with end like almost anything in rails.
Primero veamos el Acabamos de agregar un block vacío que comienza con la declaración def index y termina con endcomo casi todo en Rails...
For securing the UsersController you can follow the same technique we did for PostsController.
Para proteger el UsersController se puee seguir la misma técnica utilizada para PostsController.
By naming our model Post, CakePHP can automatically infer that this model will be used in the PostsController, and will be tied to a database table called posts.
Llamando a nuestro objeto Tabla ArticlesTable, CakePHP deducirá automáticamente que esta Tabla será utilizada en el controlador ArticlesController, y que se vinculará a una tabla en nuestra base de datos llamada articles.
Nici un rezultat pentru acest sens.

Sinonime și analogii pentru "PostsController" în limba Română

Cuvântul și expresia zilei
Imaginea zilei
parrot: bird with colorful feathers and mimicking ability
Află cuvântul
Publicitate

Rezultate: 11. Exacte: 11. Timp de răspuns: 22 ms.