CodeIgniter 1. 7 professional Development : Become a CodeIgniter expert with professional tools, techniques and extended Libraries.
Annotation.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing, Limited,
April 2010.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Machine generated contents note: ch. 1 Getting Started with Codelgniter
- Upgrading from older versions of Codelgniter
- Downloading and installing Codelgniter
- Getting the Codelgniter files
- Introducing Model View Controller (MVC)
- Controllers: The business logic
- Defining a default Controller
- Remapping function calls
- Models: Data abstraction layer
- Loading a Model
- Connecting to your database automatically
- Views: Your template files
- Loading a view
- Loading multiple views
- Adding dynamic data
- Creating loops
- Returning views as data
- Autoloading resources
- Formatting your code
- PHP Style Guide
- PHP closing tag
- Incorrect
- Correct
- Class and method naming
- Incorrect
- Correct
- Incorrect
- Correct
- Variable names
- Incorrect
- Correct
- Commenting
- Poor
- Good
- Use of TRUE, FALSE, and NULL
- Incorrect
- ^