Tuesday, October 6, 2009

Zephir

Put my old php files for Codestress on Zephir. Still have to make the directories match the suggested format, but am feeling better today.

I have some include file work to do because my first PHP teacher said that PHP will fail if include files create an infinite loop such that:

A includes B
B includes C
C includes A

Luckily, includes are in Chapter 4, which is next up for me.

Time spent will be reported when I finish doing the exercises.

Spent 2 hours with Chapter 4, and found out some interesting things.
I didn't know about include_once() - and that might have fixed the problem in the code for my last class. Also, the conditional css changes. I have to experiment more, but I need to get to bed to get to work and school tomorrow.

Okay. This is starting to be fun. :)

No comments:

Post a Comment