php-the-right-way icon indicating copy to clipboard operation
php-the-right-way copied to clipboard

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Results 45 php-the-right-way issues
Sort by recently updated
recently updated
newest added

Because there is not longer existent, the author has removed the repository.

Hello. Great project! From my point of view (php.net and) PHP The Right Way lacks of information how to configure a PHP runtime (SAPI). - how to get the actual...

enhancement

Now that PHP supports typehinting and return types the @param, @return and also @throws documentations are obsolete. Explaining these would be outside the scope of that chapter, but personally I...

feedback-needed

The `site.baseurl` configuration value should only be used when the resulting site lives at a subpath of the domain \[1\]. This also fixes the syntax highlighting on pages (basics, functional...

There is a jekyll-seo-tag plugin used on GitHub pages that can automatically output SEO metadata and add Open Graph with Twitter cards tags etc. I've added additionally this value `tagline:...

Hi, I found the Italian translation basically outdated and not translated in some parts and I found the current IT repo is locked as read-only too. So I decided to...

translation

This PR adds an introductory guide to NoSQL databases, emphasizing MongoDB and its integration with PHP. The guide is structured in Markdown format and aims to provide a comprehensive overview...