downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/es/class.yaf-route-static.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.yaf.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'es',
  ),
 
'this' =>
  array (
   
0 => 'class.yaf-route-static.php',
   
1 => 'Yaf_Route_Static',
  ),
 
'up' =>
  array (
   
0 => 'book.yaf.php',
   
1 => 'Yaf',
  ),
 
'prev' =>
  array (
   
0 => 'yaf-route-simple.route.php',
   
1 => 'Yaf_Route_Simple::route',
  ),
 
'next' =>
  array (
   
0 => 'yaf-route-static.match.php',
   
1 => 'Yaf_Route_Static::match',
  ),
 
'alternatives' =>
  array (
  ),
 
'extra_header_links' =>
  array (
   
'rel' => 'alternate',
   
'href' => '/manual/en/feeds/class.yaf-route-static.atom',
   
'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="class.yaf-route-static" class="reference">
 
 <h1 class="title">La clase Yaf_Route_Static</h1>
 
 
 <div class="partintro"><p class="verinfo">(Yaf &gt;=1.0.0)</p>
 
 
  <div class="section" id="yaf-route-static.intro">
   <h2 class="title">Introducción</h2>
   <p class="para">
    Por defecto, <a href="class.yaf-router.php" class="classname">Yaf_Router</a> sólo tiene un
    <strong class="classname">Yaf_Route_Static</strong> como su ruta predeterminada.
   </p>
   <p class="para">
    Y <strong class="classname">Yaf_Route_Static</strong> está diseñada para manejar el
    80% de los requisitos.
   </p>
   <p class="para">
    Por favor, *OBSERVE* que no es necesario instanciar un objeto de la clase <strong class="classname">Yaf_Route_Static</strong>, y que también
    es inncesesario añadirlo a la pila de enrutamientos de <a href="class.yaf-router.php" class="classname">Yaf_Router</a>,
    ya que siempre hay una en la pila de enrutamiento de <a href="class.yaf-router.php" class="classname">Yaf_Router</a>,
    y que siempre será llamada en el último momento.
   </p>
  </div>
 
 
  <div class="section" id="yaf-route-static.synopsis">
   <h2 class="title">Sinopsis de la Clase</h2>
  
  
   <div class="classsynopsis">
    <div class="ooclass"></div>
   
   
    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">Yaf_Route_Static</strong>
     </span>
    
     <span class="oointerface">implements
      <span class="interfacename"><a href="class.yaf-router.php" class="interfacename">Yaf_Router</a></span>
     </span>
     {</div>
   
   
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Métodos */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="yaf-route-static.match.php" class="methodname">match</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$uri</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="yaf-route-static.route.php" class="methodname">route</a></span>
    ( <span class="methodparam"><span class="type"><a href="class.yaf-request-abstract.php" class="type Yaf_Request_Abstract">Yaf_Request_Abstract</a></span> <code class="parameter">$request</code></span>
   )</div>

   }</div>
  
  
  </div>
 
 </div>
 
 

















 
<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="yaf-route-static.match.php">Yaf_Route_Static::match</a> — El prop&oacute;sito de match</li><li><a href="yaf-route-static.route.php">Yaf_Route_Static::route</a> — Enviar una petici&oacute;n</li></ul>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites