added some useful models and controllers
This commit is contained in:
parent
be916018ba
commit
a6873ee6c8
2 changed files with 0 additions and 35 deletions
|
@ -1,23 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Example Model
|
|
||||||
* Use models do define an interface
|
|
||||||
* between data holders and your application. You can implement your
|
|
||||||
* business logic in model classes as well.
|
|
||||||
*
|
|
||||||
* @author Karl Pannek <info@katharsis.in>
|
|
||||||
* @version 0.5.2
|
|
||||||
* @package Katharsis
|
|
||||||
*/
|
|
||||||
class Example extends Katharsis_Model_Abstract
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Init method, will be called when this class is instanced
|
|
||||||
* Use this method instead of __construct()
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function init()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title></title>
|
|
||||||
<link href="<?=$this->base?>/style/main.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Welcome</h1>
|
|
||||||
<p>
|
|
||||||
This is an empty <?=$this->someVariableName?> project.
|
|
||||||
</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Add a link
Reference in a new issue