PHP template is a generic php template system that is designed for plug-n-play. Atm it employs a template system in combination with MySQL. Uses PHP 5.xx ( Please Leave Feedback
very good
== Undocumented Feature: Non-Critical == If there is 1 or less entries in the MySQL DB for the phpt_pagedir the PHPt Admin tool will not show any entries. If you add pages using the tool, the pages will not show up until there is 2 or more directory entries. - BUG WITH PHPt ADMIN TOOL ~Fixed == Undocumented Feature: Non-Critical == If there are no entries in the PHPt MySQL DB the PHPt Class will NOT detect this as mysql_num_rows() will return 1 even if there is no entry to return. To counter-act this bug you MUST determine that there are < 2 entries and then procede to call mysql_fetch_row(). You must check the first entry with isset(). - Bug with phpt.php ~Fixed == Undocumented Feature == When in the PHPt Admin tool and adding a new page, the close X and cancel do not work. - BUG WITH PHPt ADMIN TOOL ~Fixed == Undocumented Feature == file: phpt.php function: assocquery() ** code ** $result = mysql_query($querystring) or die(mysql_error()); This will not put out a MySQL error if it does indeed have a valid query but no results from the query. If there are no results, it doesn't put out an error. ** code ** $data = mysql_fetch_assoc($result) or die(mysql_error()); Will not produce an error if the $result has no error. The resulting data from $data is not anything, however it is something; therefore, no error is produced. The intended result is to display a 404 - Page Error. ** code ** $numrows = mysql_num_rows($result); if ($numrows == 0){ die("404 - File Not Found"); } ========================= = - Removed Files.= = + Added new files.= = ~ Updated Files= ========================= == 07/09/09 == ~ changes.txt ~ buxfixes.txt 3 Bugs fixed + bugs.txt No current bugs ~ readme.txt Updated to current code information + phpt_pagedir.sqlFor Creating MySQL Table ~ phpt/pa_pginsert.phpUpdated for use with current version of admin tool ~ " "/pa_pgdir.phpUpdated for use with current version of admin tool + " "/pa_pgremove.phpFor removing directory entries of admin tool ~ " "/phpt.phpCheck buxfixes for changes + " "/admin/Directory containing admin tools, look in directory to see exact contents + " "/index.phpAdmin tool index + psd/Contains photoshop images + FILES ADDED TO PAGES DIRECTORY AND SUBDIRECTORY CHECK FOR CHANGES!!!! == 07/07/09 == == --/--/-- == + changes.txt: ..... + bugfixes.txt 1 bug fixed ~ index.phpUpdated for PHPt class use ~ pages/home.phpRemoved JS and html headers ~ " "/testPage.phpRemoved JS and html headers - phpt/includedirectory and contents removed + " "/config.inc.phpMoved from include directory and updated variables as DEFINES + " "/phpt.phpTook the place of main.php - Classes: cPHPt + " "/csql.phpSQL Stuff - Classes: cSQL ~ " "/pa_pgdir.phpUpdated for new class structure. *TODO: Check for complete sql var updates ~ " "/pa_pginsert.phpUpdated for new class structure. *TODO: Check for complete sql var updates ~ " "/templates/basic.php
I am looking for PHP programmers &amp; FLEX or Action Script Programmers. If you feel that you may have some skills that this project would benefit from don't hesitate to apply. Any questions may be e-mailed to me at isrneonx@gmail.com
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?