{"id":546,"date":"2016-07-10T00:44:00","date_gmt":"2016-07-10T00:44:00","guid":{"rendered":"https:\/\/resoundingechoes.net\/?p=546"},"modified":"2018-03-31T14:04:49","modified_gmt":"2018-03-31T14:04:49","slug":"autoloading-classes-php","status":"publish","type":"post","link":"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/","title":{"rendered":"Autoloading Classes In PHP"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"<p>Using the autoloading feature of PHP gives us cleaner code and less worry, not to mention it encourages better organization of our files.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"full-width-content","footnotes":""},"categories":[5],"tags":[18],"class_list":{"0":"post-546","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-development","7":"tag-php","8":"entry","9":"has-post-thumbnail"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Autoloading Classes In PHP | ResoundingEchoes<\/title>\n<meta name=\"description\" content=\"Autoloading files for PHP classes is a feature built into PHP. Autoloading can save us a lot of time and worry, and also makes our code a lot cleaner.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Autoloading Classes In PHP | ResoundingEchoes\" \/>\n<meta property=\"og:description\" content=\"Autoloading files for PHP classes is a feature built into PHP. Autoloading can save us a lot of time and worry, and also makes our code a lot cleaner.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/\" \/>\n<meta property=\"og:site_name\" content=\"ResoundingEchoes\" \/>\n<meta property=\"article:published_time\" content=\"2016-07-10T00:44:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-31T14:04:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/resoundingechoes.net\/wp-content\/uploads\/horse-pulling-cart-autoloading-php-functions.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"523\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"Michael Hull\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"4 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/resoundingechoes.net\/#website\",\"url\":\"https:\/\/resoundingechoes.net\/\",\"name\":\"ResoundingEchoes\",\"description\":\"The Volume Just Increases\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/resoundingechoes.net\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/resoundingechoes.net\/wp-content\/uploads\/horse-pulling-cart-autoloading-php-functions.jpg\",\"width\":1080,\"height\":523},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/#webpage\",\"url\":\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/\",\"name\":\"Autoloading Classes In PHP | ResoundingEchoes\",\"isPartOf\":{\"@id\":\"https:\/\/resoundingechoes.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/#primaryimage\"},\"datePublished\":\"2016-07-10T00:44:00+00:00\",\"dateModified\":\"2018-03-31T14:04:49+00:00\",\"author\":{\"@id\":\"https:\/\/resoundingechoes.net\/#\/schema\/person\/2c60279e6b9f02a1e8e8d6e3594efe15\"},\"description\":\"Autoloading files for PHP classes is a feature built into PHP. Autoloading can save us a lot of time and worry, and also makes our code a lot cleaner.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/resoundingechoes.net\/development\/autoloading-classes-php\/\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/resoundingechoes.net\/#\/schema\/person\/2c60279e6b9f02a1e8e8d6e3594efe15\",\"name\":\"Michael Hull\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/resoundingechoes.net\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/884fe8446291cf7f3026f1e0ea0a7e05af2b52020f877557123dcf2dbf39a02a?s=96&d=mm&r=g\",\"caption\":\"Michael Hull\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/posts\/546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/comments?post=546"}],"version-history":[{"count":44,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/posts\/546\/revisions"}],"predecessor-version":[{"id":992,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/posts\/546\/revisions\/992"}],"wp:attachment":[{"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/media?parent=546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/categories?post=546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/resoundingechoes.net\/wp-json\/wp\/v2\/tags?post=546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}