Welcome, Guest
Username: Password: Remember me

TOPIC: [CLEANED] ampersand ( & ) in code

[CLEANED] ampersand ( & ) in code 24 Jan 2012 13:02 #1033

  • M4d3L
  • M4d3L's Avatar
  • Offline
  • Senior Member
  • Posts: 45
  • Thank you received: 7
  • Karma: 3
You must remove all ampersand (&) in the code for PHP 5.3 compliance.

It's very long to clean by hand each time I make a modification to the project lol.

ex :
$document = &JFactory::getDocument();

must be
$document = JFactory::getDocument();
Last Edit: 24 Jan 2012 13:05 by M4d3L.
The administrator has disabled public write access.
The following user(s) said Thank You: admin

Re: ampersand ( & ) in code 24 Jan 2012 13:06 #1034

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Yes, you are right.

Lot of are still remaining.

Putted on the list.

Thanks for your attention on the source.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: ampersand ( & ) in code 24 Jan 2012 13:08 #1035

  • M4d3L
  • M4d3L's Avatar
  • Offline
  • Senior Member
  • Posts: 45
  • Thank you received: 7
  • Karma: 3
no problem. I considere your tools for our internal development but I must review the generated code ;)
The administrator has disabled public write access.

Re: ampersand ( & ) in code 09 Mar 2012 14:51 #1534

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
All ampersands are removed.
If you see some remainings, please pot here.
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.093 seconds

Get Started