Home » RADICORE development » Bug Reports » Documentation - Broken links (Documentation - Broken links)
|
|
Re: Documentation - Broken links [message #3195 is a reply to message #3191] |
Fri, 14 December 2012 07:15 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
In page
http://www.tonymarston.net/php-mysql/output-to-pdf.html
the link to
http://www.php.net/manual/en/ref.info.php#ini.max-execution- time (line 74)
redirected to
http://php.net/manual/en/ref.info.php#ini.max-execution-time
is broken.
The page ref.info.php exists but the anchor #ini.max-execution-time does not exist.
<p>Please note that the PDF document is constructed in memory, so avoid giving it overly large amounts of data to process. This may cause the PHP process to
run out of <a href="http://www.php.net/manual/en/ini.core.php#ini.memory-limit">memory</a>, or it may run out of <a
href=" http://www.php.net/manual/en/ref.info.php#ini.max-execution- time">time</a>.</p>
Perhaps a link to
http://php.net/manual/en/function.set-time-limit.php
would be appropiate.
In page
http://www.tonymarston.net/php-mysql/functions-and-variables .html
the link to
http://uk.php.net/reserved.variables#reserved.variables.serv er (line 4996)
is broken.
It can be replaced with
http://php.net/reserved.variables
These are also broken links (the fragments do not exist)
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.post (lines 1972, 2015, 3082, 4713, 4721, 4805)
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.cookies (line 4955)
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.session (lines 5458, 5492)
Thanks.
|
|
|
|
|
|
Re: Documentation - Broken links [message #3200 is a reply to message #3199] |
Sat, 15 December 2012 13:17 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
In page
http://www.tonymarston.net/php-mysql/infrastructure-faq.html
I found the following problems:
Broken link :
http://www.tonymarston.net/php-mysql/menuguide%5Cmnu_user(upd1).html
Broken fragments:
http://www.tonymarston.net/php-mysql/functions-and-variables .html#notes._cm_pre_getData (line 5168)
http://www.tonymarston.net/php-mysql/functions-and-variables .html#notes._cm_getForeignData (line 3972)
Broken fragment:
http://www.postgresql.org/docs/8.2/interactive/datatype-nume ric.html#datatype-serial (line 3619)
(I think the replacement is
http://www.postgresql.org/docs/8.2/interactive/datatype-nume ric.html#DATATYPE-SERIAL
Case sensitivity hits again.)
Broken fragment:
http://www.tonymarston.net/php-mysql/infrastructure-faq.html #fieldspec (lines 1892, 1894, 1901)
Broken fragments:
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.post (lines 306, 1106, 1108)
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.session (lines 446, 469, 1106, 1409, 1410, 2141, 2152, 3389, 3391, 3397, 3398)
http://www.php.net/manual/en/reserved.variables.php#reserved .variables.get (line 306)
(Perhaps they could be replaced with
http://php.net/manual/en/reserved.variables.post.php
http://php.net/manual/en/reserved.variables.session.php
http://php.net/manual/en/reserved.variables.get.php
)
Broken fragment:
http://www.tonymarston.net/php-mysql/menuguide/section04.htm l#mavigation-button (line 1879)
Broken fragments:
http://www.tonymarston.net/php-mysql/dialog-types.html#f (line 2206)
http://www.martinfowler.com/books.html#eaa (lines 238, 1645)
(perhaps it could be replaced with
http://martinfowler.com/books/eaa.html)
Broken fragments:
http://www.php.net/reserved.variables#reserved.variables.ser ver (line 2476)
(perhaps the replacement is
http://php.net/manual/en/reserved.variables.server.php)
Thanks.
|
|
|
|
Re: Documentation - Broken links [message #3207 is a reply to message #3201] |
Sun, 16 December 2012 21:54 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
The broken link to Harry's Blog
http://www.sitepoint.com/blog-post-view.php?id=206854
in page
http://www.tonymarston.net/php-mysql/hero-or-heretic.html, line 148, col 142
should be replaced with a link to the archived version
http://web.archive.org/web/20050308004814/http://www.sitepoi nt.com/blog-post-view.php?id=206854
(as in line 68)
The link to
http://www.weddingringsdirect.com
in page
http://www.tonymarston.net/aboutme/cv.html, line 611, col 7
can be replaced with
http://www.weddingrings-direct.com/
(permanent redirect)
The link to UNIFACE
http://www.compuware.com/products/uniface/default.htm
in page
http://www.tonymarston.net/php-mysql/auditlog.html, line 78, col 306
can be replaced with the current one:
http://www.compuware.com/rapid-application-development/
The link to `Zend Developer Zone'
http://devzone.zend.com/article/14983-Ralph-Schindler-on-Dep endency-Injection-in-PHP
in page
http://www.tonymarston.net/php-mysql/dependency-injection-is -evil.html, line 42, col 191
should be replaced with a link to
http://devzone.zend.com/1908/ralph-schindler-on-dependency-i njection-in-php/
(the redirection is very slow)
The link to `Design pattern - Inversion of Control and Dependency Injection'
http://www.codeproject.com/KB/aspnet/IOCDI.aspx
from page
http://www.tonymarston.net/php-mysql/dependency-injection-is -evil.html, line 193, col 7
can be replaced with the current one:
http://www.codeproject.com/Articles/29271/Design-pattern-Inv ersion-of-control-and-Dependency
The link to `When Dependency Injection goes Wrong'
http://miller.limethinking.co.uk/2011/05/19/when-dependency- injection-goes-wrong/
from page
http://www.tonymarston.net/php-mysql/dependency-injection-is -evil.html, line 366, col 5
can be replaced with the current one:
http://richardmiller.co.uk/2011/05/19/when-dependency-inject ion-goes-wrong/
Thanks.
|
|
|
|
Re: Documentation - Broken links [message #3211 is a reply to message #3210] |
Mon, 17 December 2012 07:49 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
The link to unixreview has a space in it making it a broken one
http://web.archive.org/web/20041218024218/http://www.unixrev%20iew.com/mysql/
"unixrev iew"
in page
http://www.tonymarston.net/php-mysql/php-mysql%28links%29.ht ml
The correct one is
http://web.archive.org/web/20041218024218/http://www.unixrev iew.com/mysql/
(there is a problem in how the forum software displays links if I don't use the [url] syntax, it sometimes adds (visual) spaces in them)
http://web.archive.org/web/20041218024218/http://www.unixreview.com/mysql/ (using the [url] syntax)
The link to `Dependency Injection != using a DI container'
http://loosecouplings.blogspot.com/2011/01/dependency-inject ion-using-di-container.html
from page
http://www.tonymarston.net/php-mysql/dependency-injection-is -evil.html, line 380, col 5
can be replaced with the current one
http://www.loosecouplings.com/2011/01/dependency-injection-u sing-di-container.html
The broken link to `Design Patterns for Building Flexible and Maintainable J2EE Applications'
http://java.sun.com/developer/technicalArticles/J2EE/despat/
from page
http://www.tonymarston.net/php-mysql/design-patterns.html, lĂnea 853, columna 5
should be replaced with the archived version
http://web.archive.org/web/20080215233825/http://java.sun.co m/developer/technicalArticles/J2EE/despat/
(the redirection to
http://www.oracle.com/technetwork/java/index.html
is not useful)
The link to `J2EE Patterns Catalog'
http://java.sun.com/blueprints/patterns/catalog.html
from page
http://www.tonymarston.net/php-mysql/design-patterns.html, line 854, col 5
can be replaced with the current one
http://www.oracle.com/technetwork/java/catalog-137601.html
The link to `Core J2EE Patterns'
http://java.sun.com/blueprints/corej2eepatterns/Patterns/ind ex.html
from
http://www.tonymarston.net/php-mysql/design-patterns.html, line 855, col 5
should be replaced with the archived version:
http://web.archive.org/web/20080223213309/http://java.sun.co m/blueprints/corej2eepatterns/Patterns/index.html
The redirection to
http://www.oracle.com/technetwork/java/index.html
is not useful.
Thanks.
|
|
|
|
|
|
Re: Documentation - Broken links [message #3231 is a reply to message #3220] |
Sun, 23 December 2012 11:12 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
The link to
http://java.sun.com/docs/books/tutorial/java/concepts/index. html
`Object-Oriented Programming Concepts'
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 81, col 153
should be changed to
http://docs.oracle.com/javase/tutorial/java/concepts/index.h tml
The link to
http://java.sun.com/docs/books/tutorial/
`The Java Tutorial'
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 81, col 278
should be changed to
http://docs.oracle.com/javase/tutorial/
The link to
http://java.sun.com/docs/books/tutorial/java/concepts/object .html
`What is an Object?'
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 90, col 15
should be changed to
http://docs.oracle.com/javase/tutorial/java/concepts/object. html
The link to
http://java.sun.com/docs/books/tutorial/java/concepts/inheri tance.html
`What is Inheritance?'
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 97, col 15
should be changed to
http://docs.oracle.com/javase/tutorial/java/concepts/inherit ance.html
The link to
http://java.sun.com/docs/books/tutorial/java/javaOO/accessco ntrol.html
`Controlling Access to Members of a Class '
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 767, col 260
should be changed to
http://docs.oracle.com/javase/tutorial/java/javaOO/accesscon trol.html
The link to
http://searchdatabase.techtarget.com/sDefinition/0,,sid13_gc i211898,00.html
`SearchDatabase.com'
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 685, col 79
should be changed to
http://searchsqlserver.techtarget.com/definition/data-hiding
The link to
http://dictionary.reference.com/search?q=orthogonal
linked from
http://www.tonymarston.net/php-mysql/good-bad-oop.html , line 977, col 74
should be changed to
http://dictionary.reference.com/browse/orthogonal
The link
http://www.martinfowler.com/books.html#eaa (`Martin Fowler's PoEAA')
linked from
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 415, col 80
is redirecting to
http://martinfowler.com/books/ (Martin Fowler wrote several books)
it should be changed to
http://martinfowler.com/books/eaa.html
Thanks.
|
|
|
|
|
|
|
|
|
|
Re: Documentation - Broken links [message #3245 is a reply to message #3240] |
Thu, 27 December 2012 08:07 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
In
http://www.tonymarston.net/php-mysql/hero-or-heretic.html
the link to
http://www.sitepoint.com/forums/showthread.php?p=1496780
line 148, col 250
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1496780#post149 6780
http://www.sitepoint.com/forums/showpost.php?p=1496841&p ostcount=3
line 189, col 112
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1496841#post149 6841
http://www.sitepoint.com/forums/showpost.php?p=1497157&p ostcount=6
line 261, col 9
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497157#post149 7157
http://www.sitepoint.com/forums/showpost.php?p=1497429&p ostcount=12
line 326, col 7
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497429#post149 7429
http://www.sitepoint.com/forums/showpost.php?p=1497436&p ostcount=13
line 335, col 15
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497436#post149 7436
http://www.sitepoint.com/forums/showpost.php?p=1497457&p ostcount=14
line 347, col 4
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497457#post149 7457
http://www.sitepoint.com/forums/showpost.php?p=1498149&p ostcount=22
line 365, col 15
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498149#post149 8149
http://www.sitepoint.com/forums/showpost.php?p=1498548&p ostcount=25
line 373, col 31
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498548#post149 8548
http://www.sitepoint.com/forums/showpost.php?p=1498783&p ostcount=29
line 381, col 4
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498783#post149 8783
http://www.sitepoint.com/forums/showpost.php?p=1499099&p ostcount=39
line 389, col 19
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499099#post149 9099
http://www.sitepoint.com/forums/showpost.php?p=1497478&p ostcount=15
line 395, col 4
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497478#post149 7478
http://www.sitepoint.com/forums/showpost.php?p=1497688&p ostcount=18
line 409, col 101
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497688#post149 7688
http://www.sitepoint.com/forums/showpost.php?p=1497592&p ostcount=17
line 432, col 31
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497592#post149 7592
http://www.sitepoint.com/forums/showpost.php?p=1498139&p ostcount=21
line 450, col 25
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498139#post149 8139
Thanks.
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Documentation - Broken links [message #3259 is a reply to message #3258] |
Sat, 29 December 2012 14:23 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
The link to
http://www.php.net/manual/en/function.mysqli-errno.php
mysqli_errno()
from page
http://www.tonymarston.net/php-mysql/errorhandler.html, line 174, col 289
should be replaced with
http://php.net/manual/en/mysqli.errno.php
http://www.php.net/manual/en/function.mysqli-errno.php
`mysqli_errno()'
http://www.tonymarston.net/php-mysql/errorhandler.html, line 174, col 289
http://php.net/manual/en/mysqli.errno.php
http://www.php.net/manual/en/function.oci-lob-save.php
`lob->save()'
http://www.tonymarston.net/php-mysql/oracle.html, line 570, col 5
http://php.net/manual/en/oci-lob.save.php
http://www.martinfowler.com/books.html#eaa
`Patterns of Enterprise Application Architecture'
http://www.tonymarston.net/php-mysql/good-bad-oop.html, line 628, col 225
http://martinfowler.com/books/eaa.html
http://www.javaworld.com/javaworld/jw-05-2001/jw-0518-encaps ulation-p5.html
`Encapsulation is not information hiding'
http://www.tonymarston.net/php-mysql/hero-or-heretic.html, line 458, col 65
http://www.javaworld.com/javaworld/jw-05-2001/jw-0518-encaps ulation.html?page=5
http://java.sun.com/docs/books/tutorial/java/concepts/class. html
`OOP Tutorial - What is a Class?'
http://www.tonymarston.net/php-mysql/hero-or-heretic.html, line 635, col 63
http://docs.oracle.com/javase/tutorial/java/concepts/class.h tml
http://java.sun.com/blueprints/guidelines/designing_enterpri se_applications_2e/web-tier/web-tier5.html
MVC Design Pattern
linked from page
http://www.tonymarston.net/php-mysql/model-view-controller.h tml, line 132, col 64
should be changed to the archived version
http://web.archive.org/web/20110622110429/http://java.sun.co m/blueprints/guidelines/designing_enterprise_applications_2e /web-tier/web-tier5.html
(the automatic redirection to
http://www.oracle.com/technetwork/java/index.html
is not what you intend)
The link to
http://www.demon.net/
from page
http://www.tonymarston.net/home(right).html, line 17, col 3
should be replaced with the updated link
http://demon.net/
to avoid the redirection.
Thanks.
|
|
|
Re: Documentation - Broken links [message #3261 is a reply to message #3259] |
Sun, 30 December 2012 16:58 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
(This is part 2 of my previous post)
The link to
http://www.phrases.org.uk/meanings/107200.html
`cut the mustard'
linked from page
http://www.tonymarston.net/php-mysql/object-relational-mappe rs-are-evil.html , line 231, col 447
should be replaced with
http://www.phrases.org.uk/meanings/cut-the-mustard.html
http://www.eetimes.com/design/embedded/4216597/Nuts-to-OOP
`NUTS TO OOP!'
http://www.tonymarston.net/php-mysql/oop-for-heretics.html , line 1162 , col 5
http://www.embedded.com/design/prototyping-and-development/4 216597/Nuts-to-OOP
http://www.oracle.com/technology/products/database/xe/index. html
`Oracle Database 10g Express Edition'
http://www.tonymarston.net/php-mysql/oracle.html , line 73, col 176
http://www.oracle.com/technetwork/database/express-edition/o verview/index.html
http://www.oracle.com/technology/products/database/sql_devel oper/index.html
`Oracle SQL Developer'
http://www.tonymarston.net/php-mysql/oracle.html , line 90, col 5
http://www.oracle.com/technetwork/developer-tools/sql-develo per/overview/index.html
http://www.oracle-base.com/articles/8i/VirtualPrivateDatabas es.php
`Oracle'
http://www.tonymarston.net/php-mysql/virtual-private-databas e.html , line 45, col 41
http://www.oracle-base.com/articles/8i/virtual-private-datab ases.php
http://www.waterproof.fr/products/PHPEdit/
`PHPEdit'
http://www.tonymarston.net/php-mysql/sample-application.html , line 213, col 54
http://www.phpedit.com/en
http://www.zend.com/products/zend_studio
`Zend Studio'
http://www.tonymarston.net/php-mysql/sample-application.html , line 213, col 131
http://www.zend.com/en/products/studio/
http://www.patent.gov.uk/copy/definition.htm
`The UK Patent Office - What is Copyright?'
http://www.tonymarston.net/php-mysql/software-patents-are-ev il.html , line 146, col 30
should be changed to the archived version
http://web.archive.org/web/20060615045305/http://www.patent. gov.uk/copy/definition.htm
(the automatic redirection is not what you intend
http://www.ipo.gov.uk/error404.htm?errurl=/copy/definition.h tm
)
http://www2.research.att.com/~bs/
`Bjarne Stroustrup'
http://www.tonymarston.net/php-mysql/what-is-oop.html#inheritance
, line 811, col 104
http://www.stroustrup.com/
Thanks.
|
|
|
|
|
Re: Documentation - Broken links [message #3268 is a reply to message #3267] |
Mon, 31 December 2012 14:28 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
Google groups changed their URLs slightly
http:// groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-8& amp;threadm=7588a50f.0308070345.708bb31d%40posting.google.co m&rnum=1&prev=/groups%3Fq%3Dg:thl576115169d%26dq%3D% 26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D7588a50f.0308070345. 708bb31d%2540posting.google.com
`PHP newsgroup'
linked from page
http://www.tonymarston.net/php-mysql/model-view-controller.h tml , line 79, col 659
should be updated to
http:// groups.google.com/group/comp.lang.php/browse_frm/thread/eecf a97cec278249?dq=&hl=en&lr=&ie=UTF-8&rnum=1&a mp;prev=/groups%3Fq%3Dg:thl576115169d%26dq%3D%26hl%3Den%26lr %3D%26ie%3DUTF-8%26selm%3D7588a50f.0308070345.708bb31d%2540p osting.google.com
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&a mp;group=comp.lang.php
Nombre `PHP newsgroup'
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 219, col 172
should be updated to
http://groups.google.com/groups/dir?hl=en&lr=&ie=UTF -8&q=comp.lang.php
(or perhaps
https://groups.google.com/forum/?hl=en&fromgroups#!forum /comp.lang.php
)
The `World Wide Web Consortium' dropped the "c" from their URLs
The link to
http://www.w3c.org/MarkUp/
linked from page
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 228, col 12
should be updated to
http://www.w3.org/MarkUp/
(without the "c")
http://www.w3c.org
`W3C'
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 228, col 122
http://www.w3.org/
(without the "c")
http://www.w3c.org/XML/
`XML'
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 392, col 10
http://www.w3.org/XML/
(without the "c")
http://www.w3c.org/Style/XSL/'
`XSL'
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 392, col 56
http://www.w3.org/Style/XSL/
(without the "c")
http://www.w3c.org/
`World Wide Web Consortium'
http://www.tonymarston.net/php-mysql/infrastructure-faq.html , line 392, col 147
http://www.w3.org/
(without the "c")
http://www.w3c.org/Style/CSS/
`CSS'
http://www.tonymarston.net/php-mysql/menuguide/section02.htm l , line 82, col 21
http://www.w3.org/Style/CSS/
---
The link to
http://www.sitepoint.com/forums/showpost.php?p=1498431&p ostcount=23
to be found in
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 464, col 104
should be updated to
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498431#post149 8431
http://www.sitepoint.com/forums/showpost.php?p=1498497&p ostcount=24
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 477, col 7
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1498497#post149 8497
http://www.sitepoint.com/forums/showpost.php?p=1499017&p ostcount=32
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 485, col 9
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499017#post149 9017
http://www.sitepoint.com/forums/showpost.php?p=1499077&p ostcount=36
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 554, col 4
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499077#post149 9077
http://www.sitepoint.com/forums/showpost.php?p=1505000&p ostcount=144
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 562, col 4
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1505000#post150 5000
http://www.sitepoint.com/forums/showpost.php?p=1499296&p ostcount=50
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 576, col 4
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499296#post149 9296
http://www.sitepoint.com/forums/showpost.php?p=1499774&p ostcount=53
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 591, col 14
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499774#post149 9774
http://www.sitepoint.com/forums/showpost.php?p=1499973&p ostcount=56
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 599, col 19
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1499973#post149 9973
http://www.sitepoint.com/forums/showpost.php?p=1500612&p ostcount=64
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 605, col 4
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1500612#post150 0612
http://www.sitepoint.com/forums/showpost.php?p=1497269&p ostcount=8
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 663, col 9
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1497269#post149 7269
http://www.sitepoint.com/forums/showpost.php?p=1502991&p ostcount=107
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 671, col 9
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1502991#post150 2991
http://www.sitepoint.com/forums/showpost.php?p=1504413&p ostcount=134
http://www.tonymarston.net/php-mysql/hero-or-heretic.html , line 709, col 16
http://www.sitepoint.com/forums/showthread.php?208947-Data-A ccess-Layer-Is-there-a-real-seperation&p=1504413#post150 4413
Thanks for every correction.
|
|
|
|
|
Goto Forum:
Current Time: Fri Nov 08 16:22:16 EST 2024
Total time taken to generate the page: 0.04558 seconds
|