[PHP] Re: php 4 and 5

2007-03-13 Thread Haydar Tuna
Hello,
   I haven't explain this topic clearly. I'm sorry. Both PHP 5 and PHP 4 
support OOP features but PHP 5 support
more OOP features than PHP 4 and version of PHP is 5 now. As you know, 5 is 
bigger than 4 :))). PHP 5 is very comfortable and easy to use. PHP 5 
supports more library than PHP 4 and so on:)))

-- 
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net

""Tony Marston"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> ""Haydar Tuna"" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
>> Hello,
>>Most important change is Object Oriented Features. PHP 5 support 
>> Object Oriented programming features.
>
> Technically this is incorrect. PHP 4 does provide basic support for OOP, 
> but PHP 5 provides better support.
>
> -- 
> Tony Marston
> http://www.tonymarston.net
> http://www.radicore.org
>
>> PHP 5 also supports more library than PHP 4.:)
>>
>>
>> -- 
>> Haydar TUNA
>> Republic Of Turkey - Ministry of National Education
>> Education Technology Department Ankara / TURKEY
>> Web: http://www.haydartuna.net
>>
>>
>> <[EMAIL PROTECTED]> wrote in message 
>> news:[EMAIL PROTECTED]
>>> Dear All,
>>>
>>> What different between 4 and 5 ?
>>>
>>> Edward. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php 4 and 5

2007-03-13 Thread Tony Marston

""Haydar Tuna"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hello,
>Most important change is Object Oriented Features. PHP 5 support 
> Object Oriented programming features.

Technically this is incorrect. PHP 4 does provide basic support for OOP, but 
PHP 5 provides better support.

-- 
Tony Marston
http://www.tonymarston.net
http://www.radicore.org

> PHP 5 also supports more library than PHP 4.:)
>
>
> -- 
> Haydar TUNA
> Republic Of Turkey - Ministry of National Education
> Education Technology Department Ankara / TURKEY
> Web: http://www.haydartuna.net
>
>
> <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
>> Dear All,
>>
>> What different between 4 and 5 ?
>>
>> Edward. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php 4 and 5

2007-03-12 Thread Martin Marques

Robert Cummings escribió:

On Mon, 2007-03-12 at 14:18 -0300, Martin Marques wrote:

But it was quite crappy.


Don't blame the tool. I've never had a problem with the amount of OOP
support in PHP4.


That's just taste. I started feeling very comfortable when I got to use 
constructors, destructors (very important, especially when dealing with 
DB objects), and even more with __autoload() and clone (referencing by 
default was a great thing).


I have to say, life is easier with PHP5 :-)

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-
Martín Marqués  |   Programador, DBA
Centro de Telemática| Administrador
   Universidad Nacional
del Litoral
-

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php 4 and 5

2007-03-12 Thread Robert Cummings
On Mon, 2007-03-12 at 14:18 -0300, Martin Marques wrote:
> Robert Cummings escribió:
> > On Mon, 2007-03-12 at 10:21 +0200, Haydar Tuna wrote:
> >> Hello,
> >> Most important change is Object Oriented Features. PHP 5 support 
> >> Object Oriented programming features.
> > 
> > I think you mean supports "more" OOP features. PHP4 had plenty of OOP
> > support also.
> 
> But it was quite crappy.

Don't blame the tool. I've never had a problem with the amount of OOP
support in PHP4.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php 4 and 5

2007-03-12 Thread Martin Marques

Robert Cummings escribió:

On Mon, 2007-03-12 at 10:21 +0200, Haydar Tuna wrote:

Hello,
Most important change is Object Oriented Features. PHP 5 support 
Object Oriented programming features.


I think you mean supports "more" OOP features. PHP4 had plenty of OOP
support also.


But it was quite crappy.

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-
Martín Marqués  |   Programador, DBA
Centro de Telemática| Administrador
   Universidad Nacional
del Litoral
-

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php 4 and 5

2007-03-12 Thread Haydar Tuna
Hello,
  Yes, you are right I mean supports more OOP features. PHP 5 support 
more OOP features than PHP 4. :)

-- 
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net

"Robert Cummings" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Mon, 2007-03-12 at 10:21 +0200, Haydar Tuna wrote:
>> Hello,
>> Most important change is Object Oriented Features. PHP 5 support
>> Object Oriented programming features.
>
> I think you mean supports "more" OOP features. PHP4 had plenty of OOP
> support also.
>
> Cheers,
> Rob.
> -- 
> ..
> | InterJinn Application Framework - http://www.interjinn.com |
> ::
> | An application and templating framework for PHP. Boasting  |
> | a powerful, scalable system for accessing system services  |
> | such as forms, properties, sessions, and caches. InterJinn |
> | also provides an extremely flexible architecture for   |
> | creating re-usable components quickly and easily.  |
> `' 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php 4 and 5

2007-03-12 Thread Robert Cummings
On Mon, 2007-03-12 at 10:21 +0200, Haydar Tuna wrote:
> Hello,
> Most important change is Object Oriented Features. PHP 5 support 
> Object Oriented programming features.

I think you mean supports "more" OOP features. PHP4 had plenty of OOP
support also.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php 4 and 5

2007-03-12 Thread Haydar Tuna
Hello,
Most important change is Object Oriented Features. PHP 5 support 
Object Oriented programming features. PHP 5 also supports more library than 
PHP 4.:)


-- 
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net


<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Dear All,
>
> What different between 4 and 5 ?
>
> Edward. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php