{"id":147,"date":"2010-01-23T17:47:44","date_gmt":"2010-01-24T01:47:44","guid":{"rendered":"http:\/\/blog.portnumber53.com\/?p=147"},"modified":"2010-01-23T17:47:44","modified_gmt":"2010-01-24T01:47:44","slug":"kohana-v3-03-reset","status":"publish","type":"post","link":"https:\/\/blog.portnumber53.com\/index.php\/2010\/01\/23\/kohana-v3-03-reset\/","title":{"rendered":"Kohana v3.03 reset"},"content":{"rendered":"<p>Download Kohana v3.0.3<\/p>\n<p>Upload files to your server<\/p>\n<p>Fix these paths inside index.php:<\/p>\n<pre class=\"brush:php\">$application = '..\/application';\n$modules = '..\/modules';\n$system = '..\/system';<\/pre>\n<p>Try accessing to make sure you installed correctly:<\/p>\n<p>http:\/\/kohanav3.portnumber53.com\/<\/p>\n<p>Some tweaks:<\/p>\n<p>Inside application\/bootstrap.php:<\/p>\n<pre class=\"brush:php\">date_default_timezone_set('America\/Los_Angeles');\nkohana::init(array(\n 'base_url' =&gt; '\/',\n 'index_file' =&gt; '',\n));<\/pre>\n<p>Now create: application\/classes\/controller\/layout.php<\/p>\n<p>Now extend the previous controller: application\/classes\/controller\/website.php<\/p>\n<p>And create a controller to handle content: application\/classes\/controller\/content.php<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A reset of my Kohana v3 tutorial <a class=\"continue-reading-link\" href=\"https:\/\/blog.portnumber53.com\/index.php\/2010\/01\/23\/kohana-v3-03-reset\/\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,18],"tags":[209,272,279,345],"class_list":["post-147","post","type-post","status-publish","format-standard","hentry","category-kohana","category-php","tag-kohanav3","tag-php","tag-programming","tag-tutorial"],"_links":{"self":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/comments?post=147"}],"version-history":[{"count":0,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/147\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/media?parent=147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/categories?post=147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/tags?post=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}