00001 <?php 00002 00007 class oxState extends oxI18n 00008 { 00014 protected $_sClassName = 'oxstate'; 00015 00019 public function __construct() 00020 { 00021 parent::__construct(); 00022 $this->init("oxstates"); 00023 } 00024 00025 00026 }