Well, I’ve finished renaming my PHP classes to make them a bit more unique as so to avoid conflicts with other plug-ins. I also scrubbed the code to make sure I’m using the same options instance throughout rather than creating a new instance of the class every time I needed it. I’m not certain, but …
Taking the time to rename all my classes to be a bit more unique to reduce the possibility of conflicting with another plug-in.
I’m not quite sure how to use PHP references yet or why would one want to use them. They are declared by using the ampersand character (&). Here’s the PHP Manual link. I’ve come across reference usage in a few WordPress plug-ins and even use it mine. This I kind of understand. The reference was …
When I first started coding PHP (a mere 9 months ago) I came across the @ character preceding an expression. My Google skills are pretty good but I couldn’t find what this meant and why it might have been used. I guess I couldn’t find my answer because I wasn’t sure what question to ask. …
Just noticed a another bug. Role settings are reset during a deactivate/activate cycle.
Just noticed last evening when attempting to show an entries details when using IE 8 standards mode, it doesn’t function. I’m surprised I’ve received no emails about the issue. Any way, this appears to be a bug with the jQuery framework. See this article, http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8. I’m going to re-work my jQuery code with his solution …
