Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 11227

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Limitations</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="sdo.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sdo.examples.html">Examples</a></div>
 <div class="up"><a href="book.sdo.html">SDO</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="sdo.limitations" class="chapter">
 <h1>Limitations</h1>

 <div class="procedure">
  <strong class="title">Implementation Limitations</strong>
  <p class="para">
   The following are limitations in the current SDO implementation:
  </p>
  <ol type="1"><li>
   <p class="para">
    There is no support for multi-byte character sets.
    This will be considered, depending on community requirements,
    in a Unicode-enabled version of PHP.
   </p>
  </li>
 </ol></div>
 <div class="procedure">
  <strong class="title">SDO Limitations</strong>
  <p class="para">
   The following SDO 2.0 concepts are not supported in the current 
   PHP implementation.
   It is not necessarily the case that these will all be added over time.
   Their inclusion will depend on community requirements.
  </p>
  <ol type="1"><li>
   <p class="para">
    Bi-directional relationships.
   </p>
  </li>
  <li>
   <p class="para">
    Type and property alias names.
   </p>
  </li>
  <li>
   <p class="para">
    Read-only properties.
   </p>
  </li>
  <li>
   <p class="para"> 
    The Helper classes defined in SDO 2.0 are not directly implemented. 
    However equivalent function is provided in a more natural way for PHP. 
    For example the function of <strong class="command">CopyHelper::copy()</strong> 
    is provided by applying the PHP
    <a href="language.oop5.cloning.html" class="link">clone</a> keyword to a data object.
   </p>
  </li>
 </ol></div>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="sdo.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sdo.examples.html">Examples</a></div>
 <div class="up"><a href="book.sdo.html">SDO</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>