Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Arrays
  • Assets
  • Filesystem
  • Image
  • Languages
  • Mail
  • Secure
  • Strings
  • SWF
  • Utils
  • Validate
  • Visitor
  • Overview
  • Package
  • Class
  • Tree

Class Filesystem

Onion Framework - Práca so súborovým systémom

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Package: Onion::Utils
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at Utils/Filesystem.php
Methods summary
public static
# init( $settings )
private static
# connect( )
public static
# disconnect( )
public static
# ls( $dir, $filter = NULL, $target = 'files', $info = FALSE )
public static
# cp( $source, $target )
public static
# mv( $source, $target )
public static
# rename( $source, $target )
public static
# rm( $target, $recursive = FALSE, $type = NULL )
public static
# mkdir( $dir, $mode = 0777 )
public static
# chmod( $target, $mode, $recursive = FALSE )
public static
# file_exists( $file )
public static
# prepare_path( $path )
Properties summary
public static string $error ''
#
public static boolean $useftp FALSE
#
public static string $host 'localhost'
#
public static string $user 'annonymous'
#
public static string $password 'annonymous@example.com'
#
public static string $root 'public_html'
#
private static $connection NULL
#
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.