2017 © Pedro Peláez
 

cakephp-plugin ya

Ya: Yet Another **

image

k1low/ya

Ya: Yet Another **

  • Thursday, July 2, 2015
  • by k1LoW
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

THIS IS STILL IN DEVELOPMENT

Ya

Yet Another **, (*1)

Setting

app/webroot/index.php, (*2)

<?php

...

// App::uses('Dispatcher', 'Routing');
// $Dispatcher = new Dispatcher();
App::uses('YaDispatcher', 'Ya.Routing');
$Dispatcher = new YaDispatcher();
$Dispatcher->dispatch(
    new CakeRequest(),
    new CakeResponse()
);

Usage

Create YAPostsController.php to prototype new feature of PostsController., (*3)

app/Ya/YAPostsController.php, (*4)

<?php
  class YAPostsController extends PostsController
  {

    public add() {
       // override PostsController::add()
    }

  }

Behavior of YaDispatcher

Default action

default flow, (*5)

Safety action

safety flow, (*6)

The Versions

02/07 2015

dev-master

9999999-dev https://github.com/k1LoW/Ya

Ya: Yet Another **

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp prototyping