PHP

e107 Plugin Admin Menus

Between the e107 Wiki and the YourFirstPlugin starter plugin, there is enough information out there to get started making your own plugins.

I thought that I would focus on individual topics, rather than starting from the beginning.

That being said, on to e107 Plugin Admin Menus.

The Two Pieces Of An Admin Menu

Article Categories: 

Naughty URL's

I was just wracking my head trying to figure this one out, so I figured I'd share my experience with everyone.

The Situation

I've got a page that a user needs to input information. This page has three fields that are required, two that are not. I fill out the form, yet leave out a required field (so I can test my validation code).

Article Categories: 

PHP4 And MySQL 4 No Longer Supported

PHP4 support ended on 12-31-07:
http://www.php.net/downloads.php

MySQL 4 is in Extended Support, meaning you can only get security updates through the code repository:
http://dev.mysql.com/doc/refman/4.1/en/

Because of the end of support, PHP4 and MySQL 4 will not be supported.

If you run into any issues using our plugins, please make sure your server software is up to date.

Article Categories: 
Subscribe to RSS - PHP