<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tech.solin.eu/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://tech.solin.eu/feed.php">
        <title>Solin Expertise Center php</title>
        <description></description>
        <link>https://tech.solin.eu/</link>
        <image rdf:resource="https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-04-19T10:59:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.solin.eu/doku.php?id=php:php&amp;rev=1410260589&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico">
        <title>Solin Expertise Center</title>
        <link>https://tech.solin.eu/</link>
        <url>https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://tech.solin.eu/doku.php?id=php:php&amp;rev=1410260589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-09-09T11:03:09+00:00</dc:date>
        <title>php:php</title>
        <link>https://tech.solin.eu/doku.php?id=php:php&amp;rev=1410260589&amp;do=diff</link>
        <description>OOP Intricacies

Static properties are inherited, but in order to use them “intuitively”, you need to use the, erm, static keyword. E.g.:



class sync_message {

    var $message;
    var $datetime;
    public static $filename = 'synchronizer.log';

    function write_log() {
        // simplified example
        $handle = fopen(static::$filename);
    }
}

class sync_warning {
   public static $filename = 'warnings.log';
}</description>
    </item>
</rdf:RDF>
