phpBlamework php framework reference documantation Introduction |
IntroductionSummary
IntroductionThis is generated documentation for phpBlamework by NaturalDocs. Other documentation like FAQ, how-to, Todo or Changelog, updates and other info you can find on homepage http://phpblamework.webjet.cz. Mainer of this project is Ondřej Tůma ondra.tu at webjet.cz. code conventionsI learned some conventions and I took them to self. I know, they are not ideal, and it could be better but... Variablesall variables begins with two lower case first could be
second char designates type of variables
it continues by name of variable with upper case. Some examples
I know, that I don’t use at all, but I will :) Module namesNext convention is about module functions and variables. All module items has module name with ‘_’ char.
SessionsCopy these files to web server doc directory. Session ID is create with self settings so, there can be many systems base on this framework in one domain. It’s important to one system per one directory (subdirectory) in domain tree. For example: www.example.com/system1 AdministrationDefault user/password is admin/admin. You must generate new sha hash of your password and correct file modules/w_login.php. You can add another user with another name, and of course withe another rights. Database have four tables, events is not in use yet. Be carefully if you want change admin page in table Menu. FilesSo at the and, framework is these files . You don’t need LICENCE and Doc to using, fill.sql and webpades.sql you need only to install. And others files are code patterns, how you can use the framework. BSD LicenceCopyright © 2005, Ondřej Tůma Blackmouse All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS’’ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |