| Author |
Message |
Topic: Net_Socket to transfer between server and GPS device |
marksu
Replies: 0
Views: 57
|
Forum: HTTP Posted: Sat Dec 27, 2008 12:25 am Subject: Net_Socket to transfer between server and GPS device |
I have GPS device which comminicates through using GPRS tcp protocol.
I have plans to user Net_Socket PEAR packet to communicate with the device.
If I understand right it can be used to communicat ... |
Topic: HTML_AJAX |
marksu
Replies: 4
Views: 2473
|
Forum: Documantion, Tutorials, How to's Posted: Tue Mar 13, 2007 7:51 pm Subject: HTML_AJAX |
Here is some links
HTML_AJAX - PEAR Package for AJAX and PHP
http://wiki.bluga.net/HTML_AJAX/HomePage
An Introduction to HTML_AJAX
http://www.azphp.org/files/HTML_AJAX.html
Examples
http ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Fri Mar 09, 2007 9:02 am Subject: HTML_Template_Flexy -- Compile from database? |
Not quite what I had in mind as it is about creating plugin to flexy.
Not how to replace compile method.
Thanks anyway, it still is good info. |
Topic: Set qf date format of element auto-generated by DB_Table |
marksu
Replies: 2
Views: 1129
|
Forum: Database Posted: Tue Mar 06, 2007 12:25 pm Subject: Set qf date format of element auto-generated by DB_Table |
For the archives (and people interested in this topic): I have answered this question on the codewalkers.com forum.
Direct link:
http://codewalkers.com/forum/index.php?action=displaythread&for ... |
Topic: Date |
marksu
Replies: 1
Views: 1364
|
Forum: Documantion, Tutorials, How to's Posted: Tue Mar 06, 2007 12:19 pm Subject: Date |
Contribute any PEAR: date tutorials you find.
Get the correct time by converting between time zones with PHP and PEAR
http://www.builderau.com.au/program/php/print.htm?TYPE=story&AT=339273806- ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Tue Mar 06, 2007 10:02 am Subject: HTML_Template_Flexy -- Compile from database? |
| well propaply using appendPHP and appendHTML can be used add data from database instead of having a separate template file. |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Tue Jan 30, 2007 8:03 pm Subject: HTML_Template_Flexy -- Compile from database? |
The sad thing is that I have tried 2 times allready to get to the mailing list but some reason it does not work for me.
I try the third time to join.
Edit> Now I have subscribed to the list a ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Tue Jan 30, 2007 6:17 pm Subject: HTML_Template_Flexy -- Compile from database? |
Well seems not mutch discussion here.
Well I try my question anyways.
Any one ahave a glue how manually to set template variables?
I mean for example if we dont know at programming time wha ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Mon Jan 29, 2007 5:25 pm Subject: HTML_Template_Flexy -- Compile from database? |
code example
$myData = new myDataClass(); //create my data object
$output = new HTML_Template_Flexy(); //create template object
$output->compile('compile_file.html'); //compile template file ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Mon Jan 29, 2007 4:59 pm Subject: HTML_Template_Flexy -- Compile from database? |
Not mutch response to my question yet?
I wonder if my question is to general?
I like to make wery light weight cms system where the templates are retrieved from database.
One page in one recor ... |
Topic: HTML_QuickForm_Tableless: adding custom classes/javascript |
marksu
Replies: 11
Views: 2648
|
Forum: HTML Posted: Fri Jan 26, 2007 10:07 am Subject: HTML_QuickForm_Tableless: adding custom classes/javascript |
For future projects here is other way doing it.
Other method is to direct user to different separate forms depending what selection users make on the form.
There is a separate pear package for tha ... |
Topic: Please Help! QuickForm & Dynamic Radio Button |
marksu
Replies: 1
Views: 1199
|
Forum: HTML Posted: Fri Jan 26, 2007 10:00 am Subject: Please Help! QuickForm & Dynamic Radio Button |
Mayby you could describe more the main problem you are strucling with?
This way it is easyer for people to help you here. |
Topic: Can you set a default value in a textarea using quickform? |
marksu
Replies: 5
Views: 1552
|
Forum: HTML Posted: Fri Jan 26, 2007 9:59 am Subject: Can you set a default value in a textarea using quickform? |
Other way is to add the default value when adding particular form element.
$this->form->addElement('text', 'myElementName' , 'labelName', array('value'=>'my text here', 'size' => 50, 'm ... |
Topic: HTML_Template_Flexy -- Compile from database? |
marksu
Replies: 9
Views: 1824
|
Forum: HTML Posted: Sun Jan 21, 2007 12:25 pm Subject: HTML_Template_Flexy -- Compile from database? |
| Is it possible to compile templates stored in database instead of a template file using HTML_Template_Flexy? |
Topic: flexy template tutorial? anyone know of one? |
marksu
Replies: 6
Views: 3571
|
Forum: Documantion, Tutorials, How to's Posted: Sun Jan 21, 2007 12:20 pm Subject: flexy template tutorial? anyone know of one? |
I am also looking for good tutorials.
All I found so far are following links:
Offical
http://pear.php.net/manual/en/package.html.html-template-flexy.php
How to use Templates
http://trac.seag ... |
| |