PHP

PHP · 6

Everything tagged PHP.

Post
ProgrammingEasy Caching with StashPHPFrequently with PHP you are going to need to cache things, mostly expensive SQL queries, but also data you aren’t going to want to be inserting into the database on every page hit, for…8 Sep 20153 min
Post
ProgrammingBeing a PHP Developer in 2015This is just some thoughts on being a PHP developer in 2015. A standard web project before used to just require you to setup a local web server, and then you’d upload to a standard web host…27 Jan 20152 min
Post
ProgrammingWordPress – Shortcode in PHP filesSo in WordPress with plugins etc. you end up using shortcode in posts to keep things simple, an example would be if you want to display a gallery you would just use: [galleries id="1"] Howe…11 Sep 20111 min
Post
ProgrammingPyroCMS – CMS on the CodeIgnitor FrameworkUpdate as of August 2020 - PyroCMS now relies upon Laravel. So lately I’ve been playing around with PyroCMS , for any of you who don’t know about Pyro, its basically an open source content…14 Aug 20111 min
Post
SystemsInstalling PEAR in WAMPSo this evening I went about attempting to install PEAR on my WAMP installation, this should be as simple as opening up a command window navigating to C:/wamp/bin/php/*phpversion* and…27 Dec 20101 min
Post
ProgrammingCreate a URL Shortener With Your DomainIf you use URL shortening services like TinyURL , it may be worth your while to setup a domain shortening service on your own domain. This is quiet easily done with a WordPress plugin now. Y…24 Sep 20091 min