https://github.com/vaneves/trilight
Framework PHP WebMethod
https://github.com/vaneves/trilight
Last synced: about 1 month ago
JSON representation
Framework PHP WebMethod
- Host: GitHub
- URL: https://github.com/vaneves/trilight
- Owner: vaneves
- Created: 2012-04-16T16:44:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-16T20:45:33.000Z (about 14 years ago)
- Last Synced: 2025-02-27T12:42:26.412Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trilight é um framework PHP para criação de WebMethod, semelhante ao do .NET. A utilização é feita por meio de classes, na qual seus métodos são instanciados via requisições ajax JSON, na qual retorna um resultado no mesmo formato.
## Servidor ##
Basta criar uma classe que herda de `WebMethod` e implementar seus métodos. Por exemplo: