4074 / 0

The Definitive Guide to symfony Файлы

The Definitive Guide to symfony

БончБруевич БончБруевич, Комментарии (нет)

For this book, you need a basic understanding of PHP 5 and object-oriented programming. Of
course, having already developed web applications in PHP before reading this book is a plus,
for you will see this book as a collection of answers to the questions you regularly ask yourself.

How This Book Is Structured

In this book, you will learn how to use symfony to build web applications. The chapters are
grouped into five parts:
• The Basics covers all the general concepts and prerequisites for starting symfony.
• The Core Architecture describes how the three layers of the Model-View-Controller (MVC)
architecture are implemented in symfony, and how to build pages and applications
according to this separation.
• Special Features explains how to use symfony’s mechanisms for shortening the development
of smart URLs, forms and validation, Ajax interactions, caching, and internationalized
applications.
• Development Tools covers the resources provided by symfony to make day-to-day
development tasks easier: code generators, unit testing framework, command-line
tasks, and plug-ins.
• Becoming a Symfony Expert reveals a few secret corners of the symfony code and shows
you how to tweak the framework’s behavior.
4945 / 0

Practical Web 2.0 Applications with PHP Файлы

Practical Web 2.0 Applications with PHP

БончБруевич БончБруевич, Комментарии (нет)

This book has been written primarily for intermediate to expert PHP programmers. Although
programmers of all levels will benefit from this book, we do jump in to the deep end very
quickly, so some prior knowledge of PHP is assumed.
Having said that, if you’re relatively new to PHP, you will definitely benefit from this book
because it will formalize some of the techniques you have already learned and will show you
some different ways of approaching various problems.
In this book, I have made the assumption that you are familiar with HTML and CSS,
although since most of the code developed in this book is PHP and JavaScript, an advanced
knowledge of HTML and CSS is not critical. All JavaScript code is explained thoroughly, which,
in combination with the Prototype JavaScript library we will be using, makes the listings rela-
tively straightforward.
6268 / -1

Pro PHP Security: From Application Security Ссылки

Pro PHP Security: From Application Security

БончБруевич БончБруевич, Комментарии (2)

В теме безопасности PHP, как и в самом PHP есть особенности. В книге рассмотрены новые моменты PHP 5.3, второе издание этой книги по безопасности PHP охватывает основополагающие темы по безопасности, такие как SQL-инъекции, XSS, аутентификации пользователей и безопасной дев на PHP. Крис Снайдер и Том Майер также погружаются в последние события, такие как мобильная безопасность, воздействие Javascript, и преимущества последних нововведений PHP.

Pro PHP безопасность, второе издание - полное руководство для принятия защитных и упреждающих мер безопасности в рамках приложений PHP. Новички в теме безопасности при программировании на PHP найдут много материала по улучшению безопасности своего кода, темы основ шифрования, защищенные протоколы, а также о том, как примирить требования к серверу и безопасности веб-приложений.

Прочитав книгу вы узнаете
6090 / -1

Pro Zend Framework Techniques: Build a Full CMS Project Ссылки

Pro Zend Framework Techniques: Build a Full CMS Project

БончБруевич БончБруевич, Комментарии (нет)

Zend Framework поистине удивительный PHP фреймворк веб приложений, который вдохнул новую жизнь в разработку на PHP. ZF один из наиболее распространенных фреймворков используемых для построения контент-ориентированных веб-сайтов.

Pro Zend Framework CMS предлагает
  • Структурированное руководство для разработчиков PHP, поможет вам создавать более гибкое программное обеспечение быстрыми темпами
  • Четкое ведение через весь процесс создания своей CMS на Zend Framework
  • Идеальный пример написания CMS, чтобы показать, как использовать различные аспекты фреймворка


Что вы узнаете


  • Как структурировать реальное приложение на Zend Framework от начала до конца
  • Как работать с абстрактными (гибкими) структурами данных
  • Как обеспечить безопасность, контроль доступа и аутентификацию с Zend Framework
  • Как создать свою, модульную CMS
  • Как интегрировать веб-сервисы и RSS с Zend Framework
  • Как настроить производительность, удобно обрабатывать ошибки, добавить мультиязычность, и многое другое..
7365 / -1

Zend Framework in Action Ссылки

Zend Framework in Action

БончБруевич БончБруевич, Комментарии (нет)

В книге описаны принципы работы с Zend Framework (ZF) его функции и компоненты. MVC архитектура ZF и ее преимущества. Как интегрировать ZF при использовании веб-сервисов. Хорошая, годная, но немного устаревшая книга для изучения данного фреймворка.
5837 / -1

PHP 5 E-commerce Development Ссылки

PHP 5 E-commerce Development

БончБруевич БончБруевич, Комментарии (нет)

Create a flexible framework in PHP for a powerful ecommerce solution

* Build a flexible e-commerce framework using PHP, which can be extended and modified for the purposes of any e-commerce site
* Enable customer retention and more business by creating rich user experiences
* Develop a suitable structure for your framework and create a registry to store core objects
* Promote your e-commerce site using techniques with APIs such as Google Products or Amazon web services, SEO, marketing, and customer satisfaction

In Detail

The popularity of online shopping has increased dramatically over the past few years. There are plenty of options available if you not are planning to build your own e-commerce solution but sometimes it's better to use your own solutions. It may be easy to find an e-commerce system but when it comes to extending it or using it you might come across a lot of difficulties.

This book will show you how to create your own PHP framework that can be extended and used with ease, particularly for e-commerce sites. Using this framework you will be able to display and manage products, customize products, create wish-lists, make recommendations to customers based on previous purchases, send email notifications when certain products are in stock, rate the products online, and much more.

This book helps you build a Model-View-Controller style framework, which is then used to put together an e-commerce application. The framework contains template management, database management, and user authentication management. With core functionality in place, e-commerce-focused features are gradually added to the framework including products, categories, customizable products with different variations and customer input, wish-lists, recommendations, the shopping basket, and a complete order process.
5013 / -1

PHP: The Good Parts: Delivering the Best of PHP Ссылки

PHP: The Good Parts: Delivering the Best of PHP

БончБруевич БончБруевич, Комментарии (нет)

Get past all the hype about PHP and dig into the real power of this language. This book explores the most useful features of PHP and how they can speed up the web development process, and explains why the most commonly used PHP elements are often misused or misapplied. You'll learn which parts add strength to object-oriented programming, and how to use certain features to integrate your application with databases.

Written by a longtime member of the PHP community, PHP: The Good Parts is ideal for new PHP programmers, as well as web developers switching from other languages.

* Become familiar with PHP's basic syntax, variables, and datatypes
* Learn how to integrate the language with web pages
* Understand how to use strings, arrays, and PHP's built-in functions
* Discover the advantages of using PHP as an object-oriented language
* Explore how PHP interacts with databases, such as SQLite and MySQL
* Learn input- and output-handling best practices to prevent security breaches

4118 / -1

Beginning PHP 5.3 Ссылки

Beginning PHP 5.3

БончБруевич БончБруевич, Комментарии (нет)

Serving as a complete introduction to PHP 5.3, this book walks you through all the major concepts of PHP in a way that's easy to follow, with plenty of code snippets illustrating each concept to aid learning. You'll discover how to install and configure PHP 5.3, how to get started with simple programs, and the basic building blocks of PHP such as variables, operators, expressions, arrays, and objects. Coverage working with files, XML, and MySQL; building Web applications with PHP; exploring the PEAR library; handling e-mail; and creating Web graphics. From the Back Cover A solid introduction to writing powerful web applications using PHP 5.3 As one of the most popular open-source web-programming languages in use today, PHP is an ideal server-side scripting language that connects HTML-based web pages to a backend database for dynamic content. It allows you to create anything from a simple form-to-email script to a web forum application, a blogging platform, or a content management system. This guide introduces the PHP language and shows how to write powerful web applications using PHP. Looks at the ways that PHP programs interact with web servers and other technologies such as HTML Teaches you how to build robust web applications and change the flow of your scripts with decisions and loops Examines ways to create and use strings, arrays, objects, functions, and files in your scripts Shares tips for creating interactive web forms in PHP, as well as capturing user input Unveils methods for preserving an application's state between page views Offers advice on how to work with MySQLR databases using PHP Includes best practices for using PEAR to speed up your application development Presents techniques for manipulating XML from within your PHP scripts Walks you through the creation and manipulation of web graphics using PHP
4976 / -1

Magento: Beginner's Guide Ссылки

Magento: Beginner's Guide

БончБруевич БончБруевич, Комментарии (нет)

Create a dynamic, fully featured, online store with the most powerful open source e-commerce software

  • Step-by-step guide to building your own online store
  • Focuses on the key features of Magento that you must know to get your store up and running
  • Customize the store's appearance to make it uniquely yours
  • Clearly illustrated with screenshots and a working example

6153 / -1

PHP Обучение на примерах Ссылки

PHP Обучение на примерах

slavokzh, Комментарии (нет)

Просто и доступно изложены основы РНР - популярного языка написания скриптов для Web-страниц. Выполняя несложные примеры, читатель сможет освоить азы программирования на РНР, создать динамическую страницу, счетчик посещения сайта, систему голосования, адресную книгу, Интернет-магазин. Описаны типичные ошибки использования сценариев, а также пути их исправления. Книга содержит фрагменты кода, который можно применять при создании собственных проектов. Предназначена прежде всего для начинающих, но может быть полезна и опытным программистам, использующим РНР. 
6456 / -1

Practical CakePHP Projects Ссылки

Practical CakePHP Projects

БончБруевич БончБруевич, Комментарии (2)

If you’ve been using PHP for sometime now and would like to start using a web framework, you’ll want to try CakePHP, which is an open source rapid development web framework built on PHP.

PHP experts Kai Chan and John Omokore guide you through a variety of practical CakePHP applications. You will work on projects such as a video gallery, unit testing application, an e–commerce app, a blog site, and much more. Practical CakePHP Projects covers the key architectural concepts as well as including mini projects that you can use to enhance your own applications.

5992 / -1

Guide to E-Commerce Programming with Magento Ссылки

Guide to E-Commerce Programming with Magento

БончБруевич БончБруевич, Комментарии (2)

This highly anticipated book will give you the insight you need to successfully manage and customize your Magento Commerce installation. php|architect's Guide to Programming with Magento takes you from installation to deployment of this popular e-commerce open source software. Magentos flexibility and Zend Framework-based structure have made it an increasingly popular e-commerce solution. Designed as a valuable companion to the the documentation provided on the Magento web site, this comprehensive book covers everything you as a developer need to know, including: - Installation and configuration - Basic understanding of Magento Commerce features and functions - Overview of front-end and back-end systems - Dealing with multiple stores - Accommodating multiple languages & internationalization issues - Handling Magento modules - Working with the Magento template system - Understanding Magento's EAV database structure - Made-to-order products - Adding a rewards or points system - Integration with a CMS - Accounting, inventory and order fulfillment and exporting information with XML - An entire chapter devoted to quick answers to common questions.


Другие страницы

 
Cкачать книги бесплатно без регистрации в электронном виде (pdf, chm, txt).Вы можете читать книги онлайн на нашем сайте литературного портала книг.Большая подборка учебников, пособий, интересных книг.Электронные книги на английском языке скачать бесплатно без смс.

OK

Loading...
...
Закрыть