NanoFramework 1.4.0
A tiny PHP Framework
Namespaces | Data Structures
SteeveDroz\NanoFramework Namespace Reference

Namespaces

namespace  Exceptions
 

Data Structures

class  Controller
 Handles I/O and HTTP methods. More...
 
class  DotEnv
 Manages constants. More...
 
class  Model
 Connects to the database. More...
 
interface  ModelInterface
 Interface that the user can implement in order to create a new Model, based on a real ODBC. More...
 
class  Route
 Maps the URIs to the Controllers. More...
 
class  View
 Parses files to insert data. More...