File: objet_autoload.php

package info (click to toggle)
php-zeta-base 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: php: 2,733; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (5)
1
2
3
4
5
<?php
return array(
	'Objet' => 'object/object.php',
);
?>