-
I am rewriting PHPortal to make it compatible with PHP 4.3.
This will allow me to rewrite the core to create a true modularly independent framework with true OOP and even some AOP.
The core framework will be greatly simplified and all extensions to it will be based on Aspects.
All OOP will become true and independent of each other.
This new version will be PHPortal 1.0 and will...
2003-05-18 22:16:18 UTC in PHPortal
-
Is there an example of how to use the ip.whois extension?
Does this class check the domain's result to get its IP or does it check an IP to get its data?
Either way how do you use it?
Thanks.
2003-02-26 13:32:24 UTC in PHPWhois
-
Is there an example of how to use the ip.whois
extension?
Does this class check the domain's result to get its IP
or does it check an IP to get its data?
Either way how do you use it?
Thanks.
2003-02-26 13:32:24 UTC in PHPWhois
-
1. Cache Database PHPortal runs.
properties
admin on edit || delete
document, binary, file, method
admin on edit || delete
2. Compile Document & method Objects
3. Config static form generator & processor.
4. FTP option in compiled and db-cached data
5. local object user roles
6. Complete Find admin panel
7. allow vhost virtual domain hosts to access...
2003-01-15 19:02:16 UTC in PHPortal
-
I am pleased to announce the release of PHPortal version 0.2.7 beta.
This is a major enhancement release with over 15 changes.
Downloads:
http://prdownloads.sf.net/xpc/
Sourceforge project:
http://sf.net/projects/xpc/
Developer's live/demo site
http://dev.4arrow.com/
http://demo.phportal.org
CHANGES:
1. Template Compiling Option.
TEMPLATE COMPILER ON...
2003-01-06 19:21:15 UTC in PHPortal
-
The final Todos are done!
Now the dev run for this month's (or last month's) public release of PHPortal ends and the last minute testing and then packaging has begun.
I am shooting for a sunday night /monday morning release.
Some of the changes include:
PHPortal 0.2.7 Changes
1 . Template Compiling Option.
TEMPLATE COMPILER ON:
$t->COMPILE = true;
TEMPLATE COMPILER OFF:
2003-01-04 03:47:24 UTC in PHPortal
-
I installed my beta database caching class and integrated it into the PHPortal db abstraction layer as a optional mechanism needing manual on and off calls.
This is Smart Caching for database recordsets but my version 1.0 that i'm running local is much smarter.
The beta smart DB cacher is smart because it is not timed based caching instead it is action based. A select statement is...
2002-12-31 22:27:57 UTC in PHPortal
-
I have been in the code mines hard at work and have came up some pretty cool stuff.
Most will not make it into the next release, version 0.2.7 and require more testing, hopefully I can put some into the release that have been fully tested already.
There is anew PHPortal Document Object inline reference tag prefix that is both XML compliant and WYISWYG html editor friendly. The new prfix...
2002-12-22 18:13:25 UTC in PHPortal
-
When I try to open a .sln file i get the following error:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at VSImportPlugIn.ImportVSProject.ImportSolution(String filename)
at...
2002-12-17 01:10:59 UTC in SharpDevelop VS.Net Importer/Exporter
-
Two new big developments for PHPortal in the current 0.2.7 development cycle
1. Centralized and local help system (no active-X).
2. Virtual Hosting Capabilities with an indivudal domain-based PHPortal management interface.
The only thing Zope needs to do to make virtual hosting work is change the BASE URL for all objects to make the ROOT correct.
You use Apache to actually set...
2002-12-09 19:21:51 UTC in PHPortal