CodeIgniter Forums
GoPHP RAD lib for Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: GoPHP RAD lib for Codeigniter (/showthread.php?tid=22194)

Pages: 1 2 3 4


GoPHP RAD lib for Codeigniter - El Forum - 09-01-2009

[eluser]cikabiber[/eluser]
GoPHP is a set of libraries for Codeigniter that greatly simplifies development of administrative interfaces.
It uses ExtJS javascript library for creating user interface.
With GoPHP you can create a complex fully functional administration for you web applications in a very short time, without a unnecessary hassle.

This is experimental project, in early stage and everybody is welcome to help developing the library :-)

You can download it from here:

http://sourceforge.net/projects/gophp/

Cheers!


GoPHP RAD lib for Codeigniter - El Forum - 09-01-2009

[eluser]abmcr[/eluser]
That's interest... but there is an example URL? Thank you


GoPHP RAD lib for Codeigniter - El Forum - 09-01-2009

[eluser]MaD HamsteR[/eluser]
Looks promissing. We'll see...
BTW where is documentation or a website or something?


GoPHP RAD lib for Codeigniter - El Forum - 09-02-2009

[eluser]cikabiber[/eluser]
You can see it in action here:

http://gophp.hostzi.com/

this is the same example that can be downloaded from projects site.

Documentation can be downloaded also (click "view all files"). It is just basic help at this moment, but I'll work on it as project grows.


GoPHP RAD lib for Codeigniter - El Forum - 09-02-2009

[eluser]MaD HamsteR[/eluser]
Nothing there yet...


GoPHP RAD lib for Codeigniter - El Forum - 09-02-2009

[eluser]abmcr[/eluser]
I have see it in action .... 8 hours ago


GoPHP RAD lib for Codeigniter - El Forum - 09-05-2009

[eluser]Kirkjoserey[/eluser]
Excellent!!!


[quote author="cikabiber" date="1251822862"]GoPHP is a set of libraries for Codeigniter that greatly simplifies development of administrative interfaces.
It uses ExtJS javascript library for creating user interface.
With GoPHP you can create a complex fully functional administration for you web applications in a very short time, without a unnecessary hassle.

This is experimental project, in early stage and everybody is welcome to help developing the library :-)

You can download it from here:

http://sourceforge.net/projects/gophp/

Cheers![/quote]


GoPHP RAD lib for Codeigniter - El Forum - 09-07-2009

[eluser]Kirkjoserey[/eluser]
[quote author="cikabiber" date="1251822862"]GoPHP is a set of libraries for Codeigniter that greatly simplifies development of administrative interfaces.
It uses ExtJS javascript library for creating user interface.
With GoPHP you can create a complex fully functional administration for you web applications in a very short time, without a unnecessary hassle.

This is experimental project, in early stage and everybody is welcome to help developing the library :-)

You can download it from here:

http://sourceforge.net/projects/gophp/

Cheers![/quote]

I test the GoPHP, and I needo some advice.

GoPHP has TextAlign property for FIELDPRESENTATION???
GoPHP has TextArea presentation ??? I read that the type property equal to "textarea", can do it, but
not working for mi. ;-)

Ahh.....Your EARYLY STAGE is Marevelous!!! Thanks!! Thanks!! Thanks!!!

Best regards!!


GoPHP RAD lib for Codeigniter - El Forum - 09-08-2009

[eluser]cikabiber[/eluser]
Hi Kirkjoserey,

i've fixed the textarea functionality, and added label styles (align, padding).

Example:

Code:
$field->type = 'textarea';
$field->width = 230;
$field->height = 70;

From what I know of ExtJS you can't set alignment for single field, you can set those properties on the FormPanel.

In GoPHP you can now define those properties when defining EditorWindow in presentation class.

For example:

Code:
$this->presentation->defineEditorWindow(400, 370, 'Edit employee', array('labelAlign'=>'right','labelPad'=>5) );

I've updated the source (v.0.1.1), help and example.

Thanks for testing Smile

Cheers!


GoPHP RAD lib for Codeigniter - El Forum - 09-08-2009

[eluser]Kirkjoserey[/eluser]
[quote author="cikabiber" date="1252422300"]Hi Kirkjoserey,

i've fixed the textarea functionality, and added label styles (align, padding).

Example:

$field->type = 'textarea';
$field->width = 230;
$field->height = 70;

From what I know of ExtJS you can't set alignment for single field, you can set those properties on the FormPanel.

In GoPHP you can now define those properties when defining EditorWindow in presentation class.

For example:

$this->presentation->defineEditorWindow(400, 370, 'Edit employee', array('labelAlign'=>'right','labelPad'=>5) );

I've updated the source (v.0.1.1), help and example.

Thanks for testing Smile

Cheers![/quote]

UPA!!! Gracias!!! Thanks!!!

I'll try it, again. And this time, I uploade the whole Test to my php site.
I'll post the link. [In Spanish, but, the important is functionality ;-) ]


best regards!!!