intval / phpguide

The code for the Israel php community (phpguide)
http://phpguide.co.il
10 stars 13 forks source link

Short HowTo

This is the source code of phpguide.co.il web site.

git video explaining what GIT is

2nd video Covers installations steps and your first commit

Installation

Requirments

Database Setup

If you put "framework" directory in public_html - it should be somethig like

$conf['params']['PATH_TO_YII'] = dirname(__FILE__).'/../../framework';

Go to the website. Username: admin, pass: admin

What's next

Help available at phpguide

Write your code, push it and help building the community.

Thanks ;)

This software is distributed under the BSD Licence

Copyright (c) 2012, Alexander Raskin 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 COPYRIGHT HOLDERS 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 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.