CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Tue Mar 19, 2024 11:26 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Things to keep in mind when using a PHP Framework
PostPosted: Mon Jun 04, 2018 2:32 am 
Offline

Joined: Fri Jun 01, 2018 2:15 am
Posts: 1
Error is one of the hard things to avoid while programming, but the PHP Framework is what can help you minimize errors by providing very standard code libraries. Rewriting repeated code unnecessarily can lead to the development of errors that even the programmer can not understand and the PHP Framework will help you get rid of the problem.

However, you also need to pay attention when using any PHP Framework. For example, if you are not a PHP expert, then you should use a framework that is popular, has a large community. There are also many types of frameworks that are almost without community support because these are usually written by individuals or people who do not have extensive knowledge.

Some of the more common errors are because you can not guarantee that the output of the database server and webserver versions is compatible with the framework. For example, the Seagull PHP Framework offers the following configuration:

PHP: at least PHP 4.3.0 or above or PHP from 5.1.1 or higher, avoid using PHP version 5.0.x
MySQL: supports both MySQL 4.0.x, 4.1.x and 5.0.x. You can also use version 3.23.x.
Apache: Seagull runs fine with Apache 1.3.x and 2.x
If you can not meet these requirements then the Seagull framework will not be able to run efficiently. Even if you are a PHP expert, you should look at the documentation for configuring a framework before deciding to use it. In addition, the installation instructions of a framework also helps you avoid unnecessary errors and save a lot of time before going to develop your application next time.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2016 phpBB Group