• posted 2½ years ago
    • 2 comments

    Dynamic Variables Assignment?

    195144566_b1b4a84991_bIn JS, I ran into a problem where I needed to create a shortcut string, and then turn that string's value into a reference to a different object.

    So for example, I create a string called 'oliver' under the variable shortcut like so:
    read
    • posted 2½ years ago

    Professional CodeIgniter: Review (part 1)

    professional-codeigniter-wileySo far, I'm done about half of Professional CodeIgniter by Thomas Myer. As you guessed, it's about the php, MVC framework CodeIgniter. While I've spent a lot of time online at the documentation, tutorials, etc., I'd preferred to grab a book on it (the only one I could find that's available) to get a more formal introduction.
    read