Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncphp
/
mcClasses
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9bfa4a9c
authored
Nov 22, 2013
by
sn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<? => <?php
1 parent
d5af0c7c
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
16 additions
and
19 deletions
class_mcConfig.inc.php
class_mcCrypt.inc.php
class_mcException.inc.php
class_mcFPDF.inc.php
class_mcFile.inc.php
class_mcMail.inc.php
class_mcPerformance.inc.php
class_mcQRCode.inc.php
class_mcQuickForm.inc.php
doOnTheEnd.php
doOnTheStart.php
include.php
mcPUIX/class_mcPUIX_DOM.inc.php
mcPUIX/class_mcPUIX_PDO.inc.php
service/QRCode/index.php
class_mcConfig.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcConfig
{
private
static
$configs
=
array
(
...
...
class_mcCrypt.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcCrypt
{
public
static
function
crypt
(
$param_string
)
{
...
...
class_mcException.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcException
extends
mcEvent
{
...
...
class_mcFPDF.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcFPDF
extends
FPDF
{
...
...
class_mcFile.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcFile
{
/**
...
...
class_mcMail.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcMail
{
...
...
class_mcPerformance.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcPerformance
{
private
static
$StaticCalls
=
array
();
...
...
class_mcQRCode.inc.php
View file @
9bfa4a9
<?
<?
php
/**
* noch nicht wirklich entwickelt... eher als notiz zu verstehen
* @since 20110801 @author n@mensch.coop
...
...
class_mcQuickForm.inc.php
View file @
9bfa4a9
<?
<?
php
?>
doOnTheEnd.php
View file @
9bfa4a9
<?
<?
php
/**
* dinge die am Ende noch ausgeführt werden sollen
*
...
...
doOnTheStart.php
View file @
9bfa4a9
<?
<?
php
require_once
$__PATH_to_mcClasses
.
'include.php'
;
require_once
$__PATH_to_mcClasses
.
'config.php'
;
...
...
@@ -93,5 +93,3 @@ if($_LOSP_DEV) {
D
::
start
();
}
?>
\ No newline at end of file
include.php
View file @
9bfa4a9
<?
<?
php
/**
* include the mcClasses libary
*
...
...
@@ -9,7 +9,7 @@
//require_once('../fpdf16/fpdf.php');
require_once
(
"basepath.inc.php"
);
//
require_once("basepath.inc.php");
if
(
!
class_exists
(
'FPDF'
))
{
require_once
$__PATH_to_mcClasses
.
'lib/fpdf16/fpdf.php'
;
...
...
mcPUIX/class_mcPUIX_DOM.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcPUIX_DOM
{
private
static
$double
=
array
();
...
...
mcPUIX/class_mcPUIX_PDO.inc.php
View file @
9bfa4a9
<?
<?
php
class
mcPUIX_PDO
{
public
static
function
getConfigColumnKeys
(
$param_Config
)
{
...
...
service/QRCode/index.php
View file @
9bfa4a9
...
...
@@ -50,7 +50,7 @@ if(array_key_exists('qrcode', $_POST) && $_POST['qrcode']) {
</tr>
</table>
</form>
<?
<?
php
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment