• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

php

  1. bulbasnore

    XenForo 1 PHP v5.4 - really or just to be correct?

    Long story short, I have to retain php5.3 for a while, as much as I want to upgrade. I'd like to attached our WordPress front page to our migrated Xenforo forums NOW so we can get going with SSO and all the goodness of XenWord Pro. Is the 5.4 requirement functional, or would php 5.3 work...
  2. LPH

    XenLate: Bite More Then Chew

    LPH submitted a new blog post XenLate: Bite More Then Chew Continue reading the Original Blog Post.
  3. LPH

    XenWord Development Logs

    LPH submitted a new blog post XenWord Development Logs Continue reading the Original Blog Post.
  4. WordPress Development: Eating and Digesting Spaghetti

    The Best Way to Initialize WordPress Plugins

    Purpose The bootstrap file for WordPress plugins can be done in many different ways. I recently changed the PHP file but am always on the lookout for a better way. Considerations Proper Hook No God Class (Uh oh.) No hooks in constructors Use Namespaces Don't mix types (Interfaces, Classes)...
  5. PHP Development: A Journey Through Stages of Ignorance

    PHP -- OOP Resources

    The PHP Documentation Site is the first place to look for OOP information An awesome list of resources on GitHub
  6. Development Tools, A List

    Development Tools, A List

    The following post shares some of the tools I currently use for PHP development and learning PHP. The list is dynamic and shifts as my knowledge shifts. I'll try to update it as I make changes to my preferences. After all, the decisions to use one tool over another are highly personal. You may...
  7. The function get_plugin_data

    The function get_plugin_data

    The top of all bootstrap files for WordPress plugins begin with an important comment block. Below is a sample of a multiline comment block which describes the plugin and provides name, URI, Author, Author URI, and Version. Create a file named fabulous.php and place it in the wp-content/plugins...
  8. The Index File

    The Index File

    I posted code in the first entry for this series that allowed you to test and read XenForo code. I called the file connectXenForo.php. If you haven't read the first entry for this series then please do so now and return after you have set up your local environment. Today we'll look at the...
  9. Building A Local Testing Site for XenForo

    Building A Local Testing Site for XenForo

    Information in this post is packed with PHP terms. Ask in the comments if you are unclear about a term or something that is written. Sometimes I stick a var_dump into a section of the XenWord code, click on a local test site, and look for the returned values. There is an easier way to handle...
  10. LPH

    The Importance of Refactoring PHP Code

    LPH submitted a new blog post The Importance of Refactoring PHP Code Continue reading the Original Blog Post.
  11. LPH

    XenWord 3.2.0 - Introducing Comment Moderation

    LPH submitted a new blog post XenWord 3.2.0 - Introducing Comment Moderation Continue reading the Original Blog Post.
  12. LPH

    Celebrating a success. Looking for an XF project.

    LPH submitted a new blog post Celebrating a success. Looking for an XF project. Continue reading the Original Blog Post.
  13. LPH

    Learning Laravel Loosely

    LPH submitted a new blog post Learning Laravel Loosely Continue reading the Original Blog Post.
  14. LPH

    WordPress The current state of inserting user information into a WordPress database

    LPH submitted a new blog post The current state of inserting user information into a WordPress database Continue reading the Original Blog Post.
Top