←back to thread

123 points jonfelsar | 1 comments | | HN request time: 0s | source
Show context
poidos ◴[] No.45188670[source]
Where would one get started with PHP without picking up Laravel or Drupal?
replies(3): >>45188724 #>>45188912 #>>45189362 #
1. nedt ◴[] No.45189362[source]
Every PHP file can work without frameworks. The route is your filename, PHP by itself can do templating and input data is handled by the super globals.

But if you want some small and simple framework as guidance you can also try out Slim Framework.