Welcome Guest, Not a member yet? Register   Sign In
GoPHP RAD lib for Codeigniter
#1

[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!
#2

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

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

[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.
#5

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

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

[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]
#8

[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!!
#9

[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!
#10

[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!!!




Theme © iAndrew 2016 - Forum software by © MyBB