|
What are the advantages/disadvantages of using a PHP framework over just writing direct PHP code?
Started by Charles Darke on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
What’s a php framework and what’s a good one?
As noted by Tomas and Ngu, the your question should get back your investment many....
Http://stackoverflow.com/questions/301240/whats-a-php-framework-and-whats-a-good-one dupe..
|
|
Even with a ton of PHP frameworks out there to choose from, I know many people prefer a minimal, personal set of libraries. What is your method when it comes to 'rolling your own' framework for PHP applications, and how does it vary depending on the type...
Started by Abi Noda on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
I found a Simple PHP Framework ...and it looks like a fantastic "no framework" framework want to check some minimalistic PHP Frameworks:
Ookuwagata Simple-PHP-Framework wephp LightVC relation mapping....
|
|
I'm starting a project in my spare time and I'd like to use PHP. I'd like to use some form of framework to speed things up.
The problem is that I don't know very much PHP, I've used it and I'm familiar with the syntax etc, I'm just not fully in my comfort...
Started by Omar Kooheji on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You/questions/575429/php-framework-for-a-beginner-expecting-a-longlasting-relationship-with-it/575714#575714
Yii Framework.
It has good documentation and an active user base.
It is a lighter framework than CakePHP or Symfony.
|
Ask your Facebook Friends
|
What are the advantages and disadvantages of this framework when compared to other PHP frameworks?
Started by Krishna Kumar on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You may want to check out these topics if you have not done so already:
What PHP Framework Would You Choose for a New Application and Why?
Which PHP Framework will get me to a usable UI the fastest?
The only other framework....
|
|
Duplicate: What is the Best Framework for PHP 5? PHP Framework Decision Analysis Paralysis Best PHP Framework for Experienced PHP Developer Fully Object Oriented PHP Framework Best PHP Framework with AJAX Support Simple PHP Framework What PHP Framework...
Started by Matt on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Sapphire (for Silverstripe )
Yii Framework.
Smarty
CakePHP
Any Custom MVC you made because you dislike all the big name ones .
Zend Framework
CodeIgniter
Kohana
Symfony .
|
|
Hi,
I am new to Flex and have written code in PHP before, but not used any PHP framework like Zend, CakePHP etc...
I plan to use Flex with PHP, for that do I need to use any MVC PHP framework? Do any of the frameworks integrate with Flex for the View?...
Started by songesh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This might help you get started technology and is completely... .
(Google is your friend)
Flex is a client sideAlthough no framework is strictly needed, it can be very helpful.
Flex/PHP framework download and Zend's Flex and PHP .
|
|
I was wondering if any of you have experiences to share after using the Akelos PHP framework. Looks like the most Rails-like framework in the PHP space.
Started by gnrfan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best PHP framework I have tried.
It rocks.
It's rails-like.
Surely it has to be good...
|
|
The PHP short tag <?= $var ?> has been deprecated for a while. Almost all PHP frameworks use the long form <?php echo $var ?> (e.g., symphony , Yii , Kohana ) Smarty is a famous PHP template engine which supports a shorter form {$var} Template...
Started by Wernight on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
More:
Are PHP....
Some hosts disable them.
Of the Symfony framework has to say about templating engines :
Why do people still think PHPThere are some reasons:
They are to be deprecated from future versions of php due to security concerns.
|
|
Duplicate of What is a PHP Framework? and many more
So far, I've been using PHP for small tweaks, mostly with WordPress. What are PHP frameworks? Why do I need them? WHEN do I need them?
Any insight will be helpful. Thanks.
Started by konzepz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Zend Framework is implementedA framework tries to provide all the things that are common to every (or most) projects - html so custom that it's more work to....
framework for developing web applications and services with PHP 5.
|
|
I am looking for the simplest php framework that comes integrated with dojo. I do not need MVC or to learn a giant framework all over again. Does anyone have suggestions or examples?
Answer Snippets (Read the full thread at stackoverflow):
Zend framework http://www.zendframework.com/
"the simplest PHP framework" does not tell us at all.
|