null
US
Iniciar Sesión
Regístrate Gratis
Registro
Hemos detectado que no tienes habilitado Javascript en tu navegador. La naturaleza dinámica de nuestro sitio requiere que Javascript esté habilitado para un funcionamiento adecuado. Por favor lee nuestros
términos y condiciones
para más información.
Siguiente
Copiar y Editar
¡Debes iniciar sesión para completar esta acción!
Regístrate gratis
8768768
PHP/Laravel
Descripción
Mind map about laravel and php wrapping all the important concepts that need to be known.
Sin etiquetas
php
laravel
javascript developer
Mapa Mental por
Luis Rojas
, actualizado hace más de 1 año
Más
Menos
Creado por
Luis Rojas
hace más de 7 años
1634
1
0
Resumen del Recurso
PHP/Laravel
Classes
Inheritance
extends
override
abstract
Nota:
An abstract class can't be instantiated.
abstract methods
Nota:
The child classes MUST implement the abstract method.
interface
Nota:
Programming over interface not implementation. If we're struggling between different types when using some class, an interface is a good choice.
Adjunto:
Interface_ex_1
contract
Encapsulation
public
private
protected
Routes
Route Model Binding
Adjunto:
Route Model Binding
Models
Controllers
DI
Passing arguments to a function, in a "classy" way
IoC Container
Eloquent
QueryScopes
Nota:
public function scopeNombre($query){ return $query->method(bla, bla bla)->get(); }
SOLID
Simple Rules
No abbreviation
Class names
Methods
Variables
Be descriptive
No more than 2 words in the descriptive method/class
No else condition
Many choices = Polymorphism?
One leve of indentation per method
Limit the Instance Variables
Wrap primitive and strings
Does it bring clarity?
Is there behavior?
Consistency
Important domain concept?
Service Container
Where services are binded, functions as a Singleton instance of a class.
Mostrar resumen completo
Ocultar resumen completo
¿Quieres crear tus propios
Mapas Mentales
gratis
con GoConqr?
Más información
.
Similar
PHP
Urriel =)
test php
Jonathan Vg
Desarrollo web
William Valdez
Programacion en PHP
alejandro neira
Lenguajes de programación
Samantha Gonzalez Lopez
Funciones PHP
Diego mancia
Modelo DOM
Sahavana Mariscal
PHP Y SUS CARACTERISTICAS
Irvin Guadalupe
Evaluacion Final 5to Bachillerato
Miguel Arias
DESARROLLO WEB CON PHP II
Jorge Hernández
DESARROLLO WEB CON PHP I
Jorge Hernández
Explorar la Librería