Вход Регистрация
Файл: CodeIgniter-3.0.3/user_guide/tutorial/static_pages.html
Строк: 2029
<?php
<!DOCTYPE html>
<!--[if 
IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if 
gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<
head>
  <
meta charset="utf-8">
  <
meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <
title>Static pages &mdashCodeIgniter 3.0.3 documentation</title>
  

  
  
    <
link rel="shortcut icon" href="../_static/ci-icon.ico"/>
  

  
  <
link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>

  
  
    

  

  
  
    <
link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
  

  
    <
link rel="top" title="CodeIgniter 3.0.3 documentation" href="../index.html"/>
        <
link rel="up" title="Tutorial" href="index.html"/>
        <
link rel="next" title="News section" href="news_section.html"/>
        <
link rel="prev" title="Tutorial" href="index.html"/> 

  
  <
script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>

</
head>

<
body class="wy-body-for-nav" role="document">

  <
div id="nav">
  <
div id="nav_inner">
    
    
    
      <
div id="pulldown-menu" class="ciNav">
        <
ul>
<
li class="toctree-l1"><class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../installation/index.html">Installation Instructions</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/index.html">Installation Instructions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../overview/getting_started.html">Getting Started</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/features.html">Supported Features</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/goals.html">Architectural Goals</a></li>
</
ul>
</
li>
</
ul>
<
ul class="current">
<
li class="toctree-l1 current"><class="reference internal" href="index.html">Tutorial</a><ul class="current">
<
li class="toctree-l2 current"><class="current reference internal" href="">Static pages</a></li>
<
li class="toctree-l2"><class="reference internal" href="news_section.html">News section</a></li>
<
li class="toctree-l2"><class="reference internal" href="create_news_items.html">Create news items</a></li>
<
li class="toctree-l2"><class="reference internal" href="conclusion.html">Conclusion</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li>
<
li class="toctree-l2"><class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li>
</ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../general/index.html">General Topics</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/controllers.html">Controllers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/views.html">Views</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/models.html">Models</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/helpers.html">Helpers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/hooks.html">Hooks Extending the Framework Core</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/common_functions.html">Common Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/routing.html">URI Routing</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/errors.html">Error Handling</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/caching.html">Caching</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/cli.html">Running via the CLI</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/security.html">Security</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../libraries/index.html">Libraries</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/caching.html">Caching Driver</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/config.html">Config Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/email.html">Email Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/ftp.html">FTP Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/input.html">Input Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/language.html">Language Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/loader.html">Loader Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/migration.html">Migrations Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/output.html">Output Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/security.html">Security Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/sessions.html">Session Library</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/table.html">HTML Table Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/typography.html">Typography Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/uri.html">URI Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../database/index.html">Database Reference</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../database/examples.html">Quick StartUsage Examples</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/queries.html">Running Queries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/results.html">Generating Query Results</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/transactions.html">Transactions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/metadata.html">Getting MetaData</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/caching.html">Query Caching</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../helpers/index.html">Helpers</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/file_helper.html">File Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/string_helper.html">String Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li>
</
ul>
</
li>
</
ul>

      </
div>
    
      
  </
div>
</
div>
<
div id="nav2">
  <
a href="#" id="openToc">
    <
img src="data:image/jpeg;base64,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" title="Toggle Table of Contents" alt="Toggle Table of Contents" />
  </
a>
</
div>

  <
div class="wy-grid-for-nav">

    
    <
nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <
div class="wy-side-nav-search">
        
          <
a href="../index.html" class="fa fa-home"CodeIgniter</a>
        
        
<
div role="search">
  <
form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
    <
input type="text" name="q" placeholder="Search docs" />
    <
input type="hidden" name="check_keywords" value="yes" />
    <
input type="hidden" name="area" value="default" />
  </
form>
</
div>
      </
div>

      <
div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
        
          
          
              <
ul>
<
li class="toctree-l1"><class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../installation/index.html">Installation Instructions</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/index.html">Installation Instructions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
<
li class="toctree-l2"><class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../overview/getting_started.html">Getting Started</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/features.html">Supported Features</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li>
<
li class="toctree-l2"><class="reference internal" href="../overview/goals.html">Architectural Goals</a></li>
</
ul>
</
li>
</
ul>
<
ul class="current">
<
li class="toctree-l1 current"><class="reference internal" href="index.html">Tutorial</a><ul class="current">
<
li class="toctree-l2 current"><class="current reference internal" href="">Static pages</a></li>
<
li class="toctree-l2"><class="reference internal" href="news_section.html">News section</a></li>
<
li class="toctree-l2"><class="reference internal" href="create_news_items.html">Create news items</a></li>
<
li class="toctree-l2"><class="reference internal" href="conclusion.html">Conclusion</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li>
<
li class="toctree-l2"><class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li>
</ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../general/index.html">General Topics</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/controllers.html">Controllers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/views.html">Views</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/models.html">Models</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/helpers.html">Helpers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/hooks.html">Hooks Extending the Framework Core</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/common_functions.html">Common Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/routing.html">URI Routing</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/errors.html">Error Handling</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/caching.html">Caching</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/cli.html">Running via the CLI</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/security.html">Security</a></li>
<
li class="toctree-l2"><class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../libraries/index.html">Libraries</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/caching.html">Caching Driver</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/config.html">Config Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/email.html">Email Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/ftp.html">FTP Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/input.html">Input Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/language.html">Language Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/loader.html">Loader Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/migration.html">Migrations Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/output.html">Output Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/security.html">Security Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/sessions.html">Session Library</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/table.html">HTML Table Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/typography.html">Typography Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/uri.html">URI Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<
li class="toctree-l2"><class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../database/index.html">Database Reference</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../database/examples.html">Quick StartUsage Examples</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/queries.html">Running Queries</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/results.html">Generating Query Results</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/transactions.html">Transactions</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/metadata.html">Getting MetaData</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/caching.html">Query Caching</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li>
<
li class="toctree-l2"><class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li>
</
ul>
</
li>
</
ul>
<
ul>
<
li class="toctree-l1"><class="reference internal" href="../helpers/index.html">Helpers</a><ul>
<
li class="toctree-l2"><class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/file_helper.html">File Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/string_helper.html">String Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li>
<
li class="toctree-l2"><class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li>
</
ul>
</
li>
</
ul>

          
        
      </
div>
      &
nbsp;
    </
nav>

    <
section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <
nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        <
i data-toggle="wy-nav-top" class="fa fa-bars"></i>
        <
a href="../index.html">CodeIgniter</a>
      </
nav>


      
      <
div class="wy-nav-content">
        <
div class="rst-content">
          <
div role="navigation" aria-label="breadcrumbs navigation">
  <
ul class="wy-breadcrumbs">
    <
li><a href="../index.html">Docs</a> &raquo;</li>
      
        <
li><a href="index.html">Tutorial</a> &raquo;</li>
      
    <
li>Static pages</li>
    <
li class="wy-breadcrumbs-aside">
      
    </
li>
    <
div style="float:right;margin-left:5px;" id="closeMe">
      <
img title="Classic Layout" alt="classic layout" src="data:image/gif;base64,R0lGODlhFAAUAJEAAAAAADMzM////wAAACH5BAUUAAIALAAAAAAUABQAAAImlI+py+0PU5gRBRDM3DxbWoXis42X13USOLauUIqnlsaH/eY6UwAAOw==" />
    </
div>
  </
ul>
  <
hr/>
</
div>
          <
div role="main" class="document">
            
  <
div class="section" id="static-pages">
<
h1>Static pages<class="headerlink" href="#static-pages" title="Permalink to this headline"></a></h1>
<
p><strong>Note:</strongThis tutorial assumes you&#8217;ve downloaded CodeIgniter and
<class="reference internal" href="../installation/index.html"><em>installed the framework</em></ain your
development environment
.</p>
<
p>The first thing you&#8217;re going to do is set up a <strong>controller</strong> to handle
static pagesA controller is simply a class that helps delegate work.
It is the glue of your web application.</p>
<
p>For examplewhen a call is made to:</p>
<
blockquote>
<
div><class="reference external" href="http://example.com/news/latest/10">http://example.com/news/latest/10</a></div></blockquote>
<p>We might imagine that there is a controller named &#8220;news&#8221;. The method
being called on news would be &#8220;latest&#8221;. The news method&#8217;s job could be to
grab 10 news items, and render them on the pageVery often in MVC,
you&#8217;ll see URL patterns that match:</p>
<blockquote>
<
div><class="reference external" href="http://example.com/[controller-class]/[controller-method]/[arguments">http://example.com/[controller-class]/[controller-method]/[arguments</a>]</div></blockquote>
<p>As URL schemes become more complexthis may changeBut for nowthis
is all we will need to know
.</p>
<
p>Create a file at application/controllers/Pages.php with the following
code
.</p>
<
div class="highlight-ci"><div class="highlight"><pre><span class="o">&lt;?</span><span class="nx">php</span>
<
span class="k">class</span> <span class="nc">Pages</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>

        <
span class="k">public</span> <span class="k">function</span> <span class="nf">view</span><span class="p">(</span><span class="nv">$page</span> <span class="o">=</span> <span class="s1">&#39;home&#39;</span><span class="p">)</span>
        
<span class="p">{</span>
        <
span class="p">}</span>
<
span class="p">}</span>
</
pre></div>
</
div>
<
p>You have created a class named <tt class="docutils literal"><span class="pre">Pages</span></tt>, with a view method that accepts
one argument named 
<tt class="docutils literal"><span class="pre">$page</span></tt>. The <tt class="docutils literal"><span class="pre">Pages</span></tt> class is extending the
<tt class="docutils literal"><span class="pre">CI_Controller</span></tt> class. This means that the new pages class can access the
methods 
and variables defined in the <tt class="docutils literal"><span class="pre">CI_Controller</span></tt> class
(<
em>system/core/Controller.php</em>).</p>
<
p>The <strong>controller is what will become the center of every request</strongto
your web application
In very technical CodeIgniter discussionsit may
be referred to 
as the <em>super object</em>. Like any php class, you refer to
it within your controllers 
as <tt class="docutils literal"><span class="pre">$this</span></tt>. Referring to <tt class="docutils literal"><span class="pre">$this</span></ttis how
you will load libraries
views, and generally command the framework.</p>
<
p>Now you&#8217;ve created your first method, it&#8217;s time to make some basic page
templatesWe will be creating two &#8220;views&#8221; (page templates) that act as
our page footer and header.</p>
<
p>Create the header at <em>application/views/templates/header.php</em> and add
the following code
:</p>
<
div class="highlight-ci"><div class="highlight"><pre><span class="o">&lt;</span><span class="nx">html</span><span class="o">&gt;</span>
        <
span class="o">&lt;</span><span class="nx">head</span><span class="o">&gt;</span>
                <
span class="o">&lt;</span><span class="nx">title</span><span class="o">&gt;</span><span class="nx">CodeIgniter</span> <span class="nx">Tutorial</span><span class="o">&lt;/</span><span class="nx">title</span><span class="o">&gt;</span>
        <
span class="o">&lt;/</span><span class="nx">head</span><span class="o">&gt;</span>
        <
span class="o">&lt;</span><span class="nx">body</span><span class="o">&gt;</span>

                <
span class="o">&lt;</span><span class="nx">h1</span><span class="o">&gt;&lt;?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nv">$title</span><span class="p">;</span> <span class="cp">?&gt;</span><span class="nt">&lt;/h1&gt;</span>
</
pre></div>
</
div>
<
p>The header contains the basic HTML code that you&#8217;ll want to display
before loading the main viewtogether with a headingIt will also
output the 
<tt class="docutils literal"><span class="pre">$title</span></ttvariablewhich we&#8217;ll define later in the controller.
Nowcreate a footer at <em>application/views/templates/footer.php</emthat
includes the following code
:</p>
<
div class="highlight-ci"><div class="highlight"><pre>                <span class="o">&lt;</span><span class="nx">em</span><span class="o">&gt;&amp;</span><span class="nb">copy</span><span class="p">;</span> <span class="mi">2015</span><span class="o">&lt;/</span><span class="nx">em</span><span class="o">&gt;</span>
        <
span class="o">&lt;/</span><span class="nx">body</span><span class="o">&gt;</span>
<
span class="o">&lt;/</span><span class="nx">html</span><span class="o">&gt;</span>
</
pre></div>
</
div>
<
div class="section" id="adding-logic-to-the-controller">
<
h2>Adding logic to the controller<class="headerlink" href="#adding-logic-to-the-controller" title="Permalink to this headline"></a></h2>
<
p>Earlier you set up a controller with a <tt class="docutils literal"><span class="pre">view()</span></ttmethodThe method
accepts one parameter
which is the name of the page to be loadedThe
static page templates will be located in the <em>application/views/pages/</em>
directory.</p>
<
p>In that directorycreate two files named <em>home.php</em> and <em>about.php</em>.
Within those filestype some text − anything you&#8217;d like − and save them.
If you like to be particularly un-original, try &#8220;Hello World!&#8221;.</p>
<p>In order to load those pagesyou&#8217;ll have to check whether the requested
page actually exists:</p>
<
div class="highlight-ci"><div class="highlight"><pre><span class="k">public</span> <span class="k">function</span> <span class="nf">view</span><span class="p">(</span><span class="nv">$page</span> <span class="o">=</span> <span class="s1">&#39;home&#39;</span><span class="p">)</span>
<span class="p">{</span>
        <
span class="k">if</span> <span class="p">(</span> <span class="o">!</span> <span class="nb">file_exists</span><span class="p">(</span><span class="nx">APPPATH</span><span class="o">.</span><span class="s1">&#39;/views/pages/&#39;</span><span class="o">.</span><span class="nv">$page</span><span class="o">.</span><span class="s1">&#39;.php&#39;</span><span class="p">))</span>
        
<span class="p">{</span>
                <
span class="c1">// Whoops, we don&#39;t have a page for that!</span>
                
<span class="nx">show_404</span><span class="p">();</span>
        <
span class="p">}</span>

        <
span class="nv">$data</span><span class="p">[</span><span class="s1">&#39;title&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="nb">ucfirst</span><span class="p">(</span><span class="nv">$page</span><span class="p">);</span> <span class="c1">// Capitalize the first letter</span>

        
<span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">view</span><span class="p">(</span><span class="s1">&#39;templates/header&#39;</span><span class="p">,</span> <span class="nv">$data</span><span class="p">);</span>
        
<span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">view</span><span class="p">(</span><span class="s1">&#39;pages/&#39;</span><span class="o">.</span><span class="nv">$page</span><span class="p">,</span> <span class="nv">$data</span><span class="p">);</span>
        
<span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">view</span><span class="p">(</span><span class="s1">&#39;templates/footer&#39;</span><span class="p">,</span> <span class="nv">$data</span><span class="p">);</span>
<span class="p">}</span>
</
pre></div>
</
div>
<
p>Nowwhen the page does existit is loadedincluding the header and
footer, and displayed to the user. If the page doesn&#8217;t exist, a &#8220;404
Page not found&#8221; error is shown.</p>
<p>The first line in this method checks whether the page actually exists.
PHP&#8217;s native <tt class="docutils literal"><span class="pre">file_exists()</span></tt> function is used to check whether the file
is where it&#8217;s expected to be. <tt class="docutils literal"><span class="pre">show_404()</span></tt> is a built-in CodeIgniter
function that renders the default error page.</p>
<
p>In the header templatethe <tt class="docutils literal"><span class="pre">$title</span></ttvariable was used to customize the
page title
The value of title is defined in this methodbut instead of
assigning the value to a variable
it is assigned to the title element
in the 
<tt class="docutils literal"><span class="pre">$data</span></tt> array.</p>
<
p>The last thing that has to be done is loading the views in the order
they should be displayed
The second parameter in the <tt class="docutils literal"><span class="pre">view()</span></ttmethod is
used to pass values to the view
Each value in the <tt class="docutils literal"><span class="pre">$data</span></tt> array is
assigned to a variable with the name of its key
So the value of
<tt class="docutils literal"><span class="pre">$data['title']</span></ttin the controller is equivalent to <tt class="docutils literal"><span class="pre">$title</span></ttin the
view
.</p>
</
div>
<
div class="section" id="routing">
<
h2>Routing<class="headerlink" href="#routing" title="Permalink to this headline"></a></h2>
<
p>The controller is now functioningPoint your browser to
<tt class="docutils literal"><span class="pre">[your-site-url]index.php/pages/view</span></ttto see your pageWhen you visit
<tt class="docutils literal"><span class="pre">index.php/pages/view/about</span></ttyou&#8217;ll see the about page, again including
the header and footer.</p>
<
p>Using custom routing rulesyou have the power to map any URI to any
controller 
and method, and break free from the normal convention:
<
tt class="docutils literal"><span class="pre">http://example.com/[controller-class]/[controller-method]/[arguments]</span></tt></p>
<p>Let&#8217;s do that. Open the routing file located at
<em>application/config/routes.php</em> and add the following two lines.
Remove all other code that sets any element in the <tt class="docutils literal"><span class="pre">$route</span></tt> array.</p>
<
div class="highlight-ci"><div class="highlight"><pre><span class="nv">$route</span><span class="p">[</span><span class="s1">&#39;default_controller&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;pages/view&#39;</span><span class="p">;</span>
<span class="nv">$route</span><span class="p">[</span><span class="s1">&#39;(:any)&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;pages/view/$1&#39;</span><span class="p">;</span>
</pre></div>
</
div>
<
p>CodeIgniter reads its routing rules from top to bottom and routes the
request to the first matching rule
Each rule is a regular expression
(left-sidemapped to a controller and method name separated by slashes
(right-side). When a request comes inCodeIgniter looks for the first
match
, and calls the appropriate controller and methodpossibly with
arguments
.</p>
<
p>More information about routing can be found in the URI Routing
<class="reference internal" href="../general/routing.html"><em>documentation</em></a>.</p>
<
p>Herethe second rule in the <tt class="docutils literal"><span class="pre">$routes</span></tt> array matches <strong>any</strongrequest
using the wildcard string 
<tt class="docutils literal"><span class="pre">(:any)</span></tt>. and passes the parameter to the
<tt class="docutils literal"><span class="pre">view()</span></ttmethod of the <tt class="docutils literal"><span class="pre">Pages</span></tt> class.</p>
<
p>Now visit <tt class="docutils literal"><span class="pre">index.php/about</span></tt>. Did it get routed correctly to the <tt class="docutils literal"><span class="pre">view()</span></tt>
method in the pages controllerAwesome!</p>
</
div>
</
div>


          </
div>
          <
footer>
  
    <
div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <
a href="news_section.html" class="btn btn-neutral float-right" title="News section">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
        <
a href="index.html" class="btn btn-neutral" title="Tutorial"><span class="fa fa-arrow-circle-left"></spanPrevious</a>
      
    </
div>
  

  <
hr/>

  <
div role="contentinfo">
    <
p>
        &
copyCopyright 2014 2015British Columbia Institute of Technology.
      
Last updated on Oct 312015.
    
</p>
  </
div>

  
Built with <a href="http://sphinx-doc.org/">Sphinx</ausing a <a href="https://github.com/snide/sphinx_rtd_theme">theme</aprovided by <a href="https://readthedocs.org">Read the Docs</a>.
  
</
footer>
        </
div>
      </
div>

    </
section>

  </
div>
  


  

    <
script type="text/javascript">
        var 
DOCUMENTATION_OPTIONS = {
            
URL_ROOT:'../',
            
VERSION:'3.0.3',
            
COLLAPSE_INDEX:false,
            
FILE_SUFFIX:'.html',
            
HAS_SOURCE:  false
        
};
    </
script>
      <
script type="text/javascript" src="../_static/jquery.js"></script>
      <
script type="text/javascript" src="../_static/underscore.js"></script>
      <
script type="text/javascript" src="../_static/doctools.js"></script>

  

  
  
    <
script type="text/javascript" src="../_static/js/theme.js"></script>
  

  
  
  <
script type="text/javascript">
      
jQuery(function () {
          
SphinxRtdTheme.StickyNav.enable();
      });
  </
script>
   

</
body>
</
html>
?>
Онлайн: 2
Реклама