CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • cmc
    • core
      • ui
    • db
      • mysqli
    • error
    • ui
      • widgets
  • PHP

Classes

  • app
  • cmc
  • dftconfig
  • sess

Functions

  • app
  • qry
  • sess

CMC for PHP is a web framework for PHP.
Copyright (c) 2014 by Calmarsoft company http://calmarsoft.com (FRANCE). All rights reserved.
Project information available here.

Class cmc

This class contains the global variables and methods of the framework

Namespace: cmc
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at cmc.php

Methods summary

public static string
# mark( )

returns the 'mark' of the library.
The 'mark' changes each time the library is generated.

returns the 'mark' of the library.
The 'mark' changes each time the library is generated.

Returns

string
public static boolean
# str_beginsby( string $str, string $pat )

tests if a string begins with $pat

tests if a string begins with $pat

Parameters

$str
string
the string being tested
$pat
string
the prefix to test

Returns

boolean
public static boolean
# str_truncprefix( string & $str, string $pat )

removes a prefix if exists

removes a prefix if exists

Parameters

$str
string
the input/output string
$pat
string
the prefix value

Returns

boolean
true if succeeded
public static string
# className( string $var )

gets the class part of an object (without namespace)

gets the class part of an object (without namespace)

Parameters

$var
string
$var

Returns

string

Magic methods summary

Constants summary

integer CMC_gloMark 999
#

the default mark value

the default mark value

Properties summary

public static integer $startTime
#

The microtime value for starting the whole process

The microtime value for starting the whole process

public static integer $endCMCTime
#

the microtime value of ending the library parse

the microtime value of ending the library parse

public static integer $startProcessTime
#

the microtime value when user process starts

the microtime value when user process starts

public static integer $endProcessTime
#

the microtime value when process is finished

the microtime value when process is finished

CMC for PHP API documentation generated by ApiGen 2.8.0