[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

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


http://www.miyagison.com/phpt





Separate each tag with a space.

Release Date:

2009-07-10

Topics:

License:

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    1
50% of 2 users recommend this project
  • Thumbs up

    very good

    posted by anonymous 68 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • Project Information Updated

    miyagison changed the public information on the PHP template project

    posted by miyagison 117 days ago

  • Project Information Updated

    miyagison changed the public information on the PHP template project

    posted by miyagison 121 days ago

  • phpt v0.3 file released: phpt_v0.3.zip

    == 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

    posted 122 days ago

  • File released: /phpt/v0.3/phpt_v0.3.zip

    posted 122 days ago

  • Code committed

    miyagison committed revision 8 to the PHP template SVN repository, changing 9 files

    posted by miyagison 122 days ago

  • Code committed

    miyagison committed revision 6 to the PHP template SVN repository, changing 2 files

    posted by miyagison 124 days ago

  • Project Information Updated

    miyagison changed the public information on the PHP template project

    posted by miyagison 125 days ago

  • Project Information Updated

    miyagison changed the public information on the PHP template project

    posted by miyagison 125 days ago

  • Help Wanted!

    I am looking for PHP programmers &amp;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

    posted by miyagison 125 days ago

  • Project Information Updated

    miyagison changed the public information on the PHP template project

    posted by miyagison 125 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

PHP template Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review