PHP
Notes for all kinds of cms's
Todo: Collect
- Content Management Systems
- Markdown & File based
- Generators (nice overview)
- Frameworks
- Micro Frameworks
- PHP Extension Frameworks
Say no to these:
- Joomla
- Mambo
- Homebrew shizzles
Drupal
Some theming related resources:
- Basic Starter Theme
- Getting started with SASS and Compass on Drupal
- Starter Themes
- The Definitive Guide to Drupal 7
- Zen Starter Theme
- Zen Documentation
Sortable content types:
- Weight module for adding the weight type to fields
- Comparison of node ordering modules
Wordpress
- Underscores Start Theme
- Roots Modern WordPress Development, using Composer, Boilerplate, Bootstrap and Grunt
- Customizing the Roots Theme Pure CSS and Sass/Compass
Next level shit!
- PHP OOP5
- PHP Traits
- A Beginner’s Guide to Design Patterns
- The Repository Design Pattern
- Dependency Injection in PHP
- Design Patterns with PHP – Adapters
- Symfony DI Dependency Injection
- Symfony Service containers
- PHP References Explained
- PHP Property Visibility
- PHP Traits
- More resources: PHP The Right Way
- HHVM
- Indatus (PHP Tools: Ranger, Blacksmith, Trucker, Foreman, Dispatcher)
Realtime frameworks
- Elephant - Socket.io client
- PHP Deamon
- ReactPHP
- Ratchet
Configuration
Change max upload file size
You'll have to edit your php.ini
file, in three places:
upload_max_filesize
to set the maximum filesizepost_max_size
for handling the formsmemory_limit
is important to check too