Import existing or building PHP modules on Squiz


(Kevinw) #1

Hi all,


I am new to Squiz, and just started getting my hands on building the assets and things.



I have a bunch of PHP modules (include login authentications, DB access, etc.) working on my old CMS, and I wish to switch everything on to Squiz.

Is it possible to migrate those files from my old CMS to Squiz?

Or I can only create a bridge or redirect link that Squiz forwards any requests to my old CMS server?



I can't seem to find any documentation on how to build extended PHP modules on top of Squiz.



Thank you so much!



Cheers,



Kevin


(Nic Hubbard) #2

[quote]Hi all,


I am new to Squiz, and just started getting my hands on building the assets and things.



I have a bunch of PHP modules (include login authentications, DB access, etc.) working on my old CMS, and I wish to switch everything on to Squiz.

Is it possible to migrate those files from my old CMS to Squiz?

Or I can only create a bridge or redirect link that Squiz forwards any requests to my old CMS server?



I can’t seem to find any documentation on how to build extended PHP modules on top of Squiz.



Thank you so much!



Cheers,



Kevin[/quote]



Check out the Developer section of the MySource Matrix website. Also, there is a Creating a new asset tutorial as well which is a great help. Also, getting in and looking at current assets, and how they are written has been a great help to me.


(Kevinw) #3

Thank you, Nic!


Reading it now… :rolleyes: