4

Innovative framework and PHP

 2 years ago
source link: https://www.codesd.com/item/innovative-framework-and-php.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Innovative framework and PHP

advertisements

I am a newbie in PHP Frameworks and would like to share/discuss some experience with you guys. Getting straight to the point, what I understand till now (from a newby stand of point is this):

  • CodeIgniter + Doctrine + Twigg = Symfony:
  • Zend + Doctrine + Twigg = Symfony

    1. Symfony 2, uses php5.3 (I realy like namespace stuff remind me .Net) but it lucks of tutorials right now (only partial jobeet translation to ver2)
    2. I enjoy CI community and noumerous tutorials, plus using Doctrine + Twigg I could achive the same with Symfony.
    3. Zend is more enterprise with lots of tutorials, but more difficult to grasp than CI.

So the question is should I start with CI + Doctrine or learn directly Symfony2? Am I correct with the above assumptions?


Start with CodeIgniter if you are new to frameworks . Both Symphony and ZF have a greater learning curve and if you're not familiar with some concepts you might get fustrated in the beginning with the more complex frameworks .

Related Articles

How to populate the Select menu options from the SQL database using Bootstrap Framework and PHP?

I am creating a simple form that has a Select menu that will need to be populated using a SQL query that identifies all the unique values from single table and single column. <!DOCTYPE html> <html lang="en"> <head> <meta cha

CMS php system built with a php framework PHP and php framework

I have to develop a CMS for a friend of mine, nothing commercial... I'd like to take this opportunity to learn a php framework, to see if it would be suitable for future (and more complex) developments, or at least to steal some nice ideas... SO I'd

What is the best ORM to use with codeigniter (php framework) and why?

What is the best ORM to use with codeigniter (php framework) and why?As DrColossos suggests, Doctrine is a good and powerful ORM which can be fairly easily plugged into a CI application. For CodeIgniter 2 & Doctrine 2, you can use this tutorial on Se

A / B test frameworks for PHP

What are the good A/B Testing frameworks for PHP, and why? NOTE: I do NOT want a huge/generic framework that also has a/b testing support - I want a small framework specific to AB testing. Hence, not a duplicate question.I would try the phpabtest fra

Creating a real object-oriented framework in PHP, desired suggestions

I've been using the CodeIgniter framework, however after learning Java and awesome features like Interfaces, Abstract classes, packages, and that PHP 5 also supports most of these features, I'm ready to graduate and build a real OO framework in PHP w

Management of page views with htaccess and php

Currently I'm appending the following url parameter: www.somesite.com/?page_type=view My php script uses this to determine which page view to load: if (isset($_GET['page_type'])) { $page_type = $_GET['page_type']; $this->pageType($page_type); } else

REST-style URLS and PHP

I'm having a really hard time getting my head around using REST-style URLS. Can I get a little help with this? Right now I have a query string like so: example.com/calendar_expanded?date=1270094400 I have a mod rewrite that's hiding the .php extensio

Start web design with the combination of css javascript and css jquery and php

I know the basics of: html, css, javascript, jquery, and php. Now I want to start making interactive websites. Is there any book or tutorial that starts with all of them being used?You could start with a common framework, start altering things and bu

Can I use zend framework with php files that do not use it

I am now working in a team to build a website using php. Told that Zend framework can be fairly convenient, I hope to use it to write the pages. However, some of the members in the team did not use the framework in their previous works. I do not know

The comparison of the date between MSSQL varchar and PHP string does not work - why?

So I got a database running on a Microsoft SQL Server 11, with the table hpfc_prices containing multiple entries in a chronologic sequence, which roughly looks like this: |date (varchar(255))|time (varchar(255))|price (decimal(25,10))| |=============

Take the right parts of Spring and php in a common server environment

What I would propose would probably sound strange, but I have my reasons for it. For a long time, we've had this Spring based API, which originated as an abstract set of REST services for CRUD functionality. With time however, we started building bus

Integrate Zend Framework and WordPress, delegate page loads

I'm looking to have a full integration between Zend Framework and WordPress. For clarification, this does not mean I want to use Zend Libraries within WordPress, but rather delegating the page loads for a single site between both systems. I've done a

No specified input file - apache and php-fastcgi

My client's website is currently running on a apache server with mod_php. All application's routes are defined in the .htaccess file (see the code below). Now he is trying to migrate to an server running apache and php-fastcgi, but the routes are no

Zend Framework and Prevention of Grease Controllers

Avoiding Fat Controller So I'm using Zend Framework and I have a question involving preventing fat controllers with one of my actions. Basically I am normalizing a CSV file into my database. This means that I have to get the feed and then use my mode

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK