Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>udpdate</strong> </p> <p>PHP has shifted these couple of years and now, more than ever, interoperability is of paramount importance. The single most important piece of PHP code would be the piece that can get along with all other bits.</p> <p><a href="http://www.phptherightway.com/" rel="nofollow noreferrer"><strong>PHP The Right Way</strong></a> - a quick reference on how to do things<br> <strong><a href="http://www.php-fig.org/psr/" rel="nofollow noreferrer">PHP Standards Recommendations</a></strong> - or how to start writing PHP for the world </p> <p>Advanced Computer Science topics are, for the most part, language agnostic ranging from algorithms to large scale software development.</p> <hr> <p><strong>original answer:</strong></p> <p>If you are not already into the two bellow I would seriously suggest you start there.</p> <ol> <li>Objects</li> <li>MVC (model view controller)</li> </ol> <p>If you are asking this question you probably feel that there probably is a better way to reuse your code. That there probably is a better way to split logic from structure. If that is so go with the two bellow.</p> <p>It will probably take a while to get used to <code>Objects</code> but it be worth while.</p> <p>The one best thing I can suggest you is to embrace a framework.</p> <ul> <li><a href="http://codeigniter.com/" rel="nofollow noreferrer">codeigniter</a></li> <li><a href="http://framework.zend.com/" rel="nofollow noreferrer">zend framework</a></li> </ul> <p>You'll be forced to write your code following standards and you'll get a much better notion of how <em>advanced php software works</em>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload