en
Книжки
Kae Verens

CMS Design using PHP and jQuery

In DetailPHP and JQuery are two of the most famous open source tools used for web development. This book will explain how to leverage their power by building a core CMS, which can be used for most projects without needing to be changed, and how to add custom plugins that can then be tailored to the individual project.
This book walks you through the creation of a CMS core, including basic page creation and user management, followed by a plugin architecture, and example plugins. Using the methods described in this book, you will find that you can create distinctly different websites and web projects using one codebase, web design templates, and custom-written plugins for any site-specific differences. Example code and explanation is provided for the entire project.
This book describes how to use PHP, MySQL, and jQuery to build an entire CMS from the ground up, complete with plugin architecture, user management, template-driven site design, and an installer. Each chapter walks you through the problems of various aspects of CMS design and their solutions, with example code and explanation provided for the chosen solutions.
A plugin architecture is explained and built, which allows you to enhance your own CMS by adding site-specific code that doesn't involve “hacking” the core CMS. By the end of the book, you will have developed a full CMS, which can be used to create a large variety of different site designs and capabilities.
An in-depth walk-through in building a PHP and jQuery plugin-based CMS project.
ApproachThis is a practical, tutorial-style book that develops a project from start to finish, explaining all aspects of the project. Every chapter starts by explaining what is to be accomplished and the various ways in which the problem may be tackled, followed by an in-depth explanation of the chosen solution.
Who this book is forIf you want to see jQuery in action with PHP and MySQL code, in the context of a real application, this is the book for you. It is written for developers who have written multiple scripts or websites, and want to know how to combine them all into one package that can be used to simplify future scripts and sites. The book is aimed at people who understand the basics of PHP and jQuery, and want to know how they can be used effectively to create a large project that is user-friendly and flexible.
393 паперові сторінки
Рік виходу видання
2010
Видавництво
Packt Publishing
Уже прочитали? Що скажете?
👍👎

Цитати

  • Jørgen Jørgensenцитує5 років тому
    CREATE TABLE `pages` (
    `id` int(11) NOT NULL auto_increment,
    `name` text,
    `body` mediumtext,
    `parent` int(11) default '0',
    `ord` int(11) NOT NULL default '0',
    `cdate` datetime default NULL ,
    `special` bigint(20) default NULL

На полицях

  • Arga Eof
    IT
    • 114
    • 12
  • b6558988024
    Dejan E-BOOKS
    • 183
    • 2
fb2epub
Перетягніть файли сюди, не більш ніж 5 за один раз