Pluf Framework

Pluf Framework Git Source Tree

Root/apps/helloworld/index.php

1<?php
2set_include_path(get_include_path().PATH_SEPARATOR.'../../src');
3require 'Pluf.php';
4Pluf::start(dirname(__FILE__).'/Hello/conf/hello.php');
5Pluf_Dispatcher::loadControllers(Pluf::f('hello_urls'));
6Pluf_Dispatcher::dispatch(Pluf_HTTP_URL::getAction());
7
8

Archive Download this file

Branches

Tags