framework icon indicating copy to clipboard operation
framework copied to clipboard

Typecho Framework整体框架

Results 6 framework issues
Sort by recently updated
recently updated
newest added

I've read `/src/Mvc/Response.php` and found that no options to set http-only cookies. Http-only cookies are securer in some situations.

1. Automatically add DIRECTORY_SEPARATOR for log path; 2.Add caller **FILE** and **LINE** in log message

Request::getArgs() can't get data from STDIN when client post JSON / XML to Server. for example: post JSON via angularjs ``` javascript $http({ url: '/api/task/create', method: "POST", data: JSON.stringify(newTask) }).success(function(data)...

作为一个这么好的框架,居然没有文档。问了好多人 ,都说看别人开发的插件源码,问题插件也没按源码去开发都是各自hack,这不是作死的节奏吗?

class TE\Mvc\Router\Simple is a simple web router