Changeset 20

Show
Ignore:
Timestamp:
12/01/06 18:23:38 (2 years ago)
Author:
bermiferrer
Message:

Implementing the API definition models for the Web Services Framework

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/boot.php

    r2 r20  
    7474 
    7575ak_define('APP_DIR', AK_BASE_DIR.DS.'app'); 
     76ak_define('APIS_DIR', AK_APP_DIR.DS.'apis'); 
    7677ak_define('MODELS_DIR', AK_APP_DIR.DS.'models'); 
    7778ak_define('CONTROLLERS_DIR', AK_APP_DIR.DS.'controllers'); 
     
    200201require_once(AK_LIB_DIR.DS.'Ak.php'); 
    201202 
     203/* 
    202204if(!AK_CLI && (AK_DEBUG || AK_ENVIRONMENT == 'setup')){ 
    203205    include_once(AK_LIB_DIR.DS.'AkDevelopmentErrorHandler.php'); 
     
    205207    set_error_handler(array(&$__AkDevelopmentErrorHandler, 'raiseError')); 
    206208} 
     209*/ 
    207210 
    208211ak_define('ACTION_CONTROLLER_DEFAULT_REQUEST_TYPE', 'web_request'); 
  • trunk/lib/AkActionWebservice.php

    r2 r20  
    11<?php 
    22/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ 
    3  
    4 // WARNING THIS IS EXPERIMENTAL 
    53 
    64// +----------------------------------------------------------------------+ 
  • trunk/lib/AkCharset.php

    r2 r20  
    663663    { 
    664664        if(!isset($mapping_array[$char])){ 
    665             //echo "$char\n<hr>"; 
    666665            return; 
    667666        }else{