Archives for php
23 Dec by admin in All, Internet, Interoperability, Language, Protocol, Web Services, cgi, framework, php
How to pass Arguments from PHP to Rebol CGI (PHP/REBOL RPC)
PHP is everywhere, it has a huge Ecosystem of Libraries (like User's Session Management, Security, ...) which are still lacking in REBOL (though Rebol has all the network protocols and the very nice Parse to process strings, building a well-organised reusable framework takes time), so it makes sense to use ...more»
15 Dec by admin in All, Code Generation, Database, MySQL, OOP, Professional Programming, UML, XML, framework, php
Fastest Way to Generate Propel Schema for PHP Symfony Framework
In our article "Creating an OOP Class-Based Language with a Prototype-Based OOP Language", we said:
Why try to create a class-based OOP language from a prototyped-base OOP language ? The reasons to do so are numerous like simulating an other language or use it as a model for building Semantic Layers ...more»
How to include Rebol CGI within PHP (Interoperability between Rebol and PHP)
We have seen how to call Rebol Cgi from C#/ASP.NET through HttpWebRequest or Process.StartInfo. We're now going to see how to do so in PHP.
PHP can relatively easily interface with Perl thanks to the Apache_Note function. This function can work with Perl because Perl has libraries suitable for that purpose.
Unfortunately ...more»
Tags: cgi, Interoperability, php, Shell
24 Aug by admin in All, Concept, Helper Function, Internet, Professional Programming, Syntax, Web Services, php
Protect access to your Rebol Script with PHP (kind of Easy Distributed Web Service)
As we have seen since the very beginning, Rebol has the amazing power of being able to execute code remotely. Behind the scene, it will transparently load the script from the server and execute it on your machine as if the web storage was an extension of your disk space.
Since ...more»





No Comment