<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.joeldare.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.joeldare.com/wiki/feed.php">
        <title>JoelDare.com pure_php</title>
        <description></description>
        <link>https://www.joeldare.com/wiki/</link>
        <image rdf:resource="https://www.joeldare.com/wiki/lib/tpl/default/images/favicon.ico" />
       <dc:date>2026-05-05T05:08:08+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.joeldare.com/wiki/pure_php:introduction?rev=1591052021&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.joeldare.com/wiki/pure_php:object_oriented_programming?rev=1591052021&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.joeldare.com/wiki/pure_php:overview?rev=1591052021&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.joeldare.com/wiki/pure_php:php_as_a_templating_engine?rev=1591052021&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.joeldare.com/wiki/pure_php:start?rev=1591052021&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.joeldare.com/wiki/lib/tpl/default/images/favicon.ico">
        <title>JoelDare.com</title>
        <link>https://www.joeldare.com/wiki/</link>
        <url>https://www.joeldare.com/wiki/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.joeldare.com/wiki/pure_php:introduction?rev=1591052021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T22:53:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Introduction</title>
        <link>https://www.joeldare.com/wiki/pure_php:introduction?rev=1591052021&amp;do=diff</link>
        <description>Introduction

This book is about using pure PHP to get the job done.  It's about avoiding the complexities, slowness, and bloat of frameworks.  And, it's about creating clean, portable code that's easy for any PHP programmer to understand.

This book is not a primer on PHP.  It's written for programmers who already have a firm grasp on PHP programming.</description>
    </item>
    <item rdf:about="https://www.joeldare.com/wiki/pure_php:object_oriented_programming?rev=1591052021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T22:53:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Object Oriented Programming</title>
        <link>https://www.joeldare.com/wiki/pure_php:object_oriented_programming?rev=1591052021&amp;do=diff</link>
        <description>Object Oriented Programming

Having learned procedural programming from a young age, it took me a long time to grasp the ideas of object oriented programming.  Once you do grasp them, however, I've found that they come in extremely handy.

In this book, we've talked about models and controllers.  Your models and controllers can easily be thought of as objects.  Imagine a model for cars.  We want to be able to create, read, update, and delete (CRUD) cars from our database.  So, we create a cars o…</description>
    </item>
    <item rdf:about="https://www.joeldare.com/wiki/pure_php:overview?rev=1591052021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T22:53:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Overview</title>
        <link>https://www.joeldare.com/wiki/pure_php:overview?rev=1591052021&amp;do=diff</link>
        <description>Overview

This is a quick overview of some of the technical concepts we'll cover in this book.

Template Engine

A template engine is software that is designed to process web templates and to produce the user interface output of web documents. PHP is, itself, an example of a web template engine.</description>
    </item>
    <item rdf:about="https://www.joeldare.com/wiki/pure_php:php_as_a_templating_engine?rev=1591052021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T22:53:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PHP as a Templating Engine and MVC</title>
        <link>https://www.joeldare.com/wiki/pure_php:php_as_a_templating_engine?rev=1591052021&amp;do=diff</link>
        <description>PHP as a Templating Engine and MVC

There are lots of template engines scattered across the web.  Where I work we even wrote our own, which turned out to be a lot like Tiny But Strong.  But, if you're using PHP, you probably don't need a separate template engine; PHP is already a template language.</description>
    </item>
    <item rdf:about="https://www.joeldare.com/wiki/pure_php:start?rev=1591052021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T22:53:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Pure PHP</title>
        <link>https://www.joeldare.com/wiki/pure_php:start?rev=1591052021&amp;do=diff</link>
        <description>Pure PHP

Pure PHP : Embracing Simplicity in a Swarm of Complexity

This is a rough draft of what I hope will eventually become a complete book.

Introduction

Overview - Integrated into Introduction

PHP as a Templating Engine and MVC

Object Oriented Programming

API's First

REST Without Rewrites

GIT</description>
    </item>
</rdf:RDF>
