<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1060286" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1060286</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I do similar, work off of a</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/all-about-frameworks#comment-1289645</link>
    <description> &lt;p&gt;I do similar, work off of a codebase I have been building up for over 10 years now. This past year, I finally have in and started redoing more of it OOP. &lt;/p&gt;
&lt;p&gt;I gave a look at many over the years. Code Igniter was big among some people I knew for a while, but then from what I hear it has fallen to wayside in terms of keeping up with what is available with PHP (could be wrong, not trying to get into that debate).&lt;/p&gt;
&lt;p&gt;Laravel when I had time seemed like a nice one, but v4 had just came out at the time, and there was really no good &quot;learning from scratch&quot; for it at the time, more of just &quot;if you are used to v3...&quot; ones, and heard from several people that there was enough of a difference between 3 and 4, it is best to go straight to 4, so i didn&#039;t want to spend the time using the &quot;learn from scratch&quot; ones for 3...  Later on I had time to learn again, and guess what, v5 had just come out, and same damn thing lol. &lt;/p&gt;
&lt;p&gt;I&#039;ve never gotten my heard around ones that require CLI installers. I like having all the code on my system and then rsync it over when done. I get the benefits of it, just haven&#039;t gotten myself there yet (kinda like the long delay to get to OOP)&lt;/p&gt;
&lt;p&gt;I think the big thing is how well you build it. I just a few months ago had to go do some updates to a huge web app I wrote back in 2003. I was quite impresses with how well I wrote back then, using MVC type structures before I ever knew what MVC was, keeping everything separated and modularized. Was easy to adapt it over have Wordpress power the front end and subscription purchases and tie back-end logins to it. Other who have worked on it over the years have been able to cleanly modify it due to that, not much &quot;hack code&quot; at all.&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 May 2015 03:07:05 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1289645 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>My own 
I started to write a</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/all-about-frameworks#comment-1289644</link>
    <description> &lt;p&gt;My own &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I started to write a basic one, for my own personal blogs and websites. Adding new functionality as modules/libraries as I go, so they are entirely separate modules. &lt;/p&gt;
&lt;p&gt;This allows me to use the core framework anywhere, and drop in any additional functionality I need.&lt;/p&gt;
&lt;p&gt;Moving on to making it more database driven instead of just flat file. Storage is DB, but some options and configs would be better in files, as will a more substantial blog setup (files just don&#039;t cut it).&lt;br /&gt;
The router is something I need to work on too, it&#039;s embarrassing to look at as it&#039;s still the quick thrown together one I made at first.&lt;/p&gt;
&lt;p&gt;Have dabbled very loosely with Zend, Symfony2 and couple of others, when I needed some quick inspiration as to how others tackle a problem.&lt;br /&gt;
But have intentionally not looked at too much of their source as they all have problems I did not want to introduce in mine.&lt;br /&gt;
Plus, they&#039;re entirely different beasts to mine altogether. &lt;/p&gt;
&lt;p&gt;If you are &lt;em&gt;considering&lt;/em&gt; making your own, and you are not sure, then you are likely not ready for doing it for commercial reasons and don&#039;t expect it to be done in a few weeks (if you did you would &lt;em&gt;know&lt;/em&gt; what it would entail).&lt;/p&gt;
&lt;p&gt;However, I advise very strongly to do it as a learning curve.&lt;br /&gt;
I&#039;ve learned so much in the last 6 months - SPL auto loader, some design patterns like Dependency Injection etc, coding standards, better practice with MVC separation. Even things like writing code with consideration for unit testing, and refactoring techniques.&lt;/p&gt;
&lt;p&gt;It&#039;s been worth the journey.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 May 2015 20:05:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1289644 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
