PHP Sessions – part 1
In this series im going to talk about PHP's sessions, how they work out of the box, and how we can customize it to work in a better fashion, optimized for our own needs. The post PHP Sessions – part 1...
View ArticlePHP The Right Way
This is a good start for PHP developers who want to advance their skills, going from basic to more advanced stuff in a good manner. Enjoy! The post PHP The Right Way appeared first on Developers Journey.
View ArticleHexagonal Architecture
Good video about hexagonal architecture, from Laracon 2014. Speaker is Fideloper The post Hexagonal Architecture appeared first on Developers Journey.
View ArticleA Role-Based Access Control (RBAC) system for PHP
A good read for those who are into the Access Controlling stuff, you can do this and that but not that one! The post A Role-Based Access Control (RBAC) system for PHP appeared first on Developers...
View ArticleA successful Git branching model
I have looked for something like this for a long time, and i really want to share this piece of gold i found. A good development model i am going to use in future projects. Peace out! The post A...
View ArticlePHP Sessions – part 2
Creating custom PHP session handler So, in this part of the series of PHP sessions, we are going to write our own custom sessionhandler. We can do this in a easy way the OOP way by implementing the...
View Article