Batch1211/Test
From Joomla! Documentation
< User:Batch1211
<CodeExamplesForm />
This is a Text[edit]
Hello again[edit]
This is it
Batch1211 13:14, 3 January 2010 (EST)Why so serious[edit]
function hello(){
echo $this->greeting;
}
This is a test
This is a test
<translate>
The Joomla! Framework
is a framework for writing web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later.</translate>
<translate> It is composed of code originally developed for the Joomla Content Management System (CMS). For more information about the Joomla CMS visit http://www.joomla.org/about-joomla.html.
For news and information about developing with Joomla, please visit http://developer.joomla.org.</translate>
<translate> View the Joomla Framework API Documentation at http://api.joomla.org, which is powered by phpDocumentor 2.
You can discuss Joomla Framework development by joining the mailing list at http://groups.google.com/group/joomla-dev-framework.</translate>
<translate>== Requirements == </translate>
- PHP 5.3.10
<translate>== Installation ==
Via Composer[edit]
- Create a project and add a
composer.json
file to it with the following content:</translate>
{ "require": { "joomla/framework": "dev-master" } }
<translate>
- Download Composer</translate>
curl -sS https://getcomposer.org/installer | php
<translate>
- Install the Joomla Framework</translate>
php composer.phar install
<translate>=== Via Git === </translate>
git clone git://github.com/joomla/joomla-framework.git
<translate>== Getting Started == </translate>
<translate> The Framework Getting Started page has some questions and answers to some common problems that may occur while getting started with your first app. Another great resource is the sample framework app. You can find it on github here. https://github.com/dbhurley/framework-app</translate>
<translate>== Documentation == </translate>
<translate>
General documentation about the Joomla Framework can be found under the /docs folder of the Git repository. In addition, each package has documentation in a README.md
file.</translate>
<translate>== Reporting Bugs and Issue ==
Bugs and issues found in the Joomla Framework code can be reported on the Issues list.</translate>
<translate>== Contributing ==
All kind of contributions are welcome. Please read about how to contribute here.</translate>
<translate> You may find tasks you can do on the Issues list by filtering on labels and milestones</translate>
<translate></translate>
This is a test comment
Alex 13:08, 3 January 2010 (EST)